[PATCH] Add configs for stg.

Ralph Bean rbean at redhat.com
Wed Apr 22 20:26:34 UTC 2015


This treats the fedora infrastructure staging environment just like
another secondary architecture (at dgilmore's suggestion in
the fedora-releng channel today).
---
 configs/branched.stg.mash | 23 +++++++++++++++++++++++
 configs/mash.stg.conf     |  7 +++++++
 configs/rawhide.stg.mash  | 23 +++++++++++++++++++++++
 3 files changed, 53 insertions(+)
 create mode 100644 configs/branched.stg.mash
 create mode 100644 configs/mash.stg.conf
 create mode 100644 configs/rawhide.stg.mash

diff --git a/configs/branched.stg.mash b/configs/branched.stg.mash
new file mode 100644
index 0000000..7797a46
--- /dev/null
+++ b/configs/branched.stg.mash
@@ -0,0 +1,23 @@
+# mash config file
+
+[22]
+rpm_path = %(arch)s/os/Packages
+repodata_path = %(arch)s/os/
+source_path = source/SRPMS
+debuginfo = True
+multilib = True
+multilib_method = devel
+tag = f22
+inherit = False
+strict_keys = True
+keys = 8E1431D5
+repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/development/22/%(arch)s/os/
+repoviewtitle = "Fedora Branched - %(arch)s"
+arches = armhfp i386 x86_64 
+delta = True
+max_delta_rpm_size = 800000000
+max_delta_rpm_age = 604800
+delta_workers = 8
+# Change distro_tags as fedora-release version gets bumped
+distro_tags = cpe:/o:fedoraproject:fedora:22 Twenty Two
+hash_packages = True
diff --git a/configs/mash.stg.conf b/configs/mash.stg.conf
new file mode 100644
index 0000000..a8c408c
--- /dev/null
+++ b/configs/mash.stg.conf
@@ -0,0 +1,7 @@
+
+[defaults]
+configdir = /etc/mash
+buildhost = http://koji.stg.fedoraproject.org/kojihub
+repodir = file:///mnt/koji
+use_sqlite = True
+use_repoview = False
diff --git a/configs/rawhide.stg.mash b/configs/rawhide.stg.mash
new file mode 100644
index 0000000..837d5c0
--- /dev/null
+++ b/configs/rawhide.stg.mash
@@ -0,0 +1,23 @@
+# mash config file
+
+[rawhide]
+rpm_path = %(arch)s/os/Packages
+repodata_path = %(arch)s/os/
+source_path = source/SRPMS
+debuginfo = True
+multilib = True
+multilib_method = devel
+tag = f22
+inherit = False
+strict_keys = False
+keys = 8E1431D5
+repoviewurl = http://download.fedoraproject.org/pub/fedora/linux/development/rawhide/%(arch)s/os/
+repoviewtitle = "Fedora Rawhide - %(arch)s"
+arches = i386 x86_64 armhfp
+delta = True
+max_delta_rpm_size = 800000000
+max_delta_rpm_age = 604800
+delta_workers = 8
+# Change distro_tags as fedora-release version gets bumped
+distro_tags = cpe:/o:fedoraproject:fedora:22 rawhide
+hash_packages = True
-- 
2.1.0



More information about the buildsys mailing list