buildbot: use /bin/tail in logwatcher.py
This commit is contained in:
parent
aecf6d8a7d
commit
142254a870
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'buildbot'
|
||||
pkgname=buildbot
|
||||
version=0.8.6p1
|
||||
revision=2
|
||||
revision=3
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
fulldepends="python python-jinja sqlalchemy-migrate python-simplejson Twisted"
|
||||
|
@ -25,6 +25,10 @@ long_desc="
|
|||
lint checks, image size, compile time, and other build parameters can be
|
||||
tracked over time, are more visible, and are therefore easier to improve."
|
||||
|
||||
pre_install() {
|
||||
sed -i -e "s|usr/bin/tail|bin/tail|g" buildbot/scripts/logwatcher.py
|
||||
}
|
||||
|
||||
post_install() {
|
||||
# Install all contrib modules.
|
||||
local contribdir=${DESTDIR}/usr/share/buildbot/contrib
|
||||
|
|
Loading…
Reference in a new issue