From d4e0421c96cce29718c71d94555fb25d76124f96 Mon Sep 17 00:00:00 2001 From: Marta Vila Fernandes <ana.marta.lisboa.vila.fernandes@cern.ch> Date: Tue, 21 Jan 2025 11:47:28 +0100 Subject: [PATCH] add nvf external repo to bobcat --- bin/tags/iaas-bobcat9al.sh | 3 +++ bin/tags/iaas-bobcat9el.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/bin/tags/iaas-bobcat9al.sh b/bin/tags/iaas-bobcat9al.sh index 5e8b4c0..49b67e5 100755 --- a/bin/tags/iaas-bobcat9al.sh +++ b/bin/tags/iaas-bobcat9al.sh @@ -9,3 +9,6 @@ CLOUD="bobcat" ### You probably don't need to change anything below this source createtag9al.sh + +$KOJI edit-tag $TAG-testing -x mock.yum.module_hotfixes=1 +$KOJI add-external-repo -t ${TAG}-build cs9-sig-nfv-openvswitch -p 30 --mode=bare \ No newline at end of file diff --git a/bin/tags/iaas-bobcat9el.sh b/bin/tags/iaas-bobcat9el.sh index cae31d7..28744aa 100755 --- a/bin/tags/iaas-bobcat9el.sh +++ b/bin/tags/iaas-bobcat9el.sh @@ -9,3 +9,6 @@ CLOUD="bobcat" ### You probably don't need to change anything below this source createtag9el.sh + +$KOJI edit-tag $TAG-testing -x mock.yum.module_hotfixes=1 +$KOJI add-external-repo -t ${TAG}-build cs9-sig-nfv-openvswitch -p 30 --mode=bare \ No newline at end of file -- GitLab