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


Re: FBR: Fix regeneration of dist-repos

2018-10-26 Thread Stephen John Smoogen
+1
On Fri, 26 Oct 2018 at 16:59, Mikolaj Izdebski  wrote:
>
> This fixes issue with regenerating dist-repos:
> https://pagure.io/fedora-infrastructure/issue/7332
>
> Works around Koji bug:
> https://pagure.io/koji/issue/1114
>
>
> From 50d1c0ac60d39abfd194675ee40f8b5bc1c0dec5 Mon Sep 17 00:00:00 2001
> From: Mikolaj Izdebski 
> Date: Fri, 26 Oct 2018 22:03:21 +0200
> Subject: [PATCH] Fix regeneration of dist-repos (#7332)
>
> This is workaround for Koji bug https://pagure.io/koji/issue/1114
> ---
>  roles/bodhi2/backend/files/dist-repo-regen.py | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/roles/bodhi2/backend/files/dist-repo-regen.py 
> b/roles/bodhi2/backend/files/dist-repo-regen.py
> index a8984c776..4268b6631 100644
> --- a/roles/bodhi2/backend/files/dist-repo-regen.py
> +++ b/roles/bodhi2/backend/files/dist-repo-regen.py
> @@ -68,6 +68,7 @@ for koji_env in config['tag2distrepo.tags'].keys():
>  'inherit': False,
>  'latest': True,
>  'multilib': False,
> +'split_debuginfo': False,
>  'skip_missing_signatures': False,
>  'allow_missing_signatures': False
>  }
> --
> 2.14.2
> ___
> 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


Re: FBR: Fix regeneration of dist-repos

2018-10-26 Thread Patrick Uiterwijk
+1
On Fri, 26 Oct 2018 at 22:09, Mikolaj Izdebski  wrote:
>
> This fixes issue with regenerating dist-repos:
> https://pagure.io/fedora-infrastructure/issue/7332
>
> Works around Koji bug:
> https://pagure.io/koji/issue/1114
>
>
> From 50d1c0ac60d39abfd194675ee40f8b5bc1c0dec5 Mon Sep 17 00:00:00 2001
> From: Mikolaj Izdebski 
> Date: Fri, 26 Oct 2018 22:03:21 +0200
> Subject: [PATCH] Fix regeneration of dist-repos (#7332)
>
> This is workaround for Koji bug https://pagure.io/koji/issue/1114
> ---
>  roles/bodhi2/backend/files/dist-repo-regen.py | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/roles/bodhi2/backend/files/dist-repo-regen.py 
> b/roles/bodhi2/backend/files/dist-repo-regen.py
> index a8984c776..4268b6631 100644
> --- a/roles/bodhi2/backend/files/dist-repo-regen.py
> +++ b/roles/bodhi2/backend/files/dist-repo-regen.py
> @@ -68,6 +68,7 @@ for koji_env in config['tag2distrepo.tags'].keys():
>  'inherit': False,
>  'latest': True,
>  'multilib': False,
> +'split_debuginfo': False,
>  'skip_missing_signatures': False,
>  'allow_missing_signatures': False
>  }
> --
> 2.14.2
> ___
> 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


FBR: Fix regeneration of dist-repos

2018-10-26 Thread Mikolaj Izdebski
This fixes issue with regenerating dist-repos:
https://pagure.io/fedora-infrastructure/issue/7332

Works around Koji bug:
https://pagure.io/koji/issue/1114


From 50d1c0ac60d39abfd194675ee40f8b5bc1c0dec5 Mon Sep 17 00:00:00 2001
From: Mikolaj Izdebski 
Date: Fri, 26 Oct 2018 22:03:21 +0200
Subject: [PATCH] Fix regeneration of dist-repos (#7332)

This is workaround for Koji bug https://pagure.io/koji/issue/1114
---
 roles/bodhi2/backend/files/dist-repo-regen.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/roles/bodhi2/backend/files/dist-repo-regen.py 
b/roles/bodhi2/backend/files/dist-repo-regen.py
index a8984c776..4268b6631 100644
--- a/roles/bodhi2/backend/files/dist-repo-regen.py
+++ b/roles/bodhi2/backend/files/dist-repo-regen.py
@@ -68,6 +68,7 @@ for koji_env in config['tag2distrepo.tags'].keys():
 'inherit': False,
 'latest': True,
 'multilib': False,
+'split_debuginfo': False,
 'skip_missing_signatures': False,
 'allow_missing_signatures': False
 }
-- 
2.14.2
___
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: F29 is now GA and no need of special policy changes

2018-10-26 Thread Stephen John Smoogen
+1
On Fri, 26 Oct 2018 at 11:28, Mohan Boddu  wrote:
>
> commit 6bbd8c072381561a664290a7ded3871173e5eab2
> Author: Mohan Boddu 
> Date:   Fri Oct 26 14:31:08 2018 +
>
> F29 is now GA and no need of any policy changes
>
> This change is to just disable
> roles/bodhi2/base/templates/production.ini.j2#n580
> roles/bodhi2/base/templates/production.ini.j2#n585
>
> Signed-off-by: Mohan Boddu 
>
> diff --git a/vars/all/FedoraBranchedBodhi.yaml 
> b/vars/all/FedoraBranchedBodhi.yaml
> index 2b6c292..8a72bfa 100644
> --- a/vars/all/FedoraBranchedBodhi.yaml
> +++ b/vars/all/FedoraBranchedBodhi.yaml
> @@ -1 +1 @@
> -FedoraBranchedBodhi: postbeta
> +FedoraBranchedBodhi: current
>
> ___
> 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: F29 is now GA and no need of special policy changes

2018-10-26 Thread Mohan Boddu
commit 6bbd8c072381561a664290a7ded3871173e5eab2
Author: Mohan Boddu 
Date:   Fri Oct 26 14:31:08 2018 +

F29 is now GA and no need of any policy changes

This change is to just disable
roles/bodhi2/base/templates/production.ini.j2#n580
roles/bodhi2/base/templates/production.ini.j2#n585

Signed-off-by: Mohan Boddu 

diff --git a/vars/all/FedoraBranchedBodhi.yaml
b/vars/all/FedoraBranchedBodhi.yaml
index 2b6c292..8a72bfa 100644
--- a/vars/all/FedoraBranchedBodhi.yaml
+++ b/vars/all/FedoraBranchedBodhi.yaml
@@ -1 +1 @@
-FedoraBranchedBodhi: postbeta
+FedoraBranchedBodhi: current
___
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] Include updates-testing repo during bodhi u-t run

2018-10-26 Thread Dusty Mabe


On 10/25/2018 01:25 PM, Sinny Kumari wrote:
> Hi,
> 
> Here is a patch (available in email attachment) to include updates-testing 
> repo
> as well during Atomic Host ISO creation in bodhi updates-testing run. 
> Specifying
> multiple repos to lorax should work fine on Fedora >=29 -
> https://github.com/weldr/lorax/issues/368 .
> 
> Can I get +1 for the patch?
> 
> Thanks,
> Sinny


Suggested change below. I think we just need to uncomment out the commented out 
code right
above the lines you changed.
- updates run will run lorax against
- Everything 
- the current updates run
- https://kojipkgs{{ env_suffix 
}}.fedoraproject.org/compose/branched/latest-Fedora-[[ release.version_int 
]]/compose/Everything/[[arch]]/os/
- the release day repo

- updates-testing will run lorax against
- Everything 
- the current updates-testing run
- https://kojipkgs{{ env_suffix 
}}.fedoraproject.org/compose/branched/latest-Fedora-[[ release.version_int 
]]/compose/Everything/[[arch]]/os/
- the release day repo
- https://kojipkgs{{ env_suffix }}.fedoraproject.org/compose/updates/f[[ 
release.version_int ]]-updates/compose/Everything/[[arch]]/os/
- the last updates run



diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 
b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
index af3f5ea29..91f8535aa 100644
--- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
+++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
@@ -292,13 +292,11 @@ ostree_installer = [
 [% for arch in ['x86_64', 'aarch64', 'ppc64le'] %]
 '[[ arch ]]': {
 "repo": [
-# For now we need to only provide one repo to lorax 
-# See https://github.com/weldr/lorax/issues/368
-#   "Everything",
-#   [% if request.name == 'testing' %]
-#   # In the case of testing, also inject the last 
stable updates
-#   "https://kojipkgs{{ env_suffix 
}}.fedoraproject.org/compose/updates/f[[ release.version_int 
]]-updates/compose/Everything/[[arch]]/os/",
-#   [% endif %]
+"Everything",
+[% if request.name == 'testing' %]
+# In the case of testing, also inject the last stable 
updates
+"https://kojipkgs{{ env_suffix 
}}.fedoraproject.org/compose/updates/f[[ release.version_int 
]]-updates/compose/Everything/[[arch]]/os/",
+[% endif %]
 # For f29 the compose location is under /compose/branched/
 [% if release.version_int == 29 %]
 "https://kojipkgs{{ env_suffix 
}}.fedoraproject.org/compose/branched/latest-Fedora-[[ release.version_int 
]]/compose/Everything/[[arch]]/os/"
___
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