]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
Get tree_arch as string.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 20 Oct 2010 17:13:22 +0000 (17:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PLD_Builder/request.py -> 1.89

PLD_Builder/request.py

index 9573e315994000193c418674d3c80da91b47bbf4..b96460f8ccd4be731d9bf58db5f73a8cfc46e7e0 100644 (file)
@@ -270,7 +270,7 @@ class Batch:
                     is_ok = 1
                 bld = lin_ar.split('-')
                 tree_name = '-'.join(bld[:-1])
-                tree_arch = bld[-1:]
+                tree_arch = '-'.join(bld[-1:])
                 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(tree_name), urllib.quote(tree_arch), is_ok, urllib.quote(bl_name), urllib.quote(rid))
                 link_post = "</a>"
This page took 0.062618 seconds and 4 git commands to generate.