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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Oct 25 14:05:42 CEST 2013


Revision: 22307
          http://gar.svn.sourceforge.net/gar/?rev=22307&view=rev
Author:   dmichelsen
Date:     2013-10-25 12:05:41 +0000 (Fri, 25 Oct 2013)
Log Message:
-----------
buildbot-slave/trunk: Use XPG4 tail

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

Modified: csw/mgar/pkg/buildbot-slave/trunk/Makefile
===================================================================
--- csw/mgar/pkg/buildbot-slave/trunk/Makefile	2013-10-25 12:04:02 UTC (rev 22306)
+++ csw/mgar/pkg/buildbot-slave/trunk/Makefile	2013-10-25 12:05:41 UTC (rev 22307)
@@ -15,12 +15,21 @@
 PACKAGES += CSWbuildbot-slave
 SPKG_DESC_CSWbuildbot-slave = BuildBot Slave Daemon
 # PKGFILES is catchall
+RUNTIME_DEP_PKGS_CSWbuildbot-slave += CSWpy-twisted
+CHECKPKG_OVERRIDES_CSWbuildbot += surplus-dependency|CSWpy-twisted
+
 ARCHALL_CSWbuildbot-slave = 1
 
 # This is more like an application than a python module
 CHECKPKG_OVERRIDES_CSWbuildbot-slave += pkgname-does-not-start-with-CSWpy-
 CHECKPKG_OVERRIDES_CSWbuildbot-slave += catalogname-does-not-start-with-py_
 
+# logwatcher uses 'tail -f -n 0' only available on XPG4 tail or GNU tail, let's prefer XPG4
+REINPLACEMENTS += tail
+REINPLACE_MATCH_tail = /usr/bin/tail
+REINPLACE_WITH_tail = /usr/xpg4/bin/tail
+REINPLACE_FILES_tail += buildslave/scripts/logwatcher.py
+
 # There seems to be 'trial' missing
 SKIPTEST ?= 1
 

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