From 1317bd5d18af4be4259fcc0eafe98cc870a379df Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 19 Jul 2022 18:13:35 +0200 Subject: add EOL notice for real --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 324c5a9..6bf2ae5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ def RPMBuild() { # gcnt="${commit##*-}" # commit="${commit%-*}" # version="${commit#v}" - ghash="g$(cd source; git show --format='format:%h' | head -1)" + ghash="g$(cd source; git show --format='format:%h' | head -1).EOL.no.nore.updates" gcnt="$(git show --format='format:%ai' | head -1 | sed -e 's/ .*//' -e 's/-//g')" version="0" -- cgit