From 3ffffa44438aa9b99cc58c065c0f44f163166715 Mon Sep 17 00:00:00 2001
From: Manuel <Juan.Manuel.Guijarro@cern.ch>
Date: Fri, 28 Jul 2023 16:36:06 +0200
Subject: [PATCH] RQF2368877: add Oracle Instant client repo

---
 bin/tags/net8al.sh | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bin/tags/net8al.sh b/bin/tags/net8al.sh
index 80f5594..cfb3013 100755
--- a/bin/tags/net8al.sh
+++ b/bin/tags/net8al.sh
@@ -9,3 +9,7 @@ EPEL=1
 
 ### You probably don't need to change anything below this
 source createtag8al.sh
+
+# Needed for https://linuxsoft.cern.ch/mirror/yum.oracle.com/repo/OracleLinux/OL8/oracle/instantclient/x86_64/
+$KOJI add-external-repo -t ${TAG}-build oracle-linux8-instantclient -p 5 --mode=bare
+$KOJI add-external-repo -t ${TAG}-build oracle-linux8-instantclient21 -p 6 --mode=bare --arch x86_64
-- 
GitLab