osmith has uploaded this change for review. ( 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(-) git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/50/31250/1 diff --git a/release-tarball-build-dist/osmocom-release-tarballs.sh b/release-tarball-build-dist/osmocom-release-tarballs.sh index 628bb3c..1229591 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" -- To view, visit https://gerrit.osmocom.org/c/docker-playground/+/31250 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: docker-playground Gerrit-Branch: master Gerrit-Change-Id: Ie74ee6976759f9634503b21e964e93efcc925679 Gerrit-Change-Number: 31250 Gerrit-PatchSet: 1 Gerrit-Owner: osmith <[email protected]> Gerrit-MessageType: newchange
