Applied thanks
On Wednesday, April 22, 2015 08:39:12 PM Ralph Bean wrote: > This treats the fedora infrastructure staging environment just like > another secondary architecture (at dgilmore's suggestion in > the fedora-releng channel today). > > Fixed after initial review on the buildsys list[0]. > https://lists.fedoraproject.org/pipermail/buildsys/2015-April/004629.html > > Signed-off-by: Ralph Bean <[email protected]> > --- > 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..91a6504 > --- /dev/null > +++ b/configs/branched.stg.mash > @@ -0,0 +1,23 @@ > +# mash config file > + > +[22-stg] > +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..909b64f > --- /dev/null > +++ b/configs/rawhide.stg.mash > @@ -0,0 +1,23 @@ > +# mash config file > + > +[rawhide-stg] > +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/%(ar > ch)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
signature.asc
Description: This is a digitally signed message part.
-- buildsys mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/buildsys
