grab.sh: Try and download a matched stage3/snapshot pair
authorW. Trevor King <wking@tremily.us>
Tue, 15 Jul 2014 17:32:13 +0000 (10:32 -0700)
committerW. Trevor King <wking@tremily.us>
Tue, 15 Jul 2014 17:35:56 +0000 (10:35 -0700)
commit870f2c3344d21c416433cdfcd6edf8f414d5bb90
treec3849697df378794987f4c8ea971d6535f838b5a
parentd907b2519ae7bfb90644a62f10106e9a54c82b2a
grab.sh: Try and download a matched stage3/snapshot pair

Catalyst's autobuilds have been flaky recently, so it's a bit
difficult to predict when the next amd64 stage3 will land.  The
mirrors only keep a week of history, so it's easier to get the
stage3/snapshot pair from the same day if you try to grab them
automatically every evening.  This script will do that, using the
latest-stage3.txt to find the most recent stage3, and then downloading
the auxilliary files and Portage snapshot.  If the downloads all
succeed, it updates the default DATE in build.sh.
grab.sh [new file with mode: 0755]