Re: FBR: Disable F29 branched compose

2018-10-27 Thread Mikolaj Izdebski
+1

- Original Message -
> This is to disable F29 branched composes since we got F29 GA gold compose
> 
> diff --git a/roles/releng/files/branched b/roles/releng/files/branched
> index 561b8e0..cbcafff 100644
> --- a/roles/releng/files/branched
> +++ b/roles/releng/files/branched
> @@ -1,3 +1,3 @@
>  # branched compose
>  MAILTO=releng-c...@lists.fedoraproject.org
> -15 7 * * * root TMPDIR=`mktemp -d /tmp/branched.XX` && cd $TMPDIR &&
> git clone https://pagure.io/pungi-fedora.git && cd pungi-fedora && git
> checkout f29 && /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.XX` && cd $TMPDIR &&
> git clone https://pagure.io/pungi-fedora.git && cd pungi-fedora && git
> checkout f29 && /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
> 
> Thanks.
> 
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org
> 
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org


Re: FBR: Disable F29 branched compose

2018-10-26 Thread Stephen John Smoogen
+!
On Fri, 26 Oct 2018 at 20:08, Mohan Boddu  wrote:
>
> This is to disable F29 branched composes since we got F29 GA gold compose
>
> diff --git a/roles/releng/files/branched b/roles/releng/files/branched
> index 561b8e0..cbcafff 100644
> --- a/roles/releng/files/branched
> +++ b/roles/releng/files/branched
> @@ -1,3 +1,3 @@
>  # branched compose
>  MAILTO=releng-c...@lists.fedoraproject.org
> -15 7 * * * root TMPDIR=`mktemp -d /tmp/branched.XX` && cd $TMPDIR && git 
> clone https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout 
> f29 && /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.XX` && cd $TMPDIR && 
> git clone https://pagure.io/pungi-fedora.git && cd pungi-fedora && git 
> checkout f29 && /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
>
> Thanks.
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
> Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives: 
> https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org



-- 
Stephen J Smoogen.
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org


FBR: Disable F29 branched compose

2018-10-26 Thread Mohan Boddu
This is to disable F29 branched composes since we got F29 GA gold compose

diff --git a/roles/releng/files/branched b/roles/releng/files/branched
index 561b8e0..cbcafff 100644
--- a/roles/releng/files/branched
+++ b/roles/releng/files/branched
@@ -1,3 +1,3 @@
 # branched compose
 MAILTO=releng-c...@lists.fedoraproject.org
-15 7 * * * root TMPDIR=`mktemp -d /tmp/branched.XX` && cd $TMPDIR &&
git clone https://pagure.io/pungi-fedora.git && cd pungi-fedora && git
checkout f29 && /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.XX` && cd $TMPDIR &&
git clone https://pagure.io/pungi-fedora.git && cd pungi-fedora && git
checkout f29 && /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

Thanks.
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org