aboutsummaryrefslogtreecommitdiff
path: root/utils/seeded-builds/seed-update
diff options
context:
space:
mode:
Diffstat (limited to 'utils/seeded-builds/seed-update')
-rwxr-xr-xutils/seeded-builds/seed-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/seeded-builds/seed-update b/utils/seeded-builds/seed-update
index d8654f4..0d4732f 100755
--- a/utils/seeded-builds/seed-update
+++ b/utils/seeded-builds/seed-update
@@ -13,7 +13,7 @@ OUT_DIR=/mnt2/seed
SEED=$1
cd $CHECKOUT_DIR/$SEED
-time repo sync --quiet -j2
+time repo sync --quiet -j2 -f
cd $CHECKOUT_DIR
time tar c $SEED/ | gzip -c -1 >$SCRATCH_DIR/$SEED.tar.gz.new
[ -f $OUT_DIR/$SEED.tar.gz ] && mv $OUT_DIR/$SEED.tar.gz $SCRATCH_DIR/$SEED.tar.gz.old