SOURCES: buildbot-fixes.patch - allow git sha1

arekm arekm at pld-linux.org
Sun Feb 1 19:34:07 CET 2009


Author: arekm                        Date: Sun Feb  1 18:34:07 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- allow git sha1

---- Files affected:
SOURCES:
   buildbot-fixes.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/buildbot-fixes.patch
diff -u SOURCES/buildbot-fixes.patch:1.1 SOURCES/buildbot-fixes.patch:1.2
--- SOURCES/buildbot-fixes.patch:1.1	Fri Jan 30 19:56:54 2009
+++ SOURCES/buildbot-fixes.patch	Sun Feb  1 19:34:01 2009
@@ -10,3 +10,14 @@
          if self.timer:
              self.timer.cancel()
          self.timer = reactor.callLater(when - now, self.fireTimer)
+--- buildbot-0.7.9/./buildbot/status/web/base.py~	2008-09-16 18:02:30.000000000 +0200
++++ buildbot-0.7.9/./buildbot/status/web/base.py	2009-02-01 19:33:10.779117102 +0100
+@@ -349,7 +349,7 @@
+         except KeyError:
+             rev = "??"
+         rev = str(rev)
+-        if len(rev) > 20:
++        if len(rev) > 40:
+             rev = "version is too-long"
+         root = self.path_to_root(req)
+         css_class = css_classes.get(results, "")
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/buildbot-fixes.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list