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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Jul 29 18:23:51 CEST 2009


Revision: 5713
          http://gar.svn.sourceforge.net/gar/?rev=5713&view=rev
Author:   wahwah
Date:     2009-07-29 16:23:51 +0000 (Wed, 29 Jul 2009)

Log Message:
-----------
buildbot: Patching to use gtail

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

Added Paths:
-----------
    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-07-29 16:04:46 UTC (rev 5712)
+++ csw/mgar/pkg/buildbot/trunk/Makefile	2009-07-29 16:23:51 UTC (rev 5713)
@@ -21,14 +21,15 @@
 endef
 
 MASTER_SITES = $(SF_MIRROR)
-DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+PATCHFILES = tail-$(GARVERSION).patch
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz $(PATCHFILES)
 
 # We define upstream file regex so we can be notifed of new upstream software release
 UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
 
 SPKG_CLASSES = none cswpycompile
 
-REQUIRED_PKGS = CSWcswclassutils CSWpython CSWtwisted CSWzope
+REQUIRED_PKGS = CSWcswclassutils CSWpython CSWtwisted CSWzope CSWtextutils
 
 ARCHALL = 1
 CONFIGURE_SCRIPTS = 

Modified: csw/mgar/pkg/buildbot/trunk/checksums
===================================================================
--- csw/mgar/pkg/buildbot/trunk/checksums	2009-07-29 16:04:46 UTC (rev 5712)
+++ csw/mgar/pkg/buildbot/trunk/checksums	2009-07-29 16:23:51 UTC (rev 5713)
@@ -1 +1,2 @@
 2f83cd6562f0288ec4f4d77027f3090f  download/buildbot-0.7.11p1.tar.gz
+a39720c9a13d73bbda054938d6a98c47  download/tail-0.7.11p1.patch

Added: csw/mgar/pkg/buildbot/trunk/files/tail-0.7.11p1.patch
===================================================================
--- csw/mgar/pkg/buildbot/trunk/files/tail-0.7.11p1.patch	                        (rev 0)
+++ csw/mgar/pkg/buildbot/trunk/files/tail-0.7.11p1.patch	2009-07-29 16:23:51 UTC (rev 5713)
@@ -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