Skip to content
Snippets Groups Projects

INC3531548 ceph-quincy external repos

Merged Georgios Argyriou requested to merge INC3531548_exts into master
2 files
+ 14
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -9,3 +9,10 @@ EPEL=1
### You probably don't need to change anything below this
source createtag9al.sh
# Copr repos are screwed up and ship two different noarch packages for each arch.
# This means you can't add a single external repo to the tag because there will be
# two copies of each noarch with different signatures and koji will get confused.
# So, the workaround is to add two external repos, one for each arch.
$KOJI add-external-repo --tag=$TAG-build ceph-el9-copr-x86_64 --mode=bare --arch=x86_64
$KOJI add-external-repo --tag=$TAG-build ceph-el9-copr-aarch64 --mode=bare --arch=aarch64
\ No newline at end of file
Loading