commit:     c14f32a09db390bbb52214cd24bcbca08f65c931
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Wed Jan 25 18:54:33 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 18:57:38 2017 +0000
URL:        https://gitweb.gentoo.org/sites/planet.git/commit/?id=c14f32a0

fix update-venus runs

update-venus is py2 only

 scripts/update-venus | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/update-venus b/scripts/update-venus
index 46a1494..faa7f4e 100755
--- a/scripts/update-venus
+++ b/scripts/update-venus
@@ -34,7 +34,7 @@ for instance in planet universe; do
     # Generate the combined ini file from the split config files
     cat ${REPO}/configs/base/venus.${instance} ${REPO}/configs/${instance}/* > 
${BASE_DIR}/generated_configs/venus.${instance}.ini
     # Run venus
-    python ${VENUS_DIR}/planet.py -v 
${BASE_DIR}/generated_configs/venus.${instance}.ini > 
${LOG_DIR}/${instance}/${LOG_DATE}.log 2>&1
+    python2 ${VENUS_DIR}/planet.py -v 
${BASE_DIR}/generated_configs/venus.${instance}.ini > 
${LOG_DIR}/${instance}/${LOG_DATE}.log 2>&1
 done
 
 # Delete old logs

Reply via email to