SF.net SVN: gar:[22308] csw/mgar/pkg/buildbot-slave/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Oct 25 14:08:45 CEST 2013


Revision: 22308
          http://gar.svn.sourceforge.net/gar/?rev=22308&view=rev
Author:   dmichelsen
Date:     2013-10-25 12:08:44 +0000 (Fri, 25 Oct 2013)
Log Message:
-----------
buildbot-slave/trunk: Fix typo, remove unneeded files

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

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

Modified: csw/mgar/pkg/buildbot-slave/trunk/Makefile
===================================================================
--- csw/mgar/pkg/buildbot-slave/trunk/Makefile	2013-10-25 12:05:41 UTC (rev 22307)
+++ csw/mgar/pkg/buildbot-slave/trunk/Makefile	2013-10-25 12:08:44 UTC (rev 22308)
@@ -16,7 +16,7 @@
 SPKG_DESC_CSWbuildbot-slave = BuildBot Slave Daemon
 # PKGFILES is catchall
 RUNTIME_DEP_PKGS_CSWbuildbot-slave += CSWpy-twisted
-CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWpy-twisted
+CHECKPKG_OVERRIDES_CSWbuildbot-slave += surplus-dependency|CSWpy-twisted
 
 ARCHALL_CSWbuildbot-slave = 1
 

Deleted: csw/mgar/pkg/buildbot-slave/trunk/files/buildbot-debug.patch
===================================================================
--- csw/mgar/pkg/buildbot-slave/trunk/files/buildbot-debug.patch	2013-10-25 12:05:41 UTC (rev 22307)
+++ csw/mgar/pkg/buildbot-slave/trunk/files/buildbot-debug.patch	2013-10-25 12:08:44 UTC (rev 22308)
@@ -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

Deleted: csw/mgar/pkg/buildbot-slave/trunk/files/buildbot-tail.patch
===================================================================
--- csw/mgar/pkg/buildbot-slave/trunk/files/buildbot-tail.patch	2013-10-25 12:05:41 UTC (rev 22307)
+++ csw/mgar/pkg/buildbot-slave/trunk/files/buildbot-tail.patch	2013-10-25 12:08:44 UTC (rev 22308)
@@ -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,
-                                       )

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