Re: How to put experimental upload into git

2016-02-01 Thread Stefano Rivera
Hi Nikolaus (2016.02.01_18:10:28_+0200) > I'd like to upload the newest python-llfuse release to experimental first. > > * Commit regularly, with the upload to unstable becoming a descendant of > the upload to experimental. I think it's perfectly reasonable to have experimental uploads like thi

Re: How to put experimental upload into git

2016-02-01 Thread Barry Warsaw
On Feb 01, 2016, at 08:10 AM, Nikolaus Rath wrote: >Commit to a new branch that then becomes dangling, because the next upload to >unstable descends from the most-recent unstable upload rather than from >experimental. I haven't done this specifically, but I have used branches w/git-dpm. I can't

How to put experimental upload into git

2016-02-01 Thread Nikolaus Rath
Hello, I'd like to upload the newest python-llfuse release to experimental first. Are there any best practices for handling this on the git side? I could imagine: * Don't commit anything to git at all (it would only be a single commit for the upload), commit when uploading to unstable.