Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-10 Thread Kevin Fenzi
On Thu, Feb 04, 2021 at 12:24:34PM +0100, Michal Schorm wrote: > I checked out https://fedoraproject.org/wiki/Changes/GitRepos-master-to-main > > And in the section "Phase2" I wanted to check out the scripts in > "Release engineering:" sub-section. > Surprisingly (not surprisingly) the links are d

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-10 Thread Kevin Fenzi
On Wed, Feb 10, 2021 at 05:19:15PM +, Ian McInerney wrote: > On Wed, Feb 10, 2021 at 5:04 PM Pierre-Yves Chibon > wrote: > > > On Wed, Feb 10, 2021 at 09:59:24AM -0500, Matthew Miller wrote: > > > On Wed, Feb 10, 2021 at 03:50:06PM +0100, Fabio Valentini wrote: > > > > This is something we ex

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-10 Thread Ian McInerney
On Wed, Feb 10, 2021 at 5:04 PM Pierre-Yves Chibon wrote: > On Wed, Feb 10, 2021 at 09:59:24AM -0500, Matthew Miller wrote: > > On Wed, Feb 10, 2021 at 03:50:06PM +0100, Fabio Valentini wrote: > > > This is something we explicitly did not want on the git level, which > > > is why there is a main

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-10 Thread Pierre-Yves Chibon
On Wed, Feb 10, 2021 at 09:59:24AM -0500, Matthew Miller wrote: > On Wed, Feb 10, 2021 at 03:50:06PM +0100, Fabio Valentini wrote: > > This is something we explicitly did not want on the git level, which > > is why there is a main → rawhide link, but no master → rawhide link. > > But it could possi

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-10 Thread Matthew Miller
On Wed, Feb 10, 2021 at 03:50:06PM +0100, Fabio Valentini wrote: > This is something we explicitly did not want on the git level, which > is why there is a main → rawhide link, but no master → rawhide link. > But it could possibly be done on the HTTP level in pagure, with a redirect? Yeah, if not

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-10 Thread Fabio Valentini
On Wed, Feb 10, 2021 at 3:03 PM Ian McInerney wrote: > > I notice now that this change has broken web links to items in the master > branch of a repo - since there seems to be no forwarding to the rawhide > branch on the web UI. This is slightly annoying because sometimes links to > spec files

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-10 Thread Ian McInerney
I notice now that this change has broken web links to items in the master branch of a repo - since there seems to be no forwarding to the rawhide branch on the web UI. This is slightly annoying because sometimes links to spec files are added in bug reports, and now those links end up on a page cann

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-07 Thread Jens Petersen
I added a `master-rename` command to fbrnch too. ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-cond

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-07 Thread Jens Petersen
> On Fri, Feb 05, 2021 at 03:35:27PM +0100, Vít Ondruch wrote: > The issue being that if one of the step fails in one of your clones, the > entire > loop will stop and won't run another time :/ I wrote a little tool called `lsfrom` for restarting such scripting. :-) https://hackage.haskell.org/p

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-07 Thread Pavel Valena
- Original Message - > From: "Todd Zullinger" > To: devel@lists.fedoraproject.org > Sent: Saturday, February 6, 2021 5:40:06 PM > Subject: Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow > > Pierre-Yves Chibon wrote: > > On Fri

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-06 Thread Todd Zullinger
Pierre-Yves Chibon wrote: > On Fri, Feb 05, 2021 at 12:11:45PM +0100, Florian Weimer wrote: >> Would it be possible to add the sequence of commands to the proposal to >> convert an existing clone with unpushed changes? >> >> I think it is something along the lines of (for src.fedoraproject.org): >

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-05 Thread José Abílio Matos
On Friday, February 5, 2021 3:03:58 PM WET Pierre-Yves Chibon wrote: > for i in `ls -1` As far as I know there is no need to pass the -1. It should be enough for i in `ls` If the directories have spaces you need other technicalities, that is not the case for our directories. Regards, -- José

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-05 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Feb 05, 2021 at 04:03:58PM +0100, Pierre-Yves Chibon wrote: > On Fri, Feb 05, 2021 at 03:35:27PM +0100, Vít Ondruch wrote: > > > > Dne 05. 02. 21 v 12:39 Pierre-Yves Chibon napsal(a): > > > On Fri, Feb 05, 2021 at 12:11:45PM +0100, Florian Weimer wrote: > > > > * Kevin Fenzi: > > > > > >

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-05 Thread Pierre-Yves Chibon
On Fri, Feb 05, 2021 at 03:35:27PM +0100, Vít Ondruch wrote: > > Dne 05. 02. 21 v 12:39 Pierre-Yves Chibon napsal(a): > > On Fri, Feb 05, 2021 at 12:11:45PM +0100, Florian Weimer wrote: > > > * Kevin Fenzi: > > > > > > > Once the change is completed you will want to checkout rawhide/main > > > >

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-05 Thread Vít Ondruch
Dne 05. 02. 21 v 12:39 Pierre-Yves Chibon napsal(a): On Fri, Feb 05, 2021 at 12:11:45PM +0100, Florian Weimer wrote: * Kevin Fenzi: Once the change is completed you will want to checkout rawhide/main instead of master and update/recreate any existing forks you have. See https://fedoraproject

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-05 Thread Pierre-Yves Chibon
On Fri, Feb 05, 2021 at 12:11:45PM +0100, Florian Weimer wrote: > * Kevin Fenzi: > > > Once the change is completed you will want to checkout rawhide/main > > instead of master and update/recreate any existing forks you have. > > > > See > > https://fedoraproject.org/wiki/Changes/GitRepos-master-t

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-05 Thread Florian Weimer
* Kevin Fenzi: > Once the change is completed you will want to checkout rawhide/main > instead of master and update/recreate any existing forks you have. > > See > https://fedoraproject.org/wiki/Changes/GitRepos-master-to-main > for more information. Would it be possible to add the sequence of co

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-04 Thread Michal Schorm
I checked out https://fedoraproject.org/wiki/Changes/GitRepos-master-to-main And in the section "Phase2" I wanted to check out the scripts in "Release engineering:" sub-section. Surprisingly (not surprisingly) the links are dead now. Will you also go through all https://fedoraproject.org/wiki lin

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-03 Thread Kevin Fenzi
I filed: https://pagure.io/fesco/issue/2573 about this. We can revert what we need to, and sorry for the hassle again. kevin signature.asc Description: PGP signature ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an e

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-03 Thread Kevin Fenzi
On Wed, Feb 03, 2021 at 06:03:30PM +0100, Fabio Valentini wrote: > > Note that the text on the Change page does not reflect what was > actually approved by FESCo: > https://pagure.io/fesco/issue/2519#comment-706518 > > For reference: Approve Change proposal to rename branch names from > "master"

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-03 Thread Miro Hrončok
On 03. 02. 21 16:10, Petr Lautrbach wrote: Now we havehttps://src.fedoraproject.org/tests/selinux/ with default branch "rawhide". "rawhide" doesn't make sense in this repo as it contains tests used on all Fedora versions and also downstream Red Hat Enterprise Linux. Note that that depends. For

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-03 Thread Kevin Fenzi
On Wed, Feb 03, 2021 at 05:50:30PM +0100, Petr Šplíchal wrote: > On Wed, 3 Feb 2021 at 17:42, Petr Lautrbach wrote: > > > Petr Lautrbach writes: > > > > > Kevin Fenzi writes: > > > > > >> Greetings everyone. > > >> > > >> We finally have everything in place and hopefully tested to make the > >

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-03 Thread Fabio Valentini
On Wed, Feb 3, 2021 at 4:10 PM Petr Lautrbach wrote: > > Kevin Fenzi writes: > > > Greetings everyone. > > > > We finally have everything in place and hopefully tested to make the > > switch tomorrow from master to rawhide/main branches for > > src.fedoraproject.org. > > > > At 13:30UTC we will a

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-03 Thread Petr Šplíchal
On Wed, 3 Feb 2021 at 17:42, Petr Lautrbach wrote: > Petr Lautrbach writes: > > > Kevin Fenzi writes: > > > >> Greetings everyone. > >> > >> We finally have everything in place and hopefully tested to make the > >> switch tomorrow from master to rawhide/main branches for > >> src.fedoraproject.

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-03 Thread Petr Lautrbach
Petr Lautrbach writes: > Kevin Fenzi writes: > >> Greetings everyone. >> >> We finally have everything in place and hopefully tested to make the >> switch tomorrow from master to rawhide/main branches for >> src.fedoraproject.org. >> >> At 13:30UTC we will adjust pagure to reject pushes to 'ma

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-03 Thread Petr Lautrbach
Kevin Fenzi writes: > Greetings everyone. > > We finally have everything in place and hopefully tested to make the > switch tomorrow from master to rawhide/main branches for > src.fedoraproject.org. > > At 13:30UTC we will adjust pagure to reject pushes to 'master' and then > will be moving all

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-03 Thread Mohan Boddu
Hello everyone, We are about to start the change process. As previously mentioned, pushes to 'master' branch will be disabled, once we made the changes, we will send another email at which point you need to run `git fetch -p` or checkout 'rawhide' branch and you can start building packages in the

Re: src.fedoraproject.org branch conversion to rawhide/main tomorrow

2021-02-02 Thread Matthew Miller
On Tue, Feb 02, 2021 at 02:55:57PM -0800, Kevin Fenzi wrote: > Greetings everyone. > > We finally have everything in place and hopefully tested to make the > switch tomorrow from master to rawhide/main branches for > src.fedoraproject.org. > Nice. Thanks for working on this. -- Matthew Mil