aboutsummaryrefslogtreecommitdiff
path: root/build-scripts
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2016-11-10 16:40:39 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2016-11-10 16:41:43 +0530
commit23b7c2ce576d10ac51de45336d40c554f43f7876 (patch)
tree21ca8074958f45a37496223ac3ef0fe730f60576 /build-scripts
parent5efb3937ec13bf9ae6bffa88c1b03f7aebb2b4bc (diff)
gerrit trigger: handle changes to android-build-configs
configs are not part of manifest hence these need to be handled before parsing the variables. Change-Id: I6bedd35e4b8bfcb219ca9ece1f958f7d9f052a2b Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'build-scripts')
-rw-r--r--build-scripts/build-android2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-scripts/build-android b/build-scripts/build-android
index d0fc4a2..a1e648a 100644
--- a/build-scripts/build-android
+++ b/build-scripts/build-android
@@ -71,7 +71,7 @@ else
repo-sync-from-mirror "${1}"
fi
- if [ -n "$GERRIT_PROJECT" ] && [ $GERRIT_EVENT_TYPE == "comment-added" ]; then
+ if [ -n "$GERRIT_PROJECT" ] && [ $GERRIT_PROJECT != "android-build-configs" ] && [ $GERRIT_EVENT_TYPE == "comment-added" ]; then
if [ "$GERRIT_PROJECT" == "platform/manifest" ]; then
cd .repo/local_manifests;
git pull http://review.android.git.linaro.org/platform/manifest $GERRIT_REFSPEC