I wanted to run git send-email to send the koji-gc patch for review and found it was not installed so here is two patches
Dennnis
From 4297c458ff7a3ea673f2835cf73d2da78d61feca Mon Sep 17 00:00:00 2001 From: Dennis Gilmore ausil@fedoraproject.org Date: Thu, 22 Oct 2015 01:54:21 +0000 Subject: [PATCH 1/2] koji-gc: enable kojigc on fedora 23 and 24 keys
Signed-off-by: Dennis Gilmore ausil@fedoraproject.org --- roles/koji_hub/files/koji-gc.conf | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/roles/koji_hub/files/koji-gc.conf b/roles/koji_hub/files/koji- gc.conf index 7680be9..525c9b7 100644 --- a/roles/koji_hub/files/koji-gc.conf +++ b/roles/koji_hub/files/koji-gc.conf @@ -23,6 +23,8 @@ key_aliases = 246110C1 fedora-20 95A43F54 fedora-21 8E1431D5 fedora-22 + 34EC9CBA fedora-23 + 81B46521 fedora-24 217521F6 fedora-epel 0608B895 fedora-epel-6 352C64E5 fedora-epel-7 @@ -36,6 +38,8 @@ unprotected_keys = fedora-20 fedora-21 fedora-22 + fedora-23 + fedora-24 fedora-extras redhat-beta fedora-epel @@ -68,6 +72,8 @@ policy = sig fedora-20 && age < 12 weeks :: keep sig fedora-21 && age < 12 weeks :: keep sig fedora-22 && age < 12 weeks :: keep + sig fedora-23 && age < 12 weeks :: keep + sig fedora-24 && age < 12 weeks :: keep sig fedora-epel && age < 12 weeks :: keep sig fedora-epel-6 && age < 12 weeks :: keep sig fedora-epel-7 && age < 12 weeks :: keep
On Wed, Oct 21, 2015 at 09:01:29PM -0500, Dennis Gilmore wrote:
I wanted to run git send-email to send the koji-gc patch for review and found it was not installed so here is two patches
The ansible repo being public, you can clone it on your machine and send the emails from there.
That being said +1 for both patches
Pierre
From 4297c458ff7a3ea673f2835cf73d2da78d61feca Mon Sep 17 00:00:00 2001 From: Dennis Gilmore ausil@fedoraproject.org Date: Thu, 22 Oct 2015 01:54:21 +0000 Subject: [PATCH 1/2] koji-gc: enable kojigc on fedora 23 and 24 keys
Signed-off-by: Dennis Gilmore ausil@fedoraproject.org
roles/koji_hub/files/koji-gc.conf | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/roles/koji_hub/files/koji-gc.conf b/roles/koji_hub/files/koji- gc.conf index 7680be9..525c9b7 100644 --- a/roles/koji_hub/files/koji-gc.conf +++ b/roles/koji_hub/files/koji-gc.conf @@ -23,6 +23,8 @@ key_aliases = 246110C1 fedora-20 95A43F54 fedora-21 8E1431D5 fedora-22
- 34EC9CBA fedora-23
- 81B46521 fedora-24 217521F6 fedora-epel 0608B895 fedora-epel-6 352C64E5 fedora-epel-7
@@ -36,6 +38,8 @@ unprotected_keys = fedora-20 fedora-21 fedora-22
- fedora-23
- fedora-24 fedora-extras redhat-beta fedora-epel
@@ -68,6 +72,8 @@ policy = sig fedora-20 && age < 12 weeks :: keep sig fedora-21 && age < 12 weeks :: keep sig fedora-22 && age < 12 weeks :: keep
- sig fedora-23 && age < 12 weeks :: keep
- sig fedora-24 && age < 12 weeks :: keep sig fedora-epel && age < 12 weeks :: keep sig fedora-epel-6 && age < 12 weeks :: keep sig fedora-epel-7 && age < 12 weeks :: keep
-- 1.8.3.1
From 1945487a35859176d360e7ce937cd14d21f2260e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore ausil@fedoraproject.org Date: Thu, 22 Oct 2015 01:58:09 +0000 Subject: [PATCH 2/2] add git-email on batcave in order to send out patches for review
Signed-off-by: Dennis Gilmore ausil@fedoraproject.org
roles/batcave/tasks/main.yml | 1 + 1 file changed, 1 insertion(+)
diff --git a/roles/batcave/tasks/main.yml b/roles/batcave/tasks/main.yml index f83ebd7..0dccad8 100644 --- a/roles/batcave/tasks/main.yml +++ b/roles/batcave/tasks/main.yml @@ -33,6 +33,7 @@
- unzip # general useful util
- fpaste # general useful util
- lftp # needed to easily pull in builds from koji for
internal repos
- git-email # needed to send patches for review to the
mailing list tags:
- batcave
- config
I wanted to run git send-email to send the koji-gc patch for review and found it was not installed so here is two patches
Dennnis
From 4297c458ff7a3ea673f2835cf73d2da78d61feca Mon Sep 17 00:00:00 2001 From: Dennis Gilmore ausil@fedoraproject.org Date: Thu, 22 Oct 2015 01:54:21 +0000 Subject: [PATCH 1/2] koji-gc: enable kojigc on fedora 23 and 24 keys
Signed-off-by: Dennis Gilmore ausil@fedoraproject.org
roles/koji_hub/files/koji-gc.conf | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/roles/koji_hub/files/koji-gc.conf b/roles/koji_hub/files/koji- gc.conf index 7680be9..525c9b7 100644 --- a/roles/koji_hub/files/koji-gc.conf +++ b/roles/koji_hub/files/koji-gc.conf @@ -23,6 +23,8 @@ key_aliases = 246110C1 fedora-20 95A43F54 fedora-21 8E1431D5 fedora-22
- 34EC9CBA fedora-23
- 81B46521 fedora-24 217521F6 fedora-epel 0608B895 fedora-epel-6 352C64E5 fedora-epel-7
@@ -36,6 +38,8 @@ unprotected_keys = fedora-20 fedora-21 fedora-22
- fedora-23
- fedora-24 fedora-extras redhat-beta fedora-epel
@@ -68,6 +72,8 @@ policy = sig fedora-20 && age < 12 weeks :: keep sig fedora-21 && age < 12 weeks :: keep sig fedora-22 && age < 12 weeks :: keep
- sig fedora-23 && age < 12 weeks :: keep
- sig fedora-24 && age < 12 weeks :: keep sig fedora-epel && age < 12 weeks :: keep sig fedora-epel-6 && age < 12 weeks :: keep sig fedora-epel-7 && age < 12 weeks :: keep
-- 1.8.3.1
From 1945487a35859176d360e7ce937cd14d21f2260e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore ausil@fedoraproject.org Date: Thu, 22 Oct 2015 01:58:09 +0000 Subject: [PATCH 2/2] add git-email on batcave in order to send out patches for review
Signed-off-by: Dennis Gilmore ausil@fedoraproject.org
roles/batcave/tasks/main.yml | 1 + 1 file changed, 1 insertion(+)
diff --git a/roles/batcave/tasks/main.yml b/roles/batcave/tasks/main.yml index f83ebd7..0dccad8 100644 --- a/roles/batcave/tasks/main.yml +++ b/roles/batcave/tasks/main.yml @@ -33,6 +33,7 @@
- unzip # general useful util
- fpaste # general useful util
- lftp # needed to easily pull in builds from koji
for internal repos
- git-email # needed to send patches for review to the
mailing list tags:
- batcave
- config
-- 1.8.3.1
+1 on both.
infrastructure@lists.fedoraproject.org