From 679ef961078b16c716b872932619d286b6c3fac1 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 19 Jul 2022 18:13:55 +0200 Subject: add EOL notice for real --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 431003c..6aad433 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ def RPMBuild() { # figure version commit="$(cd source; git describe --tags --long --match 'v*')" - ghash="${commit##*-}" + ghash="${commit##*-}.EOL.no.nore.updates" commit="${commit%-*}" gcnt="${commit##*-}" commit="${commit%-*}" -- cgit