commit: d604ceb30def2ceb2bd811edce8eb9ca96401e60
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo
<DOT> org>
AuthorDate: Thu Mar 31 01:31:13 2016 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 01:31:13 2016 +0000
URL: https://gitweb.gentoo.org/sites/planet.git/commit/?id=d604ceb3
Try to make the script more verbose to understand why it isn't getting updates
from Anthony's blog.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT>
gentoo.org>
scripts/update-venus | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/update-venus b/scripts/update-venus
index 04fca6f..46a1494 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
${BASE_DIR}/generated_configs/venus.${instance}.ini >
${LOG_DIR}/${instance}/${LOG_DATE}.log 2>&1
+ python ${VENUS_DIR}/planet.py -v
${BASE_DIR}/generated_configs/venus.${instance}.ini >
${LOG_DIR}/${instance}/${LOG_DATE}.log 2>&1
done
# Delete old logs