summaryrefslogtreecommitdiff
path: root/backflip
diff options
context:
space:
mode:
Diffstat (limited to 'backflip')
-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