From f47a6c1180d786bcf3f097223a735d809a3c5d4c Mon Sep 17 00:00:00 2001
From: Manuel <Juan.Manuel.Guijarro@cern.ch>
Date: Thu, 15 Dec 2022 10:51:36 +0100
Subject: [PATCH] RQF2196850: add sectools8el sectools8al sec8el sec8al
 multifactor8el multifactor8al tags

---
 bin/tags/multifactor8al.sh | 11 +++++++++++
 bin/tags/multifactor8el.sh | 11 +++++++++++
 bin/tags/sec8al.sh         | 11 +++++++++++
 bin/tags/sec8el.sh         | 11 +++++++++++
 bin/tags/sectools8al.sh    | 11 +++++++++++
 bin/tags/sectools8el.sh    | 11 +++++++++++
 6 files changed, 66 insertions(+)
 create mode 100755 bin/tags/multifactor8al.sh
 create mode 100755 bin/tags/multifactor8el.sh
 create mode 100755 bin/tags/sec8al.sh
 create mode 100755 bin/tags/sec8el.sh
 create mode 100755 bin/tags/sectools8al.sh
 create mode 100755 bin/tags/sectools8el.sh

diff --git a/bin/tags/multifactor8al.sh b/bin/tags/multifactor8al.sh
new file mode 100755
index 0000000..985366b
--- /dev/null
+++ b/bin/tags/multifactor8al.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+TAG="multifactor8al"
+#ARCHES="x86_64 aarch64"
+PERMS="build-bro"
+#TESTING=0
+EPEL=1
+DISTTAG="al8.cern"
+
+### You probably don't need to change anything below this
+source createtag8al.sh
diff --git a/bin/tags/multifactor8el.sh b/bin/tags/multifactor8el.sh
new file mode 100755
index 0000000..8f59f5b
--- /dev/null
+++ b/bin/tags/multifactor8el.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+TAG="multifactor8el"
+#ARCHES="x86_64 aarch64"
+PERMS="build-bro"
+#TESTING=0
+EPEL=1
+DISTTAG="rh8.cern"
+
+### You probably don't need to change anything below this
+source createtag8el.sh
diff --git a/bin/tags/sec8al.sh b/bin/tags/sec8al.sh
new file mode 100755
index 0000000..732205d
--- /dev/null
+++ b/bin/tags/sec8al.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+TAG="sec8al"
+#ARCHES="x86_64 aarch64"
+PERMS="build-bro"
+#TESTING=0
+EPEL=1
+DISTTAG="al8.cern"
+
+### You probably don't need to change anything below this
+source createtag8al.sh
diff --git a/bin/tags/sec8el.sh b/bin/tags/sec8el.sh
new file mode 100755
index 0000000..5d9fddf
--- /dev/null
+++ b/bin/tags/sec8el.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+TAG="sec8el"
+#ARCHES="x86_64 aarch64"
+PERMS="build-bro"
+#TESTING=0
+EPEL=1
+DISTTAG="rh8.cern"
+
+### You probably don't need to change anything below this
+source createtag8el.sh
diff --git a/bin/tags/sectools8al.sh b/bin/tags/sectools8al.sh
new file mode 100755
index 0000000..073c88a
--- /dev/null
+++ b/bin/tags/sectools8al.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+TAG="sectools8al"
+#ARCHES="x86_64 aarch64"
+PERMS="build-bro"
+#TESTING=0
+EPEL=1
+DISTTAG="al8.cern"
+
+### You probably don't need to change anything below this
+source createtag8al.sh
diff --git a/bin/tags/sectools8el.sh b/bin/tags/sectools8el.sh
new file mode 100755
index 0000000..fd9d5e2
--- /dev/null
+++ b/bin/tags/sectools8el.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+TAG="sectools8el"
+#ARCHES="x86_64 aarch64"
+PERMS="build-bro"
+#TESTING=0
+EPEL=1
+DISTTAG="rh8.cern"
+
+### You probably don't need to change anything below this
+source createtag8el.sh
-- 
GitLab