summaryrefslogtreecommitdiff
path: root/build-common.sh
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2015-11-16 21:31:06 +0000
committerColin Cross <ccross@android.com>2015-11-16 21:31:38 +0000
commitb5edd905d43e1a0ce8052ab85172c99f5d2c626f (patch)
treeafe9789276580d2cdf8d4f25bf19b9c66444d695 /build-common.sh
parent5830c5ff5288bcb58875552b5d9a6cf48035f9dd (diff)
downloadlinux-x86-b5edd905d43e1a0ce8052ab85172c99f5d2c626f.tar.gz
Revert "Adding binaries for master-eda391df8e36"
This reverts commit 5830c5ff5288bcb58875552b5d9a6cf48035f9dd. The extra status lines produce too much garbage when showcommands is enabled on the build servers, reverting until the buildbot push that knows how to strip everything after the next status line. Change-Id: I8c96d8710501d0e4adbdf4c8045cdff797fa6296
Diffstat (limited to 'build-common.sh')
-rw-r--r--build-common.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/build-common.sh b/build-common.sh
index 9f0029b..f84a9e3 100644
--- a/build-common.sh
+++ b/build-common.sh
@@ -99,16 +99,12 @@ 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}${EXTRA_COMMIT_MSG}"
+ git commit -m "Adding binaries for $INSTALL_VER"
# execute this command to upload
#git push origin HEAD:refs/for/master