summaryrefslogtreecommitdiff
path: root/build-common.sh
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2015-11-11 17:55:23 -0800
committerColin Cross <ccross@android.com>2015-11-16 11:28:47 -0800
commit5830c5ff5288bcb58875552b5d9a6cf48035f9dd (patch)
treedbfffcf914ced5e0878b867e6cf01cf038763c13 /build-common.sh
parente872eb0c4bc3acdd6e4bea8b6162abc146dc06b1 (diff)
downloadlinux-x86-5830c5ff5288bcb58875552b5d9a6cf48035f9dd.tar.gz
Adding binaries for master-eda391df8e36
Changes since v1.6.0: eda391df8e36 Print status when edge finishes on dumb terminals c340ca129272 Merge tag 'v1.6.0' into master d99e75e05590 Initial empty repository Change-Id: I228b79c6c77355b408df7b91fef24032c4dc4422
Diffstat (limited to 'build-common.sh')
-rw-r--r--build-common.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/build-common.sh b/build-common.sh
index f84a9e3..9f0029b 100644
--- a/build-common.sh
+++ b/build-common.sh
@@ -99,12 +99,16 @@ commit_and_push()
GIT_REPO="$SCRATCH/prebuilts/$PROJ/$OS-x86"
cd $GIT_REPO
git rm -r * || true # ignore error caused by empty directory
+ if [ -n "${EXTRA_FILE}" ]; then
+ git reset -- $EXTRA_FILE
+ git checkout HEAD -- $EXTRA_FILE
+ fi
mv $INSTALL/* $GIT_REPO
cp $SCRIPT_FILE $GIT_REPO
cp $COMMON_FILE $GIT_REPO
git add .
- git commit -m "Adding binaries for $INSTALL_VER"
+ git commit -m "Adding binaries for ${INSTALL_VER}${EXTRA_COMMIT_MSG}"
# execute this command to upload
#git push origin HEAD:refs/for/master