summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2017-11-10 13:16:00 +0100
committerYvan Roux <yvan.roux@linaro.org>2017-11-10 13:16:00 +0100
commit53e4500985b2cc6da783fd07c912e8e2a290a206 (patch)
tree388641438d57f3e610b9de723d3185b61ce25fb0
parenta165c8fb311eeaeca4e8e7405eb7c53659ae7226 (diff)
Update remote checking.
Change-Id: I34533c2e8ad16810dfff54cc7cbfac3c32da8e62
-rwxr-xr-xbackflip4
1 files changed, 2 insertions, 2 deletions
diff --git a/backflip b/backflip
index f9a6253..4aad6a7 100755
--- a/backflip
+++ b/backflip
@@ -150,7 +150,7 @@ clean() {
# ==============================================================================
# Checking Configuration
# ==============================================================================
-if ! git remote -v 2>&1 | grep "ssh.*git.*\.linaro\.org" > /dev/null ; then
+if ! git remote -v 2>&1 | grep "ssh.*review\.linaro\.org" > /dev/null ; then
die "You're not in the right directory !"
fi
if [ ! -e .gitreview ]; then
@@ -359,7 +359,7 @@ if $INTERACTIVE; then
fi
else
print_info "Request review."
- git review $REF_BRANCH
+ #git review $REF_BRANCH
if [ $? -ne 0 ]; then
print_info "Cannot request review"
clean 1