Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] sites/planet:master commit in: scripts/
Date: Wed, 25 Jan 2017 18:58:15
Message-Id: 1485370658.c14f32a09db390bbb52214cd24bcbca08f65c931.prometheanfire@gentoo
1 commit: c14f32a09db390bbb52214cd24bcbca08f65c931
2 Author: Matthew Thode <mthode <AT> mthode <DOT> org>
3 AuthorDate: Wed Jan 25 18:54:33 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 25 18:57:38 2017 +0000
6 URL: https://gitweb.gentoo.org/sites/planet.git/commit/?id=c14f32a0
7
8 fix update-venus runs
9
10 update-venus is py2 only
11
12 scripts/update-venus | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/scripts/update-venus b/scripts/update-venus
16 index 46a1494..faa7f4e 100755
17 --- a/scripts/update-venus
18 +++ b/scripts/update-venus
19 @@ -34,7 +34,7 @@ for instance in planet universe; do
20 # Generate the combined ini file from the split config files
21 cat ${REPO}/configs/base/venus.${instance} ${REPO}/configs/${instance}/* > ${BASE_DIR}/generated_configs/venus.${instance}.ini
22 # Run venus
23 - python ${VENUS_DIR}/planet.py -v ${BASE_DIR}/generated_configs/venus.${instance}.ini > ${LOG_DIR}/${instance}/${LOG_DATE}.log 2>&1
24 + python2 ${VENUS_DIR}/planet.py -v ${BASE_DIR}/generated_configs/venus.${instance}.ini > ${LOG_DIR}/${instance}/${LOG_DATE}.log 2>&1
25 done
26
27 # Delete old logs