From 455e6edfc33350456164b35ceb682aa37b3f5807 Mon Sep 17 00:00:00 2001
From: geargyri <georgios.argyriou@cern.ch>
Date: Thu, 26 Jan 2023 18:25:04 +0100
Subject: [PATCH] No need for customly added cloud ext repos.

---
 bin/tags/iaas-train8al.sh    | 3 ---
 bin/tags/iaas-train8el.sh    | 3 ---
 bin/tags/iaas-victoria8al.sh | 3 ---
 bin/tags/iaas-victoria8el.sh | 3 ---
 bin/tags/iaas-wallaby8al.sh  | 6 ------
 bin/tags/iaas-wallaby8el.sh  | 6 ------
 bin/tags/iaas-xena8al.sh     | 5 -----
 bin/tags/iaas-xena8el.sh     | 5 -----
 bin/tags/iaas-yoga8al.sh     | 6 ------
 bin/tags/iaas-yoga8el.sh     | 6 ------
 bin/tags/iaas-yoga9al.sh     | 6 ------
 bin/tags/iaas-yoga9el.sh     | 6 ------
 bin/tags/iaas-zed9al.sh      | 6 ------
 bin/tags/iaas-zed9el.sh      | 6 ------
 14 files changed, 70 deletions(-)

diff --git a/bin/tags/iaas-train8al.sh b/bin/tags/iaas-train8al.sh
index f436267..6aa6f93 100755
--- a/bin/tags/iaas-train8al.sh
+++ b/bin/tags/iaas-train8al.sh
@@ -10,6 +10,3 @@ CLOUD="train"
 
 ### You probably don't need to change anything below this
 source createtag8al.sh
-
-# c8-openstack-train-deps   http://linuxsoft.cern.ch/mirror/trunk.rdoproject.org/centos8-train/deps/latest/
-$KOJI add-external-repo --tag=$TAG-build c8-openstack-train-deps --mode=bare
diff --git a/bin/tags/iaas-train8el.sh b/bin/tags/iaas-train8el.sh
index c3fcd78..a1b8c50 100755
--- a/bin/tags/iaas-train8el.sh
+++ b/bin/tags/iaas-train8el.sh
@@ -10,6 +10,3 @@ CLOUD="train"
 
 ### You probably don't need to change anything below this
 source createtag8el.sh
-
-# c8-openstack-train-deps   http://linuxsoft.cern.ch/mirror/trunk.rdoproject.org/centos8-train/deps/latest/
-$KOJI add-external-repo --tag=$TAG-build c8-openstack-train-deps --mode=bare
diff --git a/bin/tags/iaas-victoria8al.sh b/bin/tags/iaas-victoria8al.sh
index a8f48bd..54af1b5 100755
--- a/bin/tags/iaas-victoria8al.sh
+++ b/bin/tags/iaas-victoria8al.sh
@@ -10,6 +10,3 @@ CLOUD="victoria"
 
 ### You probably don't need to change anything below this
 source createtag8al.sh
-
-# c8-openstack-victoria-deps http://linuxsoft.cern.ch/mirror/trunk.rdoproject.org/centos8-victoria/deps/latest/
-$KOJI add-external-repo --tag=$TAG-build c8-openstack-victoria-deps --mode=bare
diff --git a/bin/tags/iaas-victoria8el.sh b/bin/tags/iaas-victoria8el.sh
index 86b4214..2f11b22 100755
--- a/bin/tags/iaas-victoria8el.sh
+++ b/bin/tags/iaas-victoria8el.sh
@@ -10,6 +10,3 @@ CLOUD="victoria"
 
 ### You probably don't need to change anything below this
 source createtag8el.sh
-
-# c8-openstack-victoria-deps http://linuxsoft.cern.ch/mirror/trunk.rdoproject.org/centos8-victoria/deps/latest/
-$KOJI add-external-repo --tag=$TAG-build c8-openstack-victoria-deps --mode=bare
diff --git a/bin/tags/iaas-wallaby8al.sh b/bin/tags/iaas-wallaby8al.sh
index d0ae7c3..acef88e 100755
--- a/bin/tags/iaas-wallaby8al.sh
+++ b/bin/tags/iaas-wallaby8al.sh
@@ -10,9 +10,3 @@ CLOUD="wallaby"
 
 ### You probably don't need to change anything below this
 source createtag8al.sh
-
-# http://linuxsoft.cern.ch/mirror/cbs.centos.org/repos/cloud8s-openstack-wallaby-el8-build/\$arch
-$KOJI add-external-repo --tag=$TAG-build cloud8s-openstack-wallaby-el8-build --mode=bare
-
-# c8-openstack-wallaby-deps http://linuxsoft.cern.ch/mirror/trunk.rdoproject.org/centos8-wallaby/deps/latest/
-$KOJI add-external-repo --tag=$TAG-build c8-openstack-wallaby-deps --mode=bare
diff --git a/bin/tags/iaas-wallaby8el.sh b/bin/tags/iaas-wallaby8el.sh
index 3fd0e01..7ad9c00 100755
--- a/bin/tags/iaas-wallaby8el.sh
+++ b/bin/tags/iaas-wallaby8el.sh
@@ -10,9 +10,3 @@ CLOUD="wallaby"
 
 ### You probably don't need to change anything below this
 source createtag8el.sh
-
-# http://linuxsoft.cern.ch/mirror/cbs.centos.org/repos/cloud8s-openstack-wallaby-el8-build/\$arch
-$KOJI add-external-repo --tag=$TAG-build cloud8s-openstack-wallaby-el8-build --mode=bare
-
-# c8-openstack-wallaby-deps http://linuxsoft.cern.ch/mirror/trunk.rdoproject.org/centos8-wallaby/deps/latest/
-$KOJI add-external-repo --tag=$TAG-build c8-openstack-wallaby-deps --mode=bare
diff --git a/bin/tags/iaas-xena8al.sh b/bin/tags/iaas-xena8al.sh
index 09e66b1..7b9975d 100755
--- a/bin/tags/iaas-xena8al.sh
+++ b/bin/tags/iaas-xena8al.sh
@@ -12,8 +12,3 @@ CLOUD="xena"
 source createtag8al.sh
 
 $KOJI edit-tag $TAG-testing -x mock.yum.module_hotfixes=1
-# http://linuxsoft.cern.ch/mirror/cbs.centos.org/repos/cloud8s-openstack-xena-el8-build/\$arch
-$KOJI add-external-repo --tag=$TAG-build cloud8s-openstack-xena-el8-build --mode=bare
-
-# c8-openstack-xena-deps http://linuxsoft.cern.ch/mirror/trunk.rdoproject.org/centos8-xena/deps/latest/
-$KOJI add-external-repo --tag=$TAG-build c8-openstack-xena-deps --mode=bare
diff --git a/bin/tags/iaas-xena8el.sh b/bin/tags/iaas-xena8el.sh
index a8e5bf4..c5df06f 100755
--- a/bin/tags/iaas-xena8el.sh
+++ b/bin/tags/iaas-xena8el.sh
@@ -12,8 +12,3 @@ CLOUD="xena"
 source createtag8el.sh
 
 $KOJI edit-tag $TAG-testing -x mock.yum.module_hotfixes=1
-# http://linuxsoft.cern.ch/mirror/cbs.centos.org/repos/cloud8s-openstack-xena-el8-build/\$arch
-$KOJI add-external-repo --tag=$TAG-build cloud8s-openstack-xena-el8-build --mode=bare
-
-# c8-openstack-xena-deps http://linuxsoft.cern.ch/mirror/trunk.rdoproject.org/centos8-xena/deps/latest/
-$KOJI add-external-repo --tag=$TAG-build c8-openstack-xena-deps --mode=bare
diff --git a/bin/tags/iaas-yoga8al.sh b/bin/tags/iaas-yoga8al.sh
index 0bc455a..0985fb2 100755
--- a/bin/tags/iaas-yoga8al.sh
+++ b/bin/tags/iaas-yoga8al.sh
@@ -10,9 +10,3 @@ CLOUD="yoga"
 
 ### You probably don't need to change anything below this
 source createtag8al.sh
-
-# https://linuxsoft.cern.ch/mirror/cbs.centos.org/repos/cloud8s-openstack-yoga-el8-build/\$arch
-$KOJI add-external-repo --tag=$TAG-build cloud8s-openstack-yoga-el8-build --mode=bare
-
-# c8-openstack-yoga-deps http://linuxsoft.cern.ch/mirror/trunk.rdoproject.org/centos8-yoga/deps/latest/
-$KOJI add-external-repo --tag=$TAG-build c8-openstack-yoga-deps --mode=bare
diff --git a/bin/tags/iaas-yoga8el.sh b/bin/tags/iaas-yoga8el.sh
index cdd952d..c8b8db5 100755
--- a/bin/tags/iaas-yoga8el.sh
+++ b/bin/tags/iaas-yoga8el.sh
@@ -10,9 +10,3 @@ CLOUD="yoga"
 
 ### You probably don't need to change anything below this
 source createtag8el.sh
-
-# https://linuxsoft.cern.ch/mirror/cbs.centos.org/repos/cloud8s-openstack-yoga-el8-build/\$arch
-$KOJI add-external-repo --tag=$TAG-build cloud8s-openstack-yoga-el8-build --mode=bare
-
-# c8-openstack-yoga-deps http://linuxsoft.cern.ch/mirror/trunk.rdoproject.org/centos8-yoga/deps/latest/
-$KOJI add-external-repo --tag=$TAG-build c8-openstack-yoga-deps --mode=bare
diff --git a/bin/tags/iaas-yoga9al.sh b/bin/tags/iaas-yoga9al.sh
index dfd5042..144d298 100755
--- a/bin/tags/iaas-yoga9al.sh
+++ b/bin/tags/iaas-yoga9al.sh
@@ -10,9 +10,3 @@ CLOUD="yoga"
 
 ### You probably don't need to change anything below this
 source createtag9al.sh
-
-# http://linuxsoft.cern.ch/mirror/cbs.centos.org/repos/cloud9s-openstack-yoga-el9s-build/\$arch
-$KOJI add-external-repo --tag=$TAG-build cloud9s-openstack-yoga-el9s-build --mode=bare
-
-# c9-openstack-yoga-deps http://linuxsoft.cern.ch/mirror/trunk.rdoproject.org/centos9-yoga/deps/latest/
-$KOJI add-external-repo --tag=$TAG-build c9-openstack-yoga-deps --mode=bare
diff --git a/bin/tags/iaas-yoga9el.sh b/bin/tags/iaas-yoga9el.sh
index b886276..3f4710f 100755
--- a/bin/tags/iaas-yoga9el.sh
+++ b/bin/tags/iaas-yoga9el.sh
@@ -10,9 +10,3 @@ CLOUD="yoga"
 
 ### You probably don't need to change anything below this
 source createtag9el.sh
-
-# http://linuxsoft.cern.ch/mirror/cbs.centos.org/repos/cloud9s-openstack-yoga-el9s-build/\$arch
-$KOJI add-external-repo --tag=$TAG-build cloud9s-openstack-yoga-el9s-build --mode=bare
-
-# c9-openstack-yoga-deps http://linuxsoft.cern.ch/mirror/trunk.rdoproject.org/centos9-yoga/deps/latest/
-$KOJI add-external-repo --tag=$TAG-build c9-openstack-yoga-deps --mode=bare
diff --git a/bin/tags/iaas-zed9al.sh b/bin/tags/iaas-zed9al.sh
index f9c0800..13fdc2c 100755
--- a/bin/tags/iaas-zed9al.sh
+++ b/bin/tags/iaas-zed9al.sh
@@ -10,9 +10,3 @@ CLOUD="zed"
 
 ### You probably don't need to change anything below this
 source createtag9al.sh
-
-# http://linuxsoft.cern.ch/mirror/cbs.centos.org/repos/cloud9s-openstack-zed-el9s-build/\$arch
-$KOJI add-external-repo --tag=$TAG-build cloud9s-openstack-zed-el9s-build --mode=bare
-
-# c9-openstack-zed-deps http://linuxsoft.cern.ch/mirror/trunk.rdoproject.org/centos9-zed/deps/latest/
-$KOJI add-external-repo --tag=$TAG-build c9-openstack-zed-deps --mode=bare
diff --git a/bin/tags/iaas-zed9el.sh b/bin/tags/iaas-zed9el.sh
index aa63c9b..1e6f141 100755
--- a/bin/tags/iaas-zed9el.sh
+++ b/bin/tags/iaas-zed9el.sh
@@ -10,9 +10,3 @@ CLOUD="zed"
 
 ### You probably don't need to change anything below this
 source createtag9el.sh
-
-# http://linuxsoft.cern.ch/mirror/cbs.centos.org/repos/cloud9s-openstack-zed-el9s-build/\$arch
-$KOJI add-external-repo --tag=$TAG-build cloud9s-openstack-zed-el9s-build --mode=bare
-
-# c9-openstack-zed-deps http://linuxsoft.cern.ch/mirror/trunk.rdoproject.org/centos9-zed/deps/latest/
-$KOJI add-external-repo --tag=$TAG-build c9-openstack-zed-deps --mode=bare
-- 
GitLab