pld-builder.new: PLD_Builder/request.py - default log to tail format

glen glen at pld-linux.org
Sun May 9 02:59:56 CEST 2010


Author: glen                         Date: Sun May  9 00:59:56 2010 GMT
Module: pld-builder.new               Tag: HEAD
---- Log message:
- default log to tail format

---- Files affected:
pld-builder.new/PLD_Builder:
   request.py (1.71 -> 1.72) 

---- Diffs:

================================================================
Index: pld-builder.new/PLD_Builder/request.py
diff -u pld-builder.new/PLD_Builder/request.py:1.71 pld-builder.new/PLD_Builder/request.py:1.72
--- pld-builder.new/PLD_Builder/request.py:1.71	Mon Feb  8 21:36:11 2010
+++ pld-builder.new/PLD_Builder/request.py	Sun May  9 02:59:51 2010
@@ -235,7 +235,7 @@
                 if s.startswith("OK"):
                     is_ok = 1
                 bld = lin_ar.split('-')
-                link_pre = "<a href=\"http://buildlogs.pld-linux.org/index.php?dist=%s&arch=%s&ok=%d&name=%s&id=%s\">" \
+                link_pre = "<a href=\"http://buildlogs.pld-linux.org/index.php?dist=%s&arch=%s&ok=%d&name=%s&id=%s&action=tail\">" \
                      % (urllib.quote(bld[0]), urllib.quote(bld[1]), is_ok, urllib.quote(bl_name), urllib.quote(rid))
                 link_post = "</a>"
             builders.append(link_pre + ("<font color='%s'><b>%s:%s</b></font>" %
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/pld-builder.new/PLD_Builder/request.py?r1=1.71&r2=1.72&f=u



More information about the pld-cvs-commit mailing list