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()
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to