Skip to content
Snippets Groups Projects
Commit faabdb13 authored by Ben Morrice's avatar Ben Morrice
Browse files

Merge branch 'nile' into 'master'

RQF2436742 - add nile tag for el/al8 and cc7

See merge request !149
parents 393bd7fa bcd115e4
No related branches found
No related tags found
1 merge request!149RQF2436742 - add nile tag for el/al8 and cc7
#!/bin/bash
DIST="nile7"
koji remove-tag $DIST-build
koji add-tag --arches "x86_64" $DIST-build
koji add-group $DIST-build build
koji add-group $DIST-build srpm-build
koji add-group-pkg $DIST-build build bash bzip2 coreutils cpio diffutils redhat-release-everything findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux-ng which tar cern-koji-addons buildsys-macros-el7.cern
koji add-group-pkg $DIST-build srpm-build bash curl cvs redhat-release-everything gnupg make redhat-rpm-config rpm-build shadow-utils tar buildsys-macros-el7.cern cern-koji-addons
koji add-external-repo --tag=$DIST-build cc7-cern
koji add-external-repo --tag=$DIST-build cc7-cernonly
koji add-external-repo --tag=$DIST-build cc7-extras
koji add-external-repo --tag=$DIST-build cc7-updates
koji add-external-repo --tag=$DIST-build cc7-os
koji add-external-repo --tag=$DIST-build buildsys7
koji add-external-repo --tag=$DIST-build epel7
koji add-tag $DIST-testing
koji add-tag $DIST-qa
koji add-tag $DIST-stable
koji add-tag-inheritance --priority 1 $DIST-build $DIST-testing
koji add-target $DIST $DIST-build $DIST-testing
#!/bin/bash
TAG="nile8al"
#ARCHES="x86_64 aarch64"
#PERMS=""
#TESTING=0
EPEL=1
#DISTTAG=""
### You probably don't need to change anything below this
source createtag8al.sh
#!/bin/bash
TAG="nile8el"
#ARCHES="x86_64 aarch64"
#PERMS=""
#TESTING=0
EPEL=1
#DISTTAG=""
### You probably don't need to change anything below this
source createtag8el.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment