+1s? and of course this will need running the bodhi playbook to push it out. I don't think there's any other bodhi changes needed, but not sure.
kevin -- From 4cac02a0739211e16c5ae7a1c3e78ee3aca07654 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi kevin@scrye.com Date: Thu, 10 Mar 2016 00:25:23 +0000 Subject: [PATCH] Add f24 mash configs so we can push f24 updates in bodhi.
--- .../bodhi2/backend/files/f24-updates-testing.mash | 22 ++++++++++++++++++++++ roles/bodhi2/backend/files/f24-updates.mash | 20 ++++++++++++++++++++ roles/bodhi2/backend/tasks/main.yml | 2 ++ 3 files changed, 44 insertions(+) create mode 100644 roles/bodhi2/backend/files/f24-updates-testing.mash create mode 100644 roles/bodhi2/backend/files/f24-updates.mash
diff --git a/roles/bodhi2/backend/files/f24-updates-testing.mash b/roles/bodhi2/backend/files/f24-updates-testing.mash new file mode 100644 index 0000000..9328ea4 --- /dev/null +++ b/roles/bodhi2/backend/files/f24-updates-testing.mash @@ -0,0 +1,22 @@ +# mash config file + +[f24-updates-testing] +rpm_path = %(arch)s/ +source_path = SRPMS/ +debuginfo = True +multilib = True +multilib_method = devel +tag = f24-updates-testing +inherit = False +strict_keys = True +keys = 34EC9CBA +repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/testing/24/%(arch... +repoviewtitle = "Fedora 24 Updates Testing - %(arch)s" +arches = armhfp i386 x86_64 +hash_packages = True +delta = True +#delta_dirs = /pub/fedora/linux/releases/24/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f24-updates/%(arch)s/ +#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/24/%(arch)s, http://download.fedoraproject.or +# point to branched till we release then use above +delta_dirs = /pub/fedora/linux/development/24/Everything/%(arch)s/os/ +parent_repos = http://download.fedoraproject.org/pub/fedora/linux/development/24/Everything... diff --git a/roles/bodhi2/backend/files/f24-updates.mash b/roles/bodhi2/backend/files/f24-updates.mash new file mode 100644 index 0000000..b651009 --- /dev/null +++ b/roles/bodhi2/backend/files/f24-updates.mash @@ -0,0 +1,20 @@ +[f24-updates] +rpm_path = %(arch)s/ +source_path = SRPMS/ +debuginfo = True +multilib = True +multilib_method = devel +tag = f24-updates +inherit = False +strict_keys = True +keys = 81B46521 +repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/24/%(arch)s/ +repoviewtitle = "Fedora 24 Updates - %(arch)s" +arches = armhfp i386 x86_64 +hash_packages = True +delta = True +#delta_dirs = /pub/fedora/linux/releases/24/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f24-updates/%(arch)s/ +#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/24/%(arch)s, http://download.fedoraproject.or +# point to branched till we release then use above +delta_dirs = /pub/fedora/linux/development/24/Everything/%(arch)s/os/ +parent_repos = http://download.fedoraproject.org/pub/fedora/linux/development/24/Everything... diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 0783b08..f9e63ba 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -103,6 +103,8 @@ - f22-updates-testing.mash - f23-updates.mash - f23-updates-testing.mash + - f24-updates.mash + - f24-updates-testing.mash - dist-5E-epel.mash - dist-5E-epel-testing.mash - dist-6E-epel.mash
+1s? and of course this will need running the bodhi playbook to push it out. I don't think there's any other bodhi changes needed, but not sure.
kevin
From 4cac02a0739211e16c5ae7a1c3e78ee3aca07654 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi kevin@scrye.com Date: Thu, 10 Mar 2016 00:25:23 +0000 Subject: [PATCH] Add f24 mash configs so we can push f24 updates in bodhi.
.../bodhi2/backend/files/f24-updates-testing.mash | 22 ++++++++++++++++++++++ roles/bodhi2/backend/files/f24-updates.mash | 20 ++++++++++++++++++++ roles/bodhi2/backend/tasks/main.yml | 2 ++ 3 files changed, 44 insertions(+) create mode 100644 roles/bodhi2/backend/files/f24-updates-testing.mash create mode 100644 roles/bodhi2/backend/files/f24-updates.mash
diff --git a/roles/bodhi2/backend/files/f24-updates-testing.mash b/roles/bodhi2/backend/files/f24-updates-testing.mash new file mode 100644 index 0000000..9328ea4 --- /dev/null +++ b/roles/bodhi2/backend/files/f24-updates-testing.mash @@ -0,0 +1,22 @@ +# mash config file
+[f24-updates-testing] +rpm_path = %(arch)s/ +source_path = SRPMS/ +debuginfo = True +multilib = True +multilib_method = devel +tag = f24-updates-testing +inherit = False +strict_keys = True +keys = 34EC9CBA +repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/testing/24/%(arch... +repoviewtitle = "Fedora 24 Updates Testing - %(arch)s" +arches = armhfp i386 x86_64 +hash_packages = True +delta = True +#delta_dirs = /pub/fedora/linux/releases/24/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f24-updates/%(arch)s/ +#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/24/%(arch)s, http://download.fedoraproject.or +# point to branched till we release then use above +delta_dirs = /pub/fedora/linux/development/24/Everything/%(arch)s/os/ +parent_repos = http://download.fedoraproject.org/pub/fedora/linux/development/24/Everything... diff --git a/roles/bodhi2/backend/files/f24-updates.mash b/roles/bodhi2/backend/files/f24-updates.mash new file mode 100644 index 0000000..b651009 --- /dev/null +++ b/roles/bodhi2/backend/files/f24-updates.mash @@ -0,0 +1,20 @@ +[f24-updates] +rpm_path = %(arch)s/ +source_path = SRPMS/ +debuginfo = True +multilib = True +multilib_method = devel +tag = f24-updates +inherit = False +strict_keys = True +keys = 81B46521 +repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/24/%(arch)s/ +repoviewtitle = "Fedora 24 Updates - %(arch)s" +arches = armhfp i386 x86_64 +hash_packages = True +delta = True +#delta_dirs = /pub/fedora/linux/releases/24/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f24-updates/%(arch)s/ +#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/24/%(arch)s, http://download.fedoraproject.or +# point to branched till we release then use above +delta_dirs = /pub/fedora/linux/development/24/Everything/%(arch)s/os/ +parent_repos = http://download.fedoraproject.org/pub/fedora/linux/development/24/Everything... diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 0783b08..f9e63ba 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -103,6 +103,8 @@
- f22-updates-testing.mash
- f23-updates.mash
- f23-updates-testing.mash
- f24-updates.mash
- f24-updates-testing.mash
- dist-5E-epel.mash
- dist-5E-epel-testing.mash
- dist-6E-epel.mash
-- 1.8.3.1
+1
+1.
I don't think any other bodhi changes will be needed...
luke
On Wed, Mar 09, 2016 at 05:27:37PM -0700, Kevin Fenzi wrote:
+1s? and of course this will need running the bodhi playbook to push it out. I don't think there's any other bodhi changes needed, but not sure.
kevin
From 4cac02a0739211e16c5ae7a1c3e78ee3aca07654 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi kevin@scrye.com Date: Thu, 10 Mar 2016 00:25:23 +0000 Subject: [PATCH] Add f24 mash configs so we can push f24 updates in bodhi.
.../bodhi2/backend/files/f24-updates-testing.mash | 22 ++++++++++++++++++++++ roles/bodhi2/backend/files/f24-updates.mash | 20 ++++++++++++++++++++ roles/bodhi2/backend/tasks/main.yml | 2 ++ 3 files changed, 44 insertions(+) create mode 100644 roles/bodhi2/backend/files/f24-updates-testing.mash create mode 100644 roles/bodhi2/backend/files/f24-updates.mash
diff --git a/roles/bodhi2/backend/files/f24-updates-testing.mash b/roles/bodhi2/backend/files/f24-updates-testing.mash new file mode 100644 index 0000000..9328ea4 --- /dev/null +++ b/roles/bodhi2/backend/files/f24-updates-testing.mash @@ -0,0 +1,22 @@ +# mash config file
+[f24-updates-testing] +rpm_path = %(arch)s/ +source_path = SRPMS/ +debuginfo = True +multilib = True +multilib_method = devel +tag = f24-updates-testing +inherit = False +strict_keys = True +keys = 34EC9CBA +repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/testing/24/%(arch... +repoviewtitle = "Fedora 24 Updates Testing - %(arch)s" +arches = armhfp i386 x86_64 +hash_packages = True +delta = True +#delta_dirs = /pub/fedora/linux/releases/24/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f24-updates/%(arch)s/ +#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/24/%(arch)s, http://download.fedoraproject.or +# point to branched till we release then use above +delta_dirs = /pub/fedora/linux/development/24/Everything/%(arch)s/os/ +parent_repos = http://download.fedoraproject.org/pub/fedora/linux/development/24/Everything... diff --git a/roles/bodhi2/backend/files/f24-updates.mash b/roles/bodhi2/backend/files/f24-updates.mash new file mode 100644 index 0000000..b651009 --- /dev/null +++ b/roles/bodhi2/backend/files/f24-updates.mash @@ -0,0 +1,20 @@ +[f24-updates] +rpm_path = %(arch)s/ +source_path = SRPMS/ +debuginfo = True +multilib = True +multilib_method = devel +tag = f24-updates +inherit = False +strict_keys = True +keys = 81B46521 +repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/24/%(arch)s/ +repoviewtitle = "Fedora 24 Updates - %(arch)s" +arches = armhfp i386 x86_64 +hash_packages = True +delta = True +#delta_dirs = /pub/fedora/linux/releases/24/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f24-updates/%(arch)s/ +#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/24/%(arch)s, http://download.fedoraproject.or +# point to branched till we release then use above +delta_dirs = /pub/fedora/linux/development/24/Everything/%(arch)s/os/ +parent_repos = http://download.fedoraproject.org/pub/fedora/linux/development/24/Everything... diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 0783b08..f9e63ba 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -103,6 +103,8 @@
- f22-updates-testing.mash
- f23-updates.mash
- f23-updates-testing.mash
- f24-updates.mash
- f24-updates-testing.mash
- dist-5E-epel.mash
- dist-5E-epel-testing.mash
- dist-6E-epel.mash
-- 1.8.3.1
infrastructure mailing list infrastructure@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/infrastructure@lists.fedoraprojec...
Reviewed. Looks good. +1
On 9 March 2016 at 17:27, Kevin Fenzi kevin@scrye.com wrote:
+1s? and of course this will need running the bodhi playbook to push it out. I don't think there's any other bodhi changes needed, but not sure.
kevin
From 4cac02a0739211e16c5ae7a1c3e78ee3aca07654 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi kevin@scrye.com Date: Thu, 10 Mar 2016 00:25:23 +0000 Subject: [PATCH] Add f24 mash configs so we can push f24 updates in bodhi.
.../bodhi2/backend/files/f24-updates-testing.mash | 22 ++++++++++++++++++++++ roles/bodhi2/backend/files/f24-updates.mash | 20 ++++++++++++++++++++ roles/bodhi2/backend/tasks/main.yml | 2 ++ 3 files changed, 44 insertions(+) create mode 100644 roles/bodhi2/backend/files/f24-updates-testing.mash create mode 100644 roles/bodhi2/backend/files/f24-updates.mash
diff --git a/roles/bodhi2/backend/files/f24-updates-testing.mash b/roles/bodhi2/backend/files/f24-updates-testing.mash new file mode 100644 index 0000000..9328ea4 --- /dev/null +++ b/roles/bodhi2/backend/files/f24-updates-testing.mash @@ -0,0 +1,22 @@ +# mash config file
+[f24-updates-testing] +rpm_path = %(arch)s/ +source_path = SRPMS/ +debuginfo = True +multilib = True +multilib_method = devel +tag = f24-updates-testing +inherit = False +strict_keys = True +keys = 34EC9CBA +repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/testing/24/%(arch... +repoviewtitle = "Fedora 24 Updates Testing - %(arch)s" +arches = armhfp i386 x86_64 +hash_packages = True +delta = True +#delta_dirs = /pub/fedora/linux/releases/24/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f24-updates/%(arch)s/ +#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/24/%(arch)s, http://download.fedoraproject.or +# point to branched till we release then use above +delta_dirs = /pub/fedora/linux/development/24/Everything/%(arch)s/os/ +parent_repos = http://download.fedoraproject.org/pub/fedora/linux/development/24/Everything... diff --git a/roles/bodhi2/backend/files/f24-updates.mash b/roles/bodhi2/backend/files/f24-updates.mash new file mode 100644 index 0000000..b651009 --- /dev/null +++ b/roles/bodhi2/backend/files/f24-updates.mash @@ -0,0 +1,20 @@ +[f24-updates] +rpm_path = %(arch)s/ +source_path = SRPMS/ +debuginfo = True +multilib = True +multilib_method = devel +tag = f24-updates +inherit = False +strict_keys = True +keys = 81B46521 +repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/updates/24/%(arch)s/ +repoviewtitle = "Fedora 24 Updates - %(arch)s" +arches = armhfp i386 x86_64 +hash_packages = True +delta = True +#delta_dirs = /pub/fedora/linux/releases/24/Everything/%(arch)s/os/,/mnt/koji/mash/updates/f24-updates/%(arch)s/ +#parent_repos = http://download.fedoraproject.org/pub/fedora/linux/updates/24/%(arch)s, http://download.fedoraproject.or +# point to branched till we release then use above +delta_dirs = /pub/fedora/linux/development/24/Everything/%(arch)s/os/ +parent_repos = http://download.fedoraproject.org/pub/fedora/linux/development/24/Everything... diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index 0783b08..f9e63ba 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -103,6 +103,8 @@
- f22-updates-testing.mash
- f23-updates.mash
- f23-updates-testing.mash
- f24-updates.mash
- f24-updates-testing.mash
- dist-5E-epel.mash
- dist-5E-epel-testing.mash
- dist-6E-epel.mash
-- 1.8.3.1
infrastructure mailing list infrastructure@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/infrastructure@lists.fedoraprojec...
infrastructure@lists.fedoraproject.org