summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-05-18 08:56:15 -0700
committerDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-05-18 09:02:40 -0700
commit01468da26ffbdb275a6c5a67a4e47a4bad8da917 (patch)
treeb5f8feae1294fdea3c40b60dc9004ba23872de05
parentMake sure to have Python 2.7 around. (diff)
downloadflameeyes-tinderbox-01468da26ffbdb275a6c5a67a4e47a4bad8da917.tar.gz
flameeyes-tinderbox-01468da26ffbdb275a6c5a67a4e47a4bad8da917.tar.bz2
flameeyes-tinderbox-01468da26ffbdb275a6c5a67a4e47a4bad8da917.zip
Make sure to have Python 2.7 around.
-rwxr-xr-xtinderbox-restart.sh4
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.