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