From 26b386998d69b46212534f8a9ca62584a27baa3f Mon Sep 17 00:00:00 2001 From: Thomas Oulevey Date: May 26 2015 08:51:40 +0000 Subject: - add common6 and common7 scripts until we refactor create_sig to include it. --- diff --git a/scripts/common6.sh b/scripts/common6.sh new file mode 100644 index 0000000..4762dfa --- /dev/null +++ b/scripts/common6.sh @@ -0,0 +1,18 @@ +SIG=storage +DIST=6 +DISTTAG=el6 + +koji add-tag --arches "x86_64" $SIG$DIST-common-el6-build +koji add-target $SIG$DIST-common-el6 $SIG$DIST-common-el6-build $SIG$DIST-common-candidate +koji add-tag $SIG$DIST-common-candidate +koji add-tag $SIG$DIST-common-testing +koji add-tag $SIG$DIST-common-release +koji add-target $SIG$DIST-common-el6 $SIG$DIST-common-el6-build $SIG$DIST-common-candidate +koji add-external-repo --tag=$SIG$DIST-common-el6-build centos7-updates +koji add-external-repo --tag=$SIG$DIST-common-el6-build centos7-os +koji add-group $SIG$DIST-common-el6-build build +koji add-group $SIG$DIST-common-el6-build srpm-build +koji add-group-pkg $SIG$DIST-common-el6-build build bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux-ng which buildsys-macros-$DISTTAG tar buildsys-tools +koji add-group-pkg $SIG$DIST-common-el6-build srpm-build srpm-build bash buildsys-macros curl cvs redhat-release gnupg make redhat-rpm-config rpm-build shadow-utils buildsys-macros-$DISTTAG tar buildsys-tools +koji add-tag-inheritance --priority 5 $SIG$DIST-common-el6-build buildsys$DIST +koji add-tag-inheritance --priority 10 $SIG$DIST-common-el6-build $SIG$DIST-common-candidate diff --git a/scripts/common7.sh b/scripts/common7.sh new file mode 100644 index 0000000..63cc759 --- /dev/null +++ b/scripts/common7.sh @@ -0,0 +1,18 @@ +SIG=storage +DIST=7 +DISTTAG=el7 + +koji add-tag --arches "x86_64" $SIG$DIST-common-el7-build +koji add-target $SIG$DIST-common-el7 $SIG$DIST-common-el7-build $SIG$DIST-common-candidate +koji add-tag $SIG$DIST-common-candidate +koji add-tag $SIG$DIST-common-testing +koji add-tag $SIG$DIST-common-release +koji add-target $SIG$DIST-common-el7 $SIG$DIST-common-el7-build $SIG$DIST-common-candidate +koji add-external-repo --tag=$SIG$DIST-common-el7-build centos7-updates +koji add-external-repo --tag=$SIG$DIST-common-el7-build centos7-os +koji add-group $SIG$DIST-common-el7-build build +koji add-group $SIG$DIST-common-el7-build srpm-build +koji add-group-pkg $SIG$DIST-common-el7-build build bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux-ng which buildsys-macros-$DISTTAG tar buildsys-tools +koji add-group-pkg $SIG$DIST-common-el7-build srpm-build srpm-build bash buildsys-macros curl cvs redhat-release gnupg make redhat-rpm-config rpm-build shadow-utils buildsys-macros-$DISTTAG tar buildsys-tools +koji add-tag-inheritance --priority 5 $SIG$DIST-common-el7-build buildsys$DIST +koji add-tag-inheritance --priority 10 $SIG$DIST-common-el7-build $SIG$DIST-common-candidate