diff options
author | lassulus <lassulus@lassul.us> | 2017-07-23 21:54:11 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-07-23 22:50:28 +0200 |
commit | 8580a5a53fd8eb356c0e55eabe9f568e985dbfa9 (patch) | |
tree | ba510174eb1f054e33b32deb933d220c4b434dd0 /krebs/3modules/buildbot/buildbot.patch | |
parent | 6841ba4855cb6743f3591ec0f381d70ca9998eb2 (diff) |
Revert "buildbot: 0.8.4 -> 0.9.0rc2"
This reverts commit 6c092cd20ca256b1cefa92aa779380cdb71c1313.
Diffstat (limited to 'krebs/3modules/buildbot/buildbot.patch')
-rw-r--r-- | krebs/3modules/buildbot/buildbot.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/krebs/3modules/buildbot/buildbot.patch b/krebs/3modules/buildbot/buildbot.patch deleted file mode 100644 index 3a5794d82..000000000 --- a/krebs/3modules/buildbot/buildbot.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./buildbot/scripts/logwatcher.py 2016-11-10 23:25:46.956000000 +0100 -+++ ./buildbot/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, |