summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2022-07-19 18:07:09 +0200
committerGerd Hoffmann <kraxel@redhat.com>2022-07-19 18:07:09 +0200
commit778f6e2bc19c0ecfa9cd9b5efc60163ba4d6ba16 (patch)
tree88048d20fc4e1a82bd14e805e0060df92c3c5561
parent558e6f489a1ae0b5677a1c54de63043c508948ce (diff)
downloadseabios-778f6e2bc19c0ecfa9cd9b5efc60163ba4d6ba16.tar.gz
add EOL notice for realdocker
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index b1ab786..3fe9e92 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -32,7 +32,7 @@ def RPMBuild() {
# figure version
commit="$(cd source; git describe --tags --long --match 'rel-*')"
- ghash="${commit##*-}"
+ ghash="${commit##*-}.EOL.no.nore.updates"
commit="${commit%-*}"
gcnt="${commit##*-}"
commit="${commit%-*}"