SVN: toys/stbr/buildlog_link.py
shadzik
shadzik at pld-linux.org
Sun May 3 17:21:28 CEST 2009
Author: shadzik
Date: Sun May 3 17:21:27 2009
New Revision: 10352
Modified:
toys/stbr/buildlog_link.py
Log:
- be quiet on wget
Modified: toys/stbr/buildlog_link.py
==============================================================================
--- toys/stbr/buildlog_link.py (original)
+++ toys/stbr/buildlog_link.py Sun May 3 17:21:27 2009
@@ -55,9 +55,9 @@
except(IndexError):
return
if re.match("ti", dist):
- os.popen("wget -N http://ep09.pld-linux.org/~builderti/queue.html")
+ os.popen("wget --quiet -N http://ep09.pld-linux.org/~builderti/queue.html")
else:
- os.popen("wget -N http://ep09.pld-linux.org/~builderth/queue.html")
+ os.popen("wget --quiet -N http://ep09.pld-linux.org/~builderth/queue.html")
getQueue()
parseHtml()
More information about the pld-cvs-commit
mailing list