Re: How to manage a fork

2017-11-30 Thread Matthew Miller
On Thu, Nov 30, 2017 at 11:05:52AM -0500, Pavel Valena wrote: > > That is, can i push new release with 'fedpkg' or make additional changes > > to original RPMs? If not, are they useful for what? > You use them to create pull-requests to the original repo. See >

Re: How to manage a fork

2017-11-30 Thread Pavel Valena
- Original Message - > From: "Pavel Valena" <pval...@redhat.com> > To: "Development discussions related to Fedora" > <devel@lists.fedoraproject.org> > Sent: Thursday, November 30, 2017 5:02:49 PM > Subject: Re: How to manage a fork > >

Re: How to manage a fork

2017-11-30 Thread Pavel Valena
- Original Message - > From: "Antonio Trande" <anto.tra...@gmail.com> > To: "Development discussions related to Fedora" > <devel@lists.fedoraproject.org> > Sent: Thursday, November 30, 2017 4:50:24 PM > Subject: Re: How to manage a fork

Re: How to manage a fork

2017-11-30 Thread Pavel Valena
- Original Message - > From: "Vít Ondruch" <vondr...@redhat.com> > To: devel@lists.fedoraproject.org > Sent: Thursday, November 30, 2017 2:55:50 PM > Subject: Re: How to manage a fork > > > > Dne 30.11.2017 v 13:48 Pierre-Yves Chibon napsal(a)

Re: How to manage a fork

2017-11-30 Thread Antonio Trande
On 29/11/2017 13:03, Antonio Trande wrote: > Hi all. > > I have created a fork on https://src.fedoraproject.org/ but i don't know > how to manage it. > Can i use 'fedpkg'? > Documentation? > > Maybe, i was unclear with my question. If i create a fork of

Re: How to manage a fork

2017-11-30 Thread Todd Zullinger
Vít Ondruch wrote: Dne 30.11.2017 v 13:48 Pierre-Yves Chibon napsal(a): It's really potato vs potato, clone your fork and add upstream as a remote or clone upstream and add your fork as a remote, at the end what matters is that you know which approach you used (and if you don't git remote -v

Re: How to manage a fork

2017-11-30 Thread Pierre-Yves Chibon
On Thu, Nov 30, 2017 at 02:55:50PM +0100, Vít Ondruch wrote: > > > Dne 30.11.2017 v 13:48 Pierre-Yves Chibon napsal(a): > > On Thu, Nov 30, 2017 at 10:15:14AM +0100, Vít Ondruch wrote: > >>Dne 29.11.2017 v 20:06 Kevin Fenzi napsal(a): > >> > >> On 11/29/2017 10:53 AM, Matthew Miller wrote:

Re: How to manage a fork

2017-11-30 Thread Josh Boyer
On Thu, Nov 30, 2017 at 8:55 AM, Vít Ondruch wrote: > > > Dne 30.11.2017 v 13:48 Pierre-Yves Chibon napsal(a): >> On Thu, Nov 30, 2017 at 10:15:14AM +0100, Vít Ondruch wrote: >>>Dne 29.11.2017 v 20:06 Kevin Fenzi napsal(a): >>> >>> On 11/29/2017 10:53 AM, Matthew Miller

Re: How to manage a fork

2017-11-30 Thread Matthew Miller
On Thu, Nov 30, 2017 at 02:55:50PM +0100, Vít Ondruch wrote: > Not really, it is matter of attitude. Clone of upstream is always good > to have. Just for observing the project or to prepare source tarball or > whatever else. Fork itself is useless unless you want to contribute. I can see the

Re: How to manage a fork

2017-11-30 Thread Vít Ondruch
Dne 30.11.2017 v 13:48 Pierre-Yves Chibon napsal(a): > On Thu, Nov 30, 2017 at 10:15:14AM +0100, Vít Ondruch wrote: >>Dne 29.11.2017 v 20:06 Kevin Fenzi napsal(a): >> >> On 11/29/2017 10:53 AM, Matthew Miller wrote: >> >> On Wed, Nov 29, 2017 at 06:52:00PM +0100, Brian Exelbierd wrote: >>

Re: How to manage a fork

2017-11-30 Thread Pierre-Yves Chibon
On Thu, Nov 30, 2017 at 10:15:14AM +0100, Vít Ondruch wrote: >Dne 29.11.2017 v 20:06 Kevin Fenzi napsal(a): > > On 11/29/2017 10:53 AM, Matthew Miller wrote: > > On Wed, Nov 29, 2017 at 06:52:00PM +0100, Brian Exelbierd wrote: > > As as you have a fork, my understanding is that you

Re: How to manage a fork

2017-11-30 Thread Vít Ondruch
Dne 29.11.2017 v 20:06 Kevin Fenzi napsal(a): > On 11/29/2017 10:53 AM, Matthew Miller wrote: >> On Wed, Nov 29, 2017 at 06:52:00PM +0100, Brian Exelbierd wrote: >>> As as you have a fork, my understanding is that you should just use >>> traditional gut commands. I’m not aware of a fork being

Re: How to manage a fork

2017-11-29 Thread Matthew Miller
On Wed, Nov 29, 2017 at 11:06:30AM -0800, Kevin Fenzi wrote: > Possibly. It's also worth noting that some people use a workflow like: > > * fork project > * make changes, submit PR > * delete fork > > that way the next time you can just refork it and be set. Yeah, that's fine too. Especially if

Re: How to manage a fork

2017-11-29 Thread Kevin Fenzi
On 11/29/2017 10:53 AM, Matthew Miller wrote: > On Wed, Nov 29, 2017 at 06:52:00PM +0100, Brian Exelbierd wrote: >> As as you have a fork, my understanding is that you should just use >> traditional gut commands. I’m not aware of a fork being used for much >> more than spec PRs. > > Or

Re: How to manage a fork

2017-11-29 Thread Matthew Miller
On Wed, Nov 29, 2017 at 06:52:00PM +0100, Brian Exelbierd wrote: > As as you have a fork, my understanding is that you should just use > traditional gut commands. I’m not aware of a fork being used for much > more than spec PRs. Or traditional _git_ commands -- whatever. :) Personally, I find

Re: How to manage a fork

2017-11-29 Thread Brian Exelbierd
On Wed, Nov 29, 2017, at 01:03 PM, Antonio Trande wrote: > Hi all. > > I have created a fork on https://src.fedoraproject.org/ but i > don't know> how to manage it. > Can i use 'fedpkg'? > Documentation? As as you have a fork, my understanding is that you should just use traditional gut

How to manage a fork

2017-11-29 Thread Antonio Trande
Hi all. I have created a fork on https://src.fedoraproject.org/ but i don't know how to manage it. Can i use 'fedpkg'? Documentation? -- --- Antonio Trande Fedora Project mailto 'sagitter at fedoraproject dot org' GPG key: 0x5E212EE1D35568BE GPG key server: https://keys.fedoraproject.org/