]> git.pld-linux.org Git - projects/pld-builder.new.git/commitdiff
- log something
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 15 Jul 2009 12:38:10 +0000 (12:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PLD_Builder/rpm_builder.py -> 1.88

PLD_Builder/rpm_builder.py

index 12ca1ca85d37e00882e287afa2a0818d015a7376..e6dd4593f1180c70f3576e0d5d11349540347592 100644 (file)
@@ -54,6 +54,7 @@ def pick_request(q):
 def check_skip_build(r):
     src_url = config.control_url + "/srpms/" + r.id + "/skipme"
     good  = True
+    b.log_line("checking if we should skip the build")
     while not good:
         try:
             good=True
@@ -68,6 +69,7 @@ def check_skip_build(r):
         http_code = f.getcode()
         if http_code == 200:
             f.close()
+            b.log_line("checking if we should skip the build: yes")
             return True
     return False
 
This page took 0.126669 seconds and 4 git commands to generate.