Gentoo Archives: gentoo-commits

From: "Jorge Manuel B. S. Vicetto" <jmbsvicetto@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] sites/planet:master commit in: scripts/
Date: Thu, 31 Mar 2016 01:33:35
Message-Id: 1459387873.d604ceb30def2ceb2bd811edce8eb9ca96401e60.jmbsvicetto@gentoo
1 commit: d604ceb30def2ceb2bd811edce8eb9ca96401e60
2 Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 31 01:31:13 2016 +0000
4 Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 31 01:31:13 2016 +0000
6 URL: https://gitweb.gentoo.org/sites/planet.git/commit/?id=d604ceb3
7
8 Try to make the script more verbose to understand why it isn't getting updates from Anthony's blog.
9
10 Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo.org>
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 04fca6f..46a1494 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 ${BASE_DIR}/generated_configs/venus.${instance}.ini > ${LOG_DIR}/${instance}/${LOG_DATE}.log 2>&1
24 + python ${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