summaryrefslogtreecommitdiffstats
path: root/krebs/3modules/buildbot/buildbot-worker.patch
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-11-11 01:34:18 +0100
committermakefu <github@syntax-fehler.de>2016-11-11 01:34:18 +0100
commit6c092cd20ca256b1cefa92aa779380cdb71c1313 (patch)
tree6bbc5631239a6ad65e790e499563bb1d65ffafc4 /krebs/3modules/buildbot/buildbot-worker.patch
parent8161fcfe3a558b12fb2cf5dec135d26eadacd767 (diff)
buildbot: 0.8.4 -> 0.9.0rc2
Diffstat (limited to 'krebs/3modules/buildbot/buildbot-worker.patch')
-rw-r--r--krebs/3modules/buildbot/buildbot-worker.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/krebs/3modules/buildbot/buildbot-worker.patch b/krebs/3modules/buildbot/buildbot-worker.patch
new file mode 100644
index 00000000..df6f7ed3
--- /dev/null
+++ b/krebs/3modules/buildbot/buildbot-worker.patch
@@ -0,0 +1,11 @@
+--- ./buildbot_worker/scripts/logwatcher.py 2016-11-10 23:25:46.956000000 +0100
++++ ./buildbot_worker/scripts/logwatcher.py.fix 2016-11-10 23:24:33.225000000 +0100
+@@ -76,7 +76,7 @@
+ if platform.system().lower() == 'sunos' and os.path.exists('/usr/xpg4/bin/tail'):
+ tailBin = "/usr/xpg4/bin/tail"
+ else:
+- tailBin = "/usr/bin/tail"
++ tailBin = "tail"
+ self.p = reactor.spawnProcess(self.pp, tailBin,
+ ("tail", "-f", "-n", "0", self.logfile),
+ env=os.environ,