Skip to content
Snippets Groups Projects
Commit c2bacddd authored by Ray Garcia's avatar Ray Garcia :scream_cat:
Browse files

add SHELLB3_ARCHIVE_DIR override for tar ball destination

parent 94cb75ef
Branches bugfix-cspp-ctypes-libffi
Tags buildbucket-shellb3-gcc7-cspp-v20190202
No related merge requests found
......@@ -9127,7 +9127,8 @@ _make_compiler_archive() {
shift
COMPR="$@"
load_archive_tags
COMPRNAME="ShellB2Compilers-${TRIM}-${PLAT}-${SYSLIB}-${REVDATE}-r${REVNUM}.tar"${COMPREXT}
test -z "$SHELLB3_ARCHIVE_DIR" && SHELLB3_ARCHIVE_DIR="."
COMPRNAME="${SHELLB3_ARCHIVE_DIR}/ShellB2Compilers-${TRIM}-${PLAT}-${SYSLIB}-${REVDATE}-r${REVNUM}.tar"${COMPREXT}
echo "Creating Distribution File ${COMPRNAME}"
pushd ..
set -x
......@@ -9146,7 +9147,8 @@ _make_archive() {
shift
COMPR="$@"
load_archive_tags
COMPRNAME="ShellB3-${PLAT}-${SYSLIB}-${REVDATE}-r${REVNUM}-${TRIM}.tar"${COMPREXT}
test -z "$SHELLB3_ARCHIVE_DIR" && SHELLB3_ARCHIVE_DIR="."
COMPRNAME="${SHELLB3_ARCHIVE_DIR}/ShellB3-${PLAT}-${SYSLIB}-${REVDATE}-r${REVNUM}-${TRIM}.tar"${COMPREXT}
echo "Creating Distribution File ${COMPRNAME}"
pushd ..
set -x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment