diff options
author | 2010-10-25 03:42:09 +0200 | |
---|---|---|
committer | 2010-10-25 03:42:09 +0200 | |
commit | cc17041b4fd314c3c17eb66d5d1cdb52b3ac0f0e (patch) | |
tree | 0e8807768b8b5cb1a6b1e8a5a39dfc7393383fb7 /tinderbox-restart.sh | |
parent | Use the same dent_me function as the other tinderbox scripts. (diff) | |
download | flameeyes-tinderbox-cc17041b4fd314c3c17eb66d5d1cdb52b3ac0f0e.tar.gz flameeyes-tinderbox-cc17041b4fd314c3c17eb66d5d1cdb52b3ac0f0e.tar.bz2 flameeyes-tinderbox-cc17041b4fd314c3c17eb66d5d1cdb52b3ac0f0e.zip |
Fetch _all_ distfiles, so that we know if the mirrors are missing
something.
Diffstat (limited to 'tinderbox-restart.sh')
-rwxr-xr-x | tinderbox-restart.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinderbox-restart.sh b/tinderbox-restart.sh index a7016e3..b44df3d 100755 --- a/tinderbox-restart.sh +++ b/tinderbox-restart.sh @@ -110,7 +110,7 @@ ${tboxdir}/tinderbox.py | egrep -v '^virtual/' > /var/cache/tinderbox/list-compl # Launch the fetch operation in background, saving the log (of both # good results and failures). -nohup xargs -a /var/cache/tinderbox/list-complete emerge -fO --keep-going &> /var/log/tinderbox-fetch.log & +nohup xargs -a /var/cache/tinderbox/list-complete emerge -FO --keep-going &> /var/log/tinderbox-fetch.log & # Now replace the old queue with a new one, skipping everything that # we wouldn't otherwise be merging (packages masked, removed, and |