Also, one more simple FBR, Disabling branched compose diff --git a/roles/releng/files/branched b/roles/releng/files/branched index 966f5c3..1f52f56 100644 --- a/roles/releng/files/branched +++ b/roles/releng/files/branched @@ -1,3 +1,3 @@ # branched compose MAILTO=releng-cron@xxxxxxxxxxxxxxxxxxxxxxx -15 7 * * * root TMPDIR=`mktemp -d /tmp/branched.XXXXXX` && cd $TMPDIR && git clone https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f31 && /usr/local/bin/lock-wrapper branched-compose "PYTHONMALLOC=debug LANG=en_US.UTF-8 ./nightly.sh" && sudo -u ftpsync /usr/local/bin/update-fullfiletimelist -l /pub/fedora-secondary/update-fullfiletimelist.lock -t /pub fedora fedora-secondary +#15 7 * * * root TMPDIR=`mktemp -d /tmp/branched.XXXXXX` && cd $TMPDIR && git clone https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f31 && /usr/local/bin/lock-wrapper branched-compose "PYTHONMALLOC=debug LANG=en_US.UTF-8 ./nightly.sh" && sudo -u ftpsync /usr/local/bin/update-fullfiletimelist -l /pub/fedora-secondary/update-fullfiletimelist.lock -t /pub fedora fedora-secondary I am currently running a branched compose, so that the RC and branched compose will have the same content. Once the run is done, I will push all these changes and then either run full updates push or let the automated pushes take care of it based on the timing. I cannot run f31 stable updates push yet, since it might screw up the silverblue refs if branched is completed after the f31 stable updates push. Thanks. On Thu, Oct 24, 2019 at 2:27 PM Mikolaj Izdebski <mizdebsk@xxxxxxxxxx> wrote: > > +1 > > On Thu, Oct 24, 2019 at 7:51 PM Mohan Boddu <mboddu@xxxxxxxxxx> wrote: > > > > Hi, > > > > Now that F31 is GO, I would like the make the necessary changes to > > bodhi configs. > > > > "vars/all/Frozen.yaml" 1L, 15C written > > [mohanboddu@batcave01 ansible][PROD]$ git diff > > diff --git a/vars/all/00-FedoraCycleNumber.yaml > > b/vars/all/00-FedoraCycleNumber.yaml > > index 22476b0..4bd0d46 100644 > > --- a/vars/all/00-FedoraCycleNumber.yaml > > +++ b/vars/all/00-FedoraCycleNumber.yaml > > @@ -1 +1 @@ > > -FedoraCycleNumber: 30 > > +FedoraCycleNumber: 31 > > diff --git a/vars/all/FedoraBranched.yaml b/vars/all/FedoraBranched.yaml > > index 42ac534..0bbcc1d 100644 > > --- a/vars/all/FedoraBranched.yaml > > +++ b/vars/all/FedoraBranched.yaml > > @@ -1 +1 @@ > > -FedoraBranched: True > > +FedoraBranched: False > > diff --git a/vars/all/FedoraBranchedBodhi.yaml > > b/vars/all/FedoraBranchedBodhi.yaml > > index 380f61d..76ba14d 100644 > > --- a/vars/all/FedoraBranchedBodhi.yaml > > +++ b/vars/all/FedoraBranchedBodhi.yaml > > @@ -1,2 +1,2 @@ > > #options are: prebeta, postbeta, current > > -FedoraBranchedBodhi: postbeta > > +FedoraBranchedBodhi: current > > diff --git a/vars/all/FedoraPreviousPrevious.yaml > > b/vars/all/FedoraPreviousPrevious.yaml > > index a8e3d3b..a061e04 100644 > > --- a/vars/all/FedoraPreviousPrevious.yaml > > +++ b/vars/all/FedoraPreviousPrevious.yaml > > @@ -1 +1 @@ > > -FedoraPreviousPrevious: False > > +FedoraPreviousPrevious: True > > diff --git a/vars/all/Frozen.yaml b/vars/all/Frozen.yaml > > index 97d3bc3..7578a88 100644 > > --- a/vars/all/Frozen.yaml > > +++ b/vars/all/Frozen.yaml > > @@ -1 +1 @@ > > -Frozen: True > > +Frozen: False > > diff --git a/vars/all/RelEngFrozen.yaml b/vars/all/RelEngFrozen.yaml > > index bd7553f..72af779 100644 > > --- a/vars/all/RelEngFrozen.yaml > > +++ b/vars/all/RelEngFrozen.yaml > > @@ -1 +1 @@ > > -RelEngFrozen: True > > +RelEngFrozen: False > > > > Thanks. > > _______________________________________________ > > infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx > > To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx > > Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > > List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx > _______________________________________________ > infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx > To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx > Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx _______________________________________________ infrastructure mailing list -- infrastructure@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to infrastructure-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@xxxxxxxxxxxxxxxxxxxxxxx