Skip to content
Snippets Groups Projects

Add epel to cern8 and cern8s

Merged Daniel Juarez Gonzalez requested to merge cern8_cern8s_epel into master
2 files
+ 10
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
0
@@ -3,6 +3,7 @@
@@ -3,6 +3,7 @@
TAG="cern8"
TAG="cern8"
ARCHES="x86_64 aarch64"
ARCHES="x86_64 aarch64"
PERMS="admin"
PERMS="admin"
 
EPEL=1
TESTING=1
TESTING=1
DISTTAG="el8.cern"
DISTTAG="el8.cern"
@@ -23,6 +24,10 @@ if [[ $DISTTAG != "" ]]; then
@@ -23,6 +24,10 @@ if [[ $DISTTAG != "" ]]; then
$KOJI add-group-pkg $TAG-build srpm-build buildsys-macros-$DISTTAG
$KOJI add-group-pkg $TAG-build srpm-build buildsys-macros-$DISTTAG
fi
fi
 
if [[ $EPEL -eq 1 ]]; then
 
$KOJI add-tag-inheritance --priority 10 ${TAG}-build epel8
 
fi
 
if [[ $TESTING -eq 1 ]]; then
if [[ $TESTING -eq 1 ]]; then
$KOJI add-external-repo -t $TAG-build c8-testing-baseos -p 25 --mode=bare
$KOJI add-external-repo -t $TAG-build c8-testing-baseos -p 25 --mode=bare
$KOJI add-external-repo -t $TAG-build c8-testing-appstream -p 35 --mode=bare
$KOJI add-external-repo -t $TAG-build c8-testing-appstream -p 35 --mode=bare
Loading