Re: GIT development branches for packagers?

2014-01-17 Thread Kevin Kofler
Kevin Fenzi wrote: There's happily no danger of running out of integers. Well, isn't there some technical limit? Does rpmvercmp work on arbitrarily long integers or is it limited to something like 4294967295? And is there some character limit on the Release tag? :-) (Now, to be fair, I don't

Re: GIT development branches for packagers?

2014-01-16 Thread Vít Ondruch
Dne 15.1.2014 18:12, Richard W.M. Jones napsal(a): On Wed, Jan 15, 2014 at 02:16:29PM +0100, Vít Ondruch wrote: Actually I'd really love to see some possibility for private branches. Now, it is possible to push whatever branch (take it literally) you have in your local git repo into dist-git,

Re: GIT development branches for packagers?

2014-01-16 Thread Vít Ondruch
Dne 15.1.2014 17:51, Dridi Boukelmoune napsal(a): On Wed, Jan 15, 2014 at 2:16 PM, Vít Ondruch vondr...@redhat.com wrote: Dne 14.1.2014 21:41, Andrew Lutomirski napsal(a): I have some trivial cleanups I want to make to a package a maintain. These cleanups are trivial enough that I don't think

Re: GIT development branches for packagers?

2014-01-16 Thread Adam Williamson
On Wed, 2014-01-15 at 11:29 +0100, Tomas Mraz wrote: On Út, 2014-01-14 at 13:13 -0800, Andrew Lutomirski wrote: On Tue, Jan 14, 2014 at 12:59 PM, Adam Williamson awill...@redhat.com wrote: On Tue, 2014-01-14 at 12:41 -0800, Andrew Lutomirski wrote: I have some trivial cleanups I want

Re: GIT development branches for packagers?

2014-01-16 Thread Andrew Lutomirski
On Thu, Jan 16, 2014 at 10:15 AM, Adam Williamson awill...@redhat.com wrote: On Wed, 2014-01-15 at 11:29 +0100, Tomas Mraz wrote: On Út, 2014-01-14 at 13:13 -0800, Andrew Lutomirski wrote: On Tue, Jan 14, 2014 at 12:59 PM, Adam Williamson awill...@redhat.com wrote: On Tue, 2014-01-14 at

Re: GIT development branches for packagers?

2014-01-16 Thread Toshio Kuratomi
On Jan 16, 2014 10:19 AM, Andrew Lutomirski l...@mit.edu wrote: On Thu, Jan 16, 2014 at 10:15 AM, Adam Williamson awill...@redhat.com wrote: On Wed, 2014-01-15 at 11:29 +0100, Tomas Mraz wrote: On Út, 2014-01-14 at 13:13 -0800, Andrew Lutomirski wrote: On Tue, Jan 14, 2014 at 12:59 PM,

Re: GIT development branches for packagers?

2014-01-15 Thread Tomas Mraz
On Út, 2014-01-14 at 13:13 -0800, Andrew Lutomirski wrote: On Tue, Jan 14, 2014 at 12:59 PM, Adam Williamson awill...@redhat.com wrote: On Tue, 2014-01-14 at 12:41 -0800, Andrew Lutomirski wrote: I have some trivial cleanups I want to make to a package a maintain. These cleanups are trivial

Re: GIT development branches for packagers?

2014-01-15 Thread Vít Ondruch
Dne 14.1.2014 21:41, Andrew Lutomirski napsal(a): I have some trivial cleanups I want to make to a package a maintain. These cleanups are trivial enough that I don't think they're worth a new build. Should I commit them to the master branch? If so, I can imagine a couple of issues: - A

Re: GIT development branches for packagers?

2014-01-15 Thread Dridi Boukelmoune
On Wed, Jan 15, 2014 at 2:16 PM, Vít Ondruch vondr...@redhat.com wrote: Dne 14.1.2014 21:41, Andrew Lutomirski napsal(a): I have some trivial cleanups I want to make to a package a maintain. These cleanups are trivial enough that I don't think they're worth a new build. Should I commit them

Re: GIT development branches for packagers?

2014-01-15 Thread Richard W.M. Jones
On Wed, Jan 15, 2014 at 02:16:29PM +0100, Vít Ondruch wrote: Actually I'd really love to see some possibility for private branches. Now, it is possible to push whatever branch (take it literally) you have in your local git repo into dist-git, but there is no way how to delete it by myself.

Re: GIT development branches for packagers?

2014-01-15 Thread H . Guémar
/me wants the ability to push force on *private* branches 2014/1/15 Dridi Boukelmoune dridi.boukelmo...@gmail.com On Wed, Jan 15, 2014 at 2:16 PM, Vít Ondruch vondr...@redhat.com wrote: Dne 14.1.2014 21:41, Andrew Lutomirski napsal(a): I have some trivial cleanups I want to make to a

GIT development branches for packagers?

2014-01-14 Thread Andrew Lutomirski
I have some trivial cleanups I want to make to a package a maintain. These cleanups are trivial enough that I don't think they're worth a new build. Should I commit them to the master branch? If so, I can imagine a couple of issues: - A provenpackager could kick off a rebuild for whatever

Re: GIT development branches for packagers?

2014-01-14 Thread Jamie Nguyen
On 14/01/14 20:41, Andrew Lutomirski wrote: I have some trivial cleanups I want to make to a package a maintain. These cleanups are trivial enough that I don't think they're worth a new build. Should I commit them to the master branch? If so, I can imagine a couple of issues: - A

Re: GIT development branches for packagers?

2014-01-14 Thread Kevin Fenzi
On Tue, 14 Jan 2014 12:41:42 -0800 Andrew Lutomirski l...@mit.edu wrote: I have some trivial cleanups I want to make to a package a maintain. These cleanups are trivial enough that I don't think they're worth a new build. Should I commit them to the master branch? If so, I can imagine a

Re: GIT development branches for packagers?

2014-01-14 Thread Adam Williamson
On Tue, 2014-01-14 at 12:41 -0800, Andrew Lutomirski wrote: I have some trivial cleanups I want to make to a package a maintain. These cleanups are trivial enough that I don't think they're worth a new build. Should I commit them to the master branch? If so, I can imagine a couple of issues:

Re: GIT development branches for packagers?

2014-01-14 Thread Andrew Lutomirski
On Tue, Jan 14, 2014 at 12:59 PM, Adam Williamson awill...@redhat.com wrote: On Tue, 2014-01-14 at 12:41 -0800, Andrew Lutomirski wrote: I have some trivial cleanups I want to make to a package a maintain. These cleanups are trivial enough that I don't think they're worth a new build. Should

Re: GIT development branches for packagers?

2014-01-14 Thread David Tardon
Hi, On Tue, Jan 14, 2014 at 12:41:42PM -0800, Andrew Lutomirski wrote: I have some trivial cleanups I want to make to a package a maintain. These cleanups are trivial enough that I don't think they're worth a new build. Should I commit them to the master branch? The normal GIT approach