osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/31250 )
Change subject: release-tarball: remove PARALLEL_MAKE variable ......................................................................
release-tarball: remove PARALLEL_MAKE variable
Probably copy pasted from another script, doesn't make much sense here since only the release tarballs are built. Nothing gets compiled here, the variable was not used.
Change-Id: Ie74ee6976759f9634503b21e964e93efcc925679 --- M release-tarball-build-dist/osmocom-release-tarballs.sh 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
diff --git a/release-tarball-build-dist/osmocom-release-tarballs.sh b/release-tarball-build-dist/osmocom-release-tarballs.sh index 6ab905f..c64b0a2 100644 --- a/release-tarball-build-dist/osmocom-release-tarballs.sh +++ b/release-tarball-build-dist/osmocom-release-tarballs.sh @@ -5,7 +5,6 @@ # # Environment variables: # * KEEP_TEMP: do not delete cloned repositories (use for development) -# * PARALLEL_MAKE: -jN argument for make (default: -j5). SSH_COMMAND="ssh -o UserKnownHostsFile=/build/known_hosts -p 48" OSMO_GIT_URL="https://git.osmocom.org" OSMO_RELEASE_REPOS=" @@ -73,7 +72,6 @@
cd "$(dirname "$0")" -PARALLEL_MAKE="${PARALLEL_MAKE:--j5}" OUTPUT="/build/_release_tarballs" TEMP="/build/_temp"