From 3f03a40f10f6cbcf69c2c2f69cd019ce45db0ca2 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Fri, 16 Dec 2022 20:45:26 +0100 Subject: [PATCH] chore(linux): Remove unused JENKINS parameter This change removes the unused JENKINS environment variable from `reconf.sh`. The code got refactored some time ago to use the common scripts to retrieve the version. That made the JENKINS variable obsolete. --- linux/scripts/jenkins.sh | 2 +- linux/scripts/reconf.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/linux/scripts/jenkins.sh b/linux/scripts/jenkins.sh index bc40800fa2..da62e6b74d 100755 --- a/linux/scripts/jenkins.sh +++ b/linux/scripts/jenkins.sh @@ -70,7 +70,7 @@ rm -rf $sourcedir/../${1}_*.{dsc,build,buildinfo,changes,tar.?z,log} echo_heading "Make source package for $fullsourcename" echo_heading "reconfigure" -JENKINS="yes" TIER="$tier" ./scripts/reconf.sh $sourcename +TIER="$tier" ./scripts/reconf.sh $sourcename echo_heading "Make origdist" ./scripts/dist.sh origdist $sourcename diff --git a/linux/scripts/reconf.sh b/linux/scripts/reconf.sh index f50b7c90fc..b9941ff038 100755 --- a/linux/scripts/reconf.sh +++ b/linux/scripts/reconf.sh @@ -2,9 +2,8 @@ # autoreconf autotool projects -# parameters: [BUILD_LEGACY=1] [JENKINS="yes"] ./reconf.sh [proj] +# parameters: [BUILD_LEGACY=1] ./reconf.sh [proj] # BUILD_LEGACY=1 to also build legacy KMFL projects -# JENKINS="yes" to set version for jenkins builds # proj = only reconf this project set -e