mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
buildbot: update to 0.8.7.
This commit is contained in:
parent
849f76895b
commit
48e2fe8a34
1 changed files with 6 additions and 5 deletions
|
@ -1,17 +1,15 @@
|
||||||
# Template file for 'buildbot'
|
# Template file for 'buildbot'
|
||||||
pkgname=buildbot
|
pkgname=buildbot
|
||||||
version=0.8.6p1
|
version=0.8.7
|
||||||
revision=3
|
revision=1
|
||||||
noarch=yes
|
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
fulldepends="python python-jinja sqlalchemy-migrate python-simplejson Twisted"
|
fulldepends="python python-jinja sqlalchemy-migrate python-simplejson Twisted"
|
||||||
pycompile_module="$pkgname"
|
|
||||||
short_desc="A system to automate the compile/test cycle"
|
short_desc="A system to automate the compile/test cycle"
|
||||||
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=4d10a27809bf82b367cf6230e4e3628f4df8940787d6affed7d787dc52016c2c
|
checksum=1f4539d2da282aa39495c7e2e4cef7abb3a3bd3617524650846116f2bcc63b2f
|
||||||
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
|
||||||
|
@ -25,6 +23,9 @@ long_desc="
|
||||||
lint checks, image size, compile time, and other build parameters can be
|
lint checks, image size, compile time, and other build parameters can be
|
||||||
tracked over time, are more visible, and are therefore easier to improve."
|
tracked over time, are more visible, and are therefore easier to improve."
|
||||||
|
|
||||||
|
noarch=yes
|
||||||
|
pycompile_module="$pkgname"
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
sed -i -e "s|usr/bin/tail|bin/tail|g" buildbot/scripts/logwatcher.py
|
sed -i -e "s|usr/bin/tail|bin/tail|g" buildbot/scripts/logwatcher.py
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue