aboutsummaryrefslogtreecommitdiff
path: root/test-backport.sh
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-09-10 18:47:04 -0600
committerRob Savoye <rob.savoye@linaro.org>2014-09-10 18:47:04 -0600
commite53a11fa963dcf7dfe7e9ac9218364f81272e899 (patch)
treed32cf52e837cd6b845e5ed264720a5131d2e82fa /test-backport.sh
parente82b4b8e3ecc9a0f83f8bc9ad5aed8eec1d10319 (diff)
don't disable updating the git repos
Diffstat (limited to 'test-backport.sh')
-rwxr-xr-xtest-backport.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/test-backport.sh b/test-backport.sh
index add492e..4d09bd5 100755
--- a/test-backport.sh
+++ b/test-backport.sh
@@ -76,10 +76,10 @@ else
fi
if ! test -e ${srcdir}; then
- (cd ${snapshots}/${repo} && git pull)
+# (cd ${local_snapshots}/${repo} && git pull)
git-new-workdir ${snapshots}/${repo} ${srcdir} ${branch}
-else
- (cd ${srcdir} && git pull)
+#else
+# (cd ${srcdir} && git pull)
fi
# Get the last two revisions
@@ -91,7 +91,7 @@ export BUILD_INFO=""
resultsdir="/tmp/cbuild@"
i=0
while test $i -lt ${#revisions[@]}; do
- bash -x ${topdir}/cbuild2.sh --disable update --check --target ${target} gcc=gcc.git@${revisions[$i]} --build all --disable make_docs
+ bash -x ${topdir}/cbuild2.sh --check --target ${target} gcc=gcc.git@${revisions[$i]} --build all --disable make_docs
if test $? -gt 0; then
echo "ERROR: Cbuild2 failed!"
exit 1