[csw-devel] SF.net SVN: gar:[6105] csw/mgar/pkg/buildbot/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Aug 24 19:51:49 CEST 2009


Revision: 6105
          http://gar.svn.sourceforge.net/gar/?rev=6105&view=rev
Author:   wahwah
Date:     2009-08-24 17:51:49 +0000 (Mon, 24 Aug 2009)

Log Message:
-----------
buildbot: revision bump to 0.7.11p3

Modified Paths:
--------------
    csw/mgar/pkg/buildbot/trunk/Makefile
    csw/mgar/pkg/buildbot/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/buildbot/trunk/files/debug-0.7.11p3.patch
    csw/mgar/pkg/buildbot/trunk/files/tail-0.7.11p3.patch

Removed Paths:
-------------
    csw/mgar/pkg/buildbot/trunk/files/debug-0.7.11p1.patch
    csw/mgar/pkg/buildbot/trunk/files/tail-0.7.11p1.patch

Modified: csw/mgar/pkg/buildbot/trunk/Makefile
===================================================================
--- csw/mgar/pkg/buildbot/trunk/Makefile	2009-08-24 17:16:58 UTC (rev 6104)
+++ csw/mgar/pkg/buildbot/trunk/Makefile	2009-08-24 17:51:49 UTC (rev 6105)
@@ -4,7 +4,7 @@
 
 GARNAME = buildbot
 GARVERSION = 0.7.11
-PATCHLEVEL = p1
+PATCHLEVEL = p3
 CATEGORIES = utils
 
 DESCRIPTION = A system to automate the compile/test cycle

Modified: csw/mgar/pkg/buildbot/trunk/checksums
===================================================================
--- csw/mgar/pkg/buildbot/trunk/checksums	2009-08-24 17:16:58 UTC (rev 6104)
+++ csw/mgar/pkg/buildbot/trunk/checksums	2009-08-24 17:51:49 UTC (rev 6105)
@@ -1,3 +1,3 @@
-2f83cd6562f0288ec4f4d77027f3090f  download/buildbot-0.7.11p1.tar.gz
-4c70db04b3514157aa746370ad282eeb  download/debug-0.7.11p1.patch
-a39720c9a13d73bbda054938d6a98c47  download/tail-0.7.11p1.patch
+6e4ef001d11caf270e2ed7d1d7d43318  download/buildbot-0.7.11p3.tar.gz
+4c70db04b3514157aa746370ad282eeb  download/debug-0.7.11p3.patch
+a39720c9a13d73bbda054938d6a98c47  download/tail-0.7.11p3.patch

Deleted: csw/mgar/pkg/buildbot/trunk/files/debug-0.7.11p1.patch
===================================================================
--- csw/mgar/pkg/buildbot/trunk/files/debug-0.7.11p1.patch	2009-08-24 17:16:58 UTC (rev 6104)
+++ csw/mgar/pkg/buildbot/trunk/files/debug-0.7.11p1.patch	2009-08-24 17:51:49 UTC (rev 6105)
@@ -1,25 +0,0 @@
-diff -ru buildbot-0.7.11p1.orig/buildbot/changes/changes.py buildbot-0.7.11p1/buildbot/changes/changes.py
---- buildbot-0.7.11p1.orig/buildbot/changes/changes.py	2009-07-15 20:09:30.000000000 +0100
-+++ buildbot-0.7.11p1/buildbot/changes/changes.py	2009-07-30 13:30:01.632031291 +0100
-@@ -73,6 +73,9 @@
-         self.files = files[:]
-         self.files.sort()
- 
-+    def __repr__(self):
-+        return "branch(%s) at %s by %s" % (self.branch, self.revision, self.who)
-+
-     def asText(self):
-         data = ""
-         data += self.getFileContents()
-diff -ru buildbot-0.7.11p1.orig/buildbot/scheduler.py buildbot-0.7.11p1/buildbot/scheduler.py
---- buildbot-0.7.11p1.orig/buildbot/scheduler.py	2009-07-15 20:09:30.000000000 +0100
-+++ buildbot-0.7.11p1/buildbot/scheduler.py	2009-07-30 16:56:59.195283110 +0100
-@@ -287,6 +287,8 @@
- 
-     def addChange(self, change):
-         branch = change.branch
-+        log.msg("branch = %s" % repr(branch))
-+        log.msg("self.branches = %s" % repr(self.branches))
-         if self.branches is not None and branch not in self.branches:
-             log.msg("%s ignoring off-branch %s" % (self, change))
-             return

Copied: csw/mgar/pkg/buildbot/trunk/files/debug-0.7.11p3.patch (from rev 6052, csw/mgar/pkg/buildbot/trunk/files/debug-0.7.11p1.patch)
===================================================================
--- csw/mgar/pkg/buildbot/trunk/files/debug-0.7.11p3.patch	                        (rev 0)
+++ csw/mgar/pkg/buildbot/trunk/files/debug-0.7.11p3.patch	2009-08-24 17:51:49 UTC (rev 6105)
@@ -0,0 +1,25 @@
+diff -ru buildbot-0.7.11p1.orig/buildbot/changes/changes.py buildbot-0.7.11p1/buildbot/changes/changes.py
+--- buildbot-0.7.11p1.orig/buildbot/changes/changes.py	2009-07-15 20:09:30.000000000 +0100
++++ buildbot-0.7.11p1/buildbot/changes/changes.py	2009-07-30 13:30:01.632031291 +0100
+@@ -73,6 +73,9 @@
+         self.files = files[:]
+         self.files.sort()
+ 
++    def __repr__(self):
++        return "branch(%s) at %s by %s" % (self.branch, self.revision, self.who)
++
+     def asText(self):
+         data = ""
+         data += self.getFileContents()
+diff -ru buildbot-0.7.11p1.orig/buildbot/scheduler.py buildbot-0.7.11p1/buildbot/scheduler.py
+--- buildbot-0.7.11p1.orig/buildbot/scheduler.py	2009-07-15 20:09:30.000000000 +0100
++++ buildbot-0.7.11p1/buildbot/scheduler.py	2009-07-30 16:56:59.195283110 +0100
+@@ -287,6 +287,8 @@
+ 
+     def addChange(self, change):
+         branch = change.branch
++        log.msg("branch = %s" % repr(branch))
++        log.msg("self.branches = %s" % repr(self.branches))
+         if self.branches is not None and branch not in self.branches:
+             log.msg("%s ignoring off-branch %s" % (self, change))
+             return

Deleted: csw/mgar/pkg/buildbot/trunk/files/tail-0.7.11p1.patch
===================================================================
--- csw/mgar/pkg/buildbot/trunk/files/tail-0.7.11p1.patch	2009-08-24 17:16:58 UTC (rev 6104)
+++ csw/mgar/pkg/buildbot/trunk/files/tail-0.7.11p1.patch	2009-08-24 17:51:49 UTC (rev 6105)
@@ -1,12 +0,0 @@
-diff -ru buildbot-0.7.11p1.orig/buildbot/scripts/logwatcher.py buildbot-0.7.11p1/buildbot/scripts/logwatcher.py
---- buildbot-0.7.11p1.orig/buildbot/scripts/logwatcher.py	2009-03-02 18:13:03.000000000 +0100
-+++ buildbot-0.7.11p1/buildbot/scripts/logwatcher.py	2009-07-29 18:00:44.304903854 +0200
-@@ -43,7 +43,7 @@
-         # been seen within 10 seconds, and with ReconfigError if the error
-         # line was seen. If the logfile could not be opened, it errbacks with
-         # an IOError.
--        self.p = reactor.spawnProcess(self.pp, "/usr/bin/tail",
-+        self.p = reactor.spawnProcess(self.pp, "/opt/csw/bin/gtail",
-                                       ("tail", "-f", "-n", "0", self.logfile),
-                                       env=os.environ,
-                                       )

Copied: csw/mgar/pkg/buildbot/trunk/files/tail-0.7.11p3.patch (from rev 6104, csw/mgar/pkg/buildbot/trunk/files/tail-0.7.11p1.patch)
===================================================================
--- csw/mgar/pkg/buildbot/trunk/files/tail-0.7.11p3.patch	                        (rev 0)
+++ csw/mgar/pkg/buildbot/trunk/files/tail-0.7.11p3.patch	2009-08-24 17:51:49 UTC (rev 6105)
@@ -0,0 +1,12 @@
+diff -ru buildbot-0.7.11p1.orig/buildbot/scripts/logwatcher.py buildbot-0.7.11p1/buildbot/scripts/logwatcher.py
+--- buildbot-0.7.11p1.orig/buildbot/scripts/logwatcher.py	2009-03-02 18:13:03.000000000 +0100
++++ buildbot-0.7.11p1/buildbot/scripts/logwatcher.py	2009-07-29 18:00:44.304903854 +0200
+@@ -43,7 +43,7 @@
+         # been seen within 10 seconds, and with ReconfigError if the error
+         # line was seen. If the logfile could not be opened, it errbacks with
+         # an IOError.
+-        self.p = reactor.spawnProcess(self.pp, "/usr/bin/tail",
++        self.p = reactor.spawnProcess(self.pp, "/opt/csw/bin/gtail",
+                                       ("tail", "-f", "-n", "0", self.logfile),
+                                       env=os.environ,
+                                       )


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list