From 1c54037db297a86ae54687170e7540cc28e8a63f Mon Sep 17 00:00:00 2001 From: Marta Vila Fernandes <ana.marta.lisboa.vila.fernandes@cern.ch> Date: Wed, 5 Apr 2023 17:38:46 +0200 Subject: [PATCH] add node-esporter tag --- bin/tags/node-exporter8al.sh | 11 +++++++++++ bin/tags/node-exporter8el.sh | 11 +++++++++++ bin/tags/node-exporter9al.sh | 11 +++++++++++ bin/tags/node-exporter9el.sh | 11 +++++++++++ 4 files changed, 44 insertions(+) create mode 100755 bin/tags/node-exporter8al.sh create mode 100755 bin/tags/node-exporter8el.sh create mode 100755 bin/tags/node-exporter9al.sh create mode 100755 bin/tags/node-exporter9el.sh diff --git a/bin/tags/node-exporter8al.sh b/bin/tags/node-exporter8al.sh new file mode 100755 index 0000000..aff7ba4 --- /dev/null +++ b/bin/tags/node-exporter8al.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +TAG="node-exporter8al" +#ARCHES="x86_64 aarch64" +#PERMS="" +#TESTING=0 +#EPEL=0 +#DISTTAG="" + +### You probably don't need to change anything below this +source createtag8al.sh diff --git a/bin/tags/node-exporter8el.sh b/bin/tags/node-exporter8el.sh new file mode 100755 index 0000000..2f29da1 --- /dev/null +++ b/bin/tags/node-exporter8el.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +TAG="node-exporter8el" +#ARCHES="x86_64 aarch64" +#PERMS="" +#TESTING=0 +#EPEL=0 +#DISTTAG="" + +### You probably don't need to change anything below this +source createtag8el.sh diff --git a/bin/tags/node-exporter9al.sh b/bin/tags/node-exporter9al.sh new file mode 100755 index 0000000..a7cb404 --- /dev/null +++ b/bin/tags/node-exporter9al.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +TAG="node-exporter9al" +#ARCHES="x86_64 aarch64" +#PERMS="" +#TESTING=0 +#EPEL=0 +#DISTTAG="" + +### You probably don't need to change anything below this +source createtag9al.sh diff --git a/bin/tags/node-exporter9el.sh b/bin/tags/node-exporter9el.sh new file mode 100755 index 0000000..adec6ba --- /dev/null +++ b/bin/tags/node-exporter9el.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +TAG="node-exporter9el" +#ARCHES="x86_64 aarch64" +#PERMS="" +#TESTING=0 +#EPEL=0 +#DISTTAG="" + +### You probably don't need to change anything below this +source createtag9el.sh -- GitLab