Skip to content

Commit

Permalink
Adjust filenames of deployment artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jan 25, 2018
1 parent 8004b52 commit 2bcf8c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions deploy/pack-vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ if [[ ! -d "${PRODUCTS_DIR}" ]]; then
exit 10
fi
readonly REV=$(grep -m1 "SvnRawRevisionString" "${BUILD_DIR}/platforms/Cross/vm/sqSCCSVersion.h" | sed 's/[^0-9.]*\([0-9.]*\).*/\1/')
readonly IDENTIFIER="cog_${ARCH}_${FLAVOR}_${REV}"
readonly IDENTIFIER="${FLAVOR}_${ARCH}_${REV}"
readonly IDENTIFIER_ITIMER="${FLAVOR}_${ARCH}_itimer_${REV}"
readonly KEY_CHAIN=macos-build.keychain

macos_codesign() {
Expand Down Expand Up @@ -40,7 +41,7 @@ if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
if [[ "${dir}" == *"ht/" ]]; then
name="${IDENTIFIER}"
else
name="${IDENTIFIER}_itimer"
name="${IDENTIFIER_ITIMER}"
fi
tar czf "${name}.tar.gz" "${dir}"
counter=$((counter+1))
Expand Down

0 comments on commit 2bcf8c5

Please sign in to comment.