buildbot: update to 0.8.10.
This commit is contained in:
parent
aff7a50d86
commit
c5da876c68
2 changed files with 3 additions and 16 deletions
|
@ -1,12 +0,0 @@
|
||||||
--- buildbot/db/enginestrategy.py.orig
|
|
||||||
+++ buildbot/db/enginestrategy.py
|
|
||||||
@@ -174,9 +174,6 @@ class BuildbotEngineStrategy(strategies.
|
|
||||||
|
|
||||||
if version_tup < (0, 6):
|
|
||||||
raise RuntimeError("SQLAlchemy version %s is too old" % (version,))
|
|
||||||
- if version_tup > (0, 7, 10):
|
|
||||||
- raise RuntimeError("SQLAlchemy version %s is not supported by "
|
|
||||||
- "SQLAlchemy-Migrate" % (version,))
|
|
||||||
|
|
||||||
def create(self, name_or_url, **kwargs):
|
|
||||||
if 'basedir' not in kwargs:
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'buildbot'
|
# Template file for 'buildbot'
|
||||||
pkgname=buildbot
|
pkgname=buildbot
|
||||||
version=0.8.9
|
version=0.8.10
|
||||||
revision=3
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python"
|
hostmakedepends="python"
|
||||||
|
@ -13,14 +13,13 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://buildbot.net/"
|
homepage="http://buildbot.net/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="https://pypi.python.org/packages/source/b/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="https://pypi.python.org/packages/source/b/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=6b9e465e6d4825fe1f09d28505318fdb1a75b283c80a140af0f2e2a5039cfa8a
|
checksum=c4964d2ebd81cb80a14cb058fb2aab0572a1d8d86672d514e775b42deb08a5f4
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
cd ${wrksrc}/contrib
|
cd ${wrksrc}/contrib
|
||||||
sed -i 's,#!/usr/local/bin/python,#!/usr/bin/python,' bk_buildbot.py
|
sed -i 's,#!/usr/local/bin/python,#!/usr/bin/python,' bk_buildbot.py
|
||||||
sed -i 's,#!/usr/bin/env jython,#!/usr/bin/env python,' run_maxq.py
|
sed -i 's,#!/usr/bin/env jython,#!/usr/bin/env python,' run_maxq.py
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# Install all contrib modules.
|
# Install all contrib modules.
|
||||||
local contribdir=${DESTDIR}/usr/share/buildbot/contrib
|
local contribdir=${DESTDIR}/usr/share/buildbot/contrib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue