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: FBR: Modules and the package list

2017-10-20 Thread Ralph Bean
Thanks!

Applied:  
https://infrastructure.fedoraproject.org/cgit/ansible.git/commit/?id=fe795ff8de2615b58a84ef7d80a919a5dad26304
___
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


[PATCH] start running f27 atomic/cloud pungi runs

2017-10-20 Thread Dusty Mabe
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
-- 
2.9.5
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: bodhi-3.0.0-0.0.beta deployed to stg

2017-10-20 Thread Paul W. Frields
On Thu, Oct 19, 2017 at 03:41:07PM -0400, Randy Barlow wrote:
> bodhi-3.0.0-0.0.beta[0] has been deployed to staging. We plan to ask for
> an FBR to deploy the final release when it is ready, but we plan to keep
> this in testing through Monday, with a theoretical Tuesday production
> deployment (assuming ACKs and testing goes well).
> 
> This is a major release as it is backwards incompatible in how
> repositories are layed out, and technically the bodhi CLI also has a
> backwards-incompatibility too (the USERNAME env variable is no longer
> used, as it clashed with GDM's). Patrick plans to rework the sync script
> when we deploy to production so this will not impact our users.
> 
> The primary purpose of this release is to switch to Pungi instead of
> mash for repository composition. This allows many things, but the big
> one is modular repository mashing, which is why we will be asking for a
> Freeze Break.
> 
> 
> [0] https://bodhi.stg.fedoraproject.org/docs/release_notes.html

Congratulations on (nearly) the 3.0 release!  This is a big-deal
milestone -- thanks to all who contributed.

-- 
Paul W. Frieldshttp://paul.frields.org/
  gpg fingerprint: 3DA6 A0AC 6D58 FEC4 0233  5906 ACDB C937 BD11 3717
  http://redhat.com/   -  -  -  -   http://pfrields.fedorapeople.org/
The open source story continues to grow: http://opensource.com
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: FBR: Modules and the package list

2017-10-20 Thread Pierre-Yves Chibon
On Wed, Oct 18, 2017 at 12:45:14PM -0400, Ralph Bean wrote:
> Karsten Hopp reported an issue with the MBS that his module builds of
> modules/krb5 and modules/udisks2 failed, because the MBS failed to tag
> them into f27-modular-updates-candidate at the end of the build.  The
> module names weren't in the pkg list.
> 
> I've added them directly to get him going again, but the root is an
> issue in the pkg list sync script.  Here's a patch that should make it
> work going forwards.
> 
> Any +1'd for the following fix?  (Tested by hand against the udisks2
> and krb5 modules.  I also checked that the patch doesn't accidentally
> add the krb5 package to the list for f27 proper, which would be
> wrong.)
> 
> diff --git a/roles/bodhi2/backend/templates/owner-sync-pagure.j2 
> b/roles/bodhi2/backend/templates/owner-sync-pagure.j2
> index 6131b13..b3400bf 100755
> --- a/roles/bodhi2/backend/templates/owner-sync-pagure.j2
> +++ b/roles/bodhi2/backend/templates/owner-sync-pagure.j2
> @@ -401,9 +401,13 @@ if __name__ == '__main__':
>  namespace = info['namespace']
>  pkgs = []
>  for pkg, branches in namespace_to_projects[namespace].items():
> -# The tag and branch names are the same for "old-style" branches
>  if info['branch'] in branches or tag == ('f' + RAWHIDE):
> +# The tag and branch names are the same for "old-style" 
> branches
>  pkgs.append(pkg)
> +elif namespace == 'modules':
> +# Add modules to f27-modular-updates even if their only 
> branch is '2.4'
> +pkgs.append(pkg)
> +
>  # This is a special project, not in dist-git, but which needs to be 
> in
>  # the package list.
>  if namespace == 'rpms':

+1 for me as well,


Pierre


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