aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2023-02-08 12:30:07 +0100
committerOliver Smith <osmith@sysmocom.de>2023-02-08 14:16:02 +0100
commitc23f21f31cc75e6472587c5749a3fa01e2d2a740 (patch)
tree2365ccfeed77f220a88b1e0b733f2fa51570d979
parent2ef19d24d25066e8cba53188c082842bb6d7176d (diff)
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
-rw-r--r--release-tarball-build-dist/osmocom-release-tarballs.sh2
1 files changed, 0 insertions, 2 deletions
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 @@ osmo_git_last_commits_tags() {
cd "$(dirname "$0")"
-PARALLEL_MAKE="${PARALLEL_MAKE:--j5}"
OUTPUT="/build/_release_tarballs"
TEMP="/build/_temp"