buildbot-slave: update to 0.8.7.

This commit is contained in:
Juan RP 2012-10-07 06:27:09 +02:00
parent 48e2fe8a34
commit 5f94c40bee

View file

@ -1,17 +1,15 @@
# Template file for 'buildbot-slave' # Template file for 'buildbot-slave'
pkgname=buildbot-slave pkgname=buildbot-slave
version=0.8.6p1 version=0.8.7
revision=2 revision=1
noarch=yes
build_style=python-module build_style=python-module
fulldepends="python Twisted" fulldepends="python Twisted"
pycompile_module="buildslave"
short_desc="BuildBot Slave Daemon" short_desc="BuildBot Slave Daemon"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://trac.buildbot.net/" homepage="http://trac.buildbot.net/"
license="GPL-2" license="GPL-2"
distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz" distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz"
checksum=43e6f94a7c37e103af755bc4f9b2ede945cf3c4247b22f595c5ab1c21ccf092f checksum=fd5436bf3686afb2e4e826fa0a3204f7e40c4e0863815989ecf7495a8b361236
long_desc=" long_desc="
The BuildBot is a system to automate the compile/test cycle required by most The BuildBot is a system to automate the compile/test cycle required by most
software projects to validate code changes. By automatically rebuilding and software projects to validate code changes. By automatically rebuilding and
@ -28,6 +26,5 @@ long_desc="
This package contains only the buildslave implementation. The buildbot master This package contains only the buildslave implementation. The buildbot master
is available in the buildbot package." is available in the buildbot package."
pre_install() { noarch=yes
sed -i -e "s|usr/bin/tail|bin/tail|g" buildslave/scripts/logwatcher.py pycompile_module="buildslave"
}