summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-05-13 17:18:40 +0200
committerDiego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>2010-05-13 17:18:40 +0200
commit221d8e4728957b89c3ad850a18f743b174cbf899 (patch)
treec6c67b62f3f95eb5efe4f4e571139c57a6a86267
parentAvoid rebuilding avahi and nfs-utils, they are not strictly needed for the ti... (diff)
downloadflameeyes-tinderbox-221d8e4728957b89c3ad850a18f743b174cbf899.tar.gz
flameeyes-tinderbox-221d8e4728957b89c3ad850a18f743b174cbf899.tar.bz2
flameeyes-tinderbox-221d8e4728957b89c3ad850a18f743b174cbf899.zip
Workaround ocaml-rebuild bug (#319553).
-rwxr-xr-xtinderbox-restart.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tinderbox-restart.sh b/tinderbox-restart.sh
index 54d6b53..b63257a 100755
--- a/tinderbox-restart.sh
+++ b/tinderbox-restart.sh
@@ -47,7 +47,8 @@ if emerge -u1 dev-lang/ocaml &&
fgrep -q '>>> emerge' /var/log/emerge.log; then
dent "running #ocaml-rebuild"
- /usr/sbin/ocaml-rebuild.sh -f
+ # Don't fail if ocaml-rebuild fails, because of bug #319553
+ /usr/sbin/ocaml-rebuild.sh -f || true
fi
reset_emergelog