diff options
author | 2012-05-18 08:56:15 -0700 | |
---|---|---|
committer | 2012-05-18 09:02:40 -0700 | |
commit | 01468da26ffbdb275a6c5a67a4e47a4bad8da917 (patch) | |
tree | b5f8feae1294fdea3c40b60dc9004ba23872de05 /tinderbox-restart.sh | |
parent | Make sure to have Python 2.7 around. (diff) | |
download | flameeyes-tinderbox-01468da26ffbdb275a6c5a67a4e47a4bad8da917.tar.gz flameeyes-tinderbox-01468da26ffbdb275a6c5a67a4e47a4bad8da917.tar.bz2 flameeyes-tinderbox-01468da26ffbdb275a6c5a67a4e47a4bad8da917.zip |
Make sure to have Python 2.7 around.
Diffstat (limited to 'tinderbox-restart.sh')
-rwxr-xr-x | tinderbox-restart.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tinderbox-restart.sh b/tinderbox-restart.sh index 1911524..6f28bb4 100755 --- a/tinderbox-restart.sh +++ b/tinderbox-restart.sh @@ -110,6 +110,10 @@ emerge -u \ reset_emergelog +# set the default Python interpreter to Python 2.7. The tinderbox is +# experimental, but not crazy. +eselect python set python2.7 || exit 1 + # Generate a new complete list, this will also produce the list of new # dependencies to satisfy. Ignore new-style virtuals, leave them to be # merged out of dependencies. |