Skip to content
Snippets Groups Projects

Use repo_include_all for openafs tags

Merged Ben Morrice requested to merge afsincludeall into master
7 files
+ 56
0
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 8
0
@@ -11,4 +11,12 @@ DISTTAG="el8.cern"
@@ -11,4 +11,12 @@ DISTTAG="el8.cern"
source createtag8.sh
source createtag8.sh
$KOJI add-external-repo -t ${TAG}-build c8-latest-baseos -p 20 --mode=bare
$KOJI add-external-repo -t ${TAG}-build c8-latest-baseos -p 20 --mode=bare
 
# As we may need dependencies apart from the 'latest' build,
 
# we add -stable to ensure that we have everything
$KOJI add-tag-inheritance --priority 3 ${TAG}-build ${TAG}-stable
$KOJI add-tag-inheritance --priority 3 ${TAG}-build ${TAG}-stable
 
# However, as kmod-openafs is built from the 'openafs' package, it's often the
 
# case that koji only sees the latest kmod package. We we may expect to see
 
# other packages that are also built from 'openafs' (such as openafs-devel)
 
# We can override the default koji behaviour to show all packages, which avoids
 
# this unfortunate confusion
 
$KOJI edit-tag ${TAG}-build -x repo_include_all=True
Loading