diff options
author | Przemyslaw Pawelczyk <przemoc@zoho.com> | 2016-06-17 03:47:32 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-20 13:35:25 +0000 |
commit | 701230873d785eb06a9e78e941bada0b4c868cd7 (patch) | |
tree | fed2a174b8805b151d4c749d6cb9a4c87ba23c47 /testing/buildbot-slave/buildslave.initd | |
parent | 6c0e846e12e780a2f46f3179ef9e6cdd3a413bbb (diff) | |
download | aports-701230873d785eb06a9e78e941bada0b4c868cd7.tar.bz2 aports-701230873d785eb06a9e78e941bada0b4c868cd7.tar.xz |
testing/buildbot-slave: Fix some stuff.
* APKBUILD: Leverage default_prepare and use builddir (no _).
* APKBUILD: Introduce some constants for better DRY-ness,
reformat package() function, create there a workdir
(otherwise buildbot won't start).
* buildslave.initd: Put openrc-run in shebang.
It has not been tested, as buildslave setup is a bit more complicated.
http://docs.buildbot.net/0.8.9/manual/installation.html#creating-a-buildslave
Diffstat (limited to 'testing/buildbot-slave/buildslave.initd')
-rw-r--r-- | testing/buildbot-slave/buildslave.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/buildbot-slave/buildslave.initd b/testing/buildbot-slave/buildslave.initd index 17e22abdc7..587c7ccb3b 100644 --- a/testing/buildbot-slave/buildslave.initd +++ b/testing/buildbot-slave/buildslave.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |