Re: [PATCH] start running f27 atomic/cloud pungi runs

2017-10-21 Thread Kevin Fenzi
On 10/21/2017 07:49 AM, Dusty Mabe wrote:
> 
> 
> On 10/20/2017 10:18 PM, Ralph Bean wrote:
>> +1 here too.
> 
> Thanks Ralph, Kevin. Can someone merge the patch and also run the playbook? 

Done.

kevin




signature.asc
Description: OpenPGP digital signature
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: [PATCH] start running f27 atomic/cloud pungi runs

2017-10-21 Thread Dusty Mabe


On 10/20/2017 10:18 PM, Ralph Bean wrote:
> +1 here too.

Thanks Ralph, Kevin. Can someone merge the patch and also run the playbook? 

Dusty 
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: [PATCH] start running f27 atomic/cloud pungi runs

2017-10-20 Thread Ralph Bean
+1 here too.
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: [PATCH] start running f27 atomic/cloud pungi runs

2017-10-20 Thread Kevin Fenzi
Sure, seems reasonable. +1

kevin




signature.asc
Description: OpenPGP digital signature
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


FBR: Re: [PATCH] start running f27 atomic/cloud pungi runs

2017-10-20 Thread Dusty Mabe
This was supposed to have a cover email that requested an FBR. Please 
review/apply if you can.

Thanks,
Dusty

On 10/20/2017 11:59 AM, Dusty Mabe wrote:
> Also stop running f25 runs.
> ---
>  roles/releng/files/twoweek-updates | 8 
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/roles/releng/files/twoweek-updates 
> b/roles/releng/files/twoweek-updates
> index 1fef504..b44fae7 100644
> --- a/roles/releng/files/twoweek-updates
> +++ b/roles/releng/files/twoweek-updates
> @@ -2,14 +2,14 @@
>  MAILTO=releng-c...@lists.fedoraproject.org
>  15 8 * * * root TMPDIR=`mktemp -d /tmp/twoweekF26.XX` && pushd $TMPDIR 
> && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git 
> checkout f26 && LANG=en_US.UTF-8 ./twoweek-nightly.sh RC-$(date 
> "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
>  
> -#Fedora 25 two-week updates nightly compose
> +#Fedora 27 two-week updates nightly compose
>  MAILTO=releng-c...@lists.fedoraproject.org
> -15 5 * * * root TMPDIR=`mktemp -d /tmp/twoweekF25.XX` && pushd $TMPDIR 
> && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git 
> checkout f25 && LANG=en_US.UTF-8 ./twoweek-nightly.sh RC-$(date 
> "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
> +15 5 * * * root TMPDIR=`mktemp -d /tmp/twoweekF27.XX` && pushd $TMPDIR 
> && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git 
> checkout f27 && LANG=en_US.UTF-8 ./twoweek-nightly.sh RC-$(date 
> "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
>  
>  #Fedora 26 CloudImage nightly compose
>  MAILTO=releng-c...@lists.fedoraproject.org
>  15 9 * * * root TMPDIR=`mktemp -d /tmp/CloudImageF26.XX` && pushd 
> $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora 
> && git checkout f26 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date 
> "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
>  
> -#Fedora 25 CloudImage nightly compose
> +#Fedora 27 CloudImage nightly compose
>  MAILTO=releng-c...@lists.fedoraproject.org
> -15 7 * * * root TMPDIR=`mktemp -d /tmp/CloudImageF25.XX` && pushd 
> $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora 
> && git checkout f25 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date 
> "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
> +15 7 * * * root TMPDIR=`mktemp -d /tmp/CloudImageF27.XX` && pushd 
> $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora 
> && git checkout f27 && LANG=en_US.UTF-8 ./cloud-nightly.sh RC-$(date 
> "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
> 
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org