Merge remote-tracking branch 'x/master'
* x/master: buildbot-slave: update to 0.8.6p1. buildbot: update to 0.8.6p1.
This commit is contained in:
commit
07468c1969
2 changed files with 12 additions and 16 deletions
|
@ -1,15 +1,17 @@
|
|||
# Template file for 'buildbot-slave'
|
||||
pkgname=buildbot-slave
|
||||
version=0.8.6
|
||||
distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz"
|
||||
version=0.8.6p1
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
fulldepends="python Twisted"
|
||||
revision=1
|
||||
pycompile_module="buildslave"
|
||||
short_desc="BuildBot Slave Daemon"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://trac.buildbot.net/"
|
||||
license="GPL-2"
|
||||
checksum=d3d4646e846e3d74dd01c079913c613cdb9442dd88d2d32895201342806232fb
|
||||
distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz"
|
||||
checksum=43e6f94a7c37e103af755bc4f9b2ede945cf3c4247b22f595c5ab1c21ccf092f
|
||||
long_desc="
|
||||
The BuildBot is a system to automate the compile/test cycle required by most
|
||||
software projects to validate code changes. By automatically rebuilding and
|
||||
|
@ -25,7 +27,3 @@ long_desc="
|
|||
|
||||
This package contains only the buildslave implementation. The buildbot master
|
||||
is available in the buildbot package."
|
||||
|
||||
noarch=yes
|
||||
pycompile_module="buildslave"
|
||||
|
||||
|
|
|
@ -1,15 +1,17 @@
|
|||
# Template file for 'buildbot'
|
||||
pkgname=buildbot
|
||||
version=0.8.6
|
||||
distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz"
|
||||
version=0.8.6p1
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
fulldepends="python python-jinja Twisted"
|
||||
revision=1
|
||||
pycompile_module="$pkgname"
|
||||
short_desc="A system to automate the compile/test cycle"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://trac.buildbot.net/"
|
||||
license="GPL-2"
|
||||
checksum=9e7673bd79e57ff105e0916b9751aafda59cc2a8765c929710ef8e75e1162893
|
||||
distfiles="http://buildbot.googlecode.com/files/$pkgname-$version.tar.gz"
|
||||
checksum=4d10a27809bf82b367cf6230e4e3628f4df8940787d6affed7d787dc52016c2c
|
||||
long_desc="
|
||||
The BuildBot is a system to automate the compile/test cycle required by most
|
||||
software projects to validate code changes. By automatically rebuilding and
|
||||
|
@ -23,10 +25,6 @@ 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."
|
||||
|
||||
pycompile_module="$pkgname"
|
||||
noarch=yes
|
||||
|
||||
|
||||
post_install() {
|
||||
# Install all contrib modules.
|
||||
local contribdir=${DESTDIR}/usr/share/buildbot/contrib
|
||||
|
|
Loading…
Add table
Reference in a new issue