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.
This commit is contained in:
Eberhard Beilharz 2022-12-16 20:45:26 +01:00
parent b65bac9aa4
commit 3f03a40f10
No known key found for this signature in database
GPG key ID: E9140597606020D3
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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