summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2018-08-15 01:10:31 +0800
committerChih-Hsuan Yen2018-08-15 01:10:31 +0800
commit34e00dfa9e037a658bc63f362198c444884944a9 (patch)
treed298237bf06da425239680648f77a843e5fc2ea4
parentf92b8e87574560ef16a8ef396b3a6e03a5f2e822 (diff)
downloadaur-34e00dfa9e037a658bc63f362198c444884944a9.tar.gz
py37 patch is landed yay
buildbot=build_packages
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7046ef6debb1..612deca1e39f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -32,10 +32,8 @@ pkgbase = buildbot-git
depends = python-pyjwt
source = git+https://github.com/buildbot/buildbot.git
source = skip-linux-distro-test.patch
- source = buildbot-py37.patch::https://github.com/buildbot/buildbot/pull/4254.patch
sha256sums = SKIP
sha256sums = 42fc2a771034c4134006ed18b52916e668aba3e2046b2fe188c7abcb3cffc0a5
- sha256sums = 78628cff9f91d161f7951f61924ca1e69f5f0ba559c1b397b542de3ca915ed0a
pkgname = buildbot-git
diff --git a/PKGBUILD b/PKGBUILD
index 60ec03f5330a..9c5f014eece5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,11 +22,9 @@ checkdepends=('python-treq' 'python-boto3' 'python-mock' 'python-moto'
"buildbot-pkg-git=$pkgver" "buildbot-worker-git=$pkgver"
'openssh')
source=(git+https://github.com/buildbot/buildbot.git
- skip-linux-distro-test.patch
- buildbot-py37.patch::https://github.com/buildbot/buildbot/pull/4254.patch)
+ skip-linux-distro-test.patch)
sha256sums=('SKIP'
- '42fc2a771034c4134006ed18b52916e668aba3e2046b2fe188c7abcb3cffc0a5'
- '78628cff9f91d161f7951f61924ca1e69f5f0ba559c1b397b542de3ca915ed0a')
+ '42fc2a771034c4134006ed18b52916e668aba3e2046b2fe188c7abcb3cffc0a5')
pkgver() {
cd buildbot
@@ -39,7 +37,6 @@ pkgver() {
prepare() {
cd buildbot
- patch -Np1 -i ../buildbot-py37.patch
# This test relies on VERSION_ID field in /etc/os-release. On Arch Linux this
# field is missing.
patch -Np1 -i ../skip-linux-distro-test.patch