diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-10-09 07:52:41 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-10-09 07:52:41 +0000 |
commit | 9e3994069bf0dc3458dbd941ffe185535882e81a (patch) | |
tree | f6161ab8fbabcb507eb3224f26c08330c9f0b84a /testing/buildbot | |
parent | 27a7e72d0e7123670bc22e71d92d540bb2e16978 (diff) | |
download | aports-9e3994069bf0dc3458dbd941ffe185535882e81a.tar.bz2 aports-9e3994069bf0dc3458dbd941ffe185535882e81a.tar.xz |
testing/buildbot: change homedir
Diffstat (limited to 'testing/buildbot')
-rw-r--r-- | testing/buildbot/APKBUILD | 2 | ||||
-rw-r--r-- | testing/buildbot/buildbot.pre-install | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/buildbot/APKBUILD b/testing/buildbot/APKBUILD index 8f5fc84fb5..79de5e4093 100644 --- a/testing/buildbot/APKBUILD +++ b/testing/buildbot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=buildbot pkgver=0.8.8 -pkgrel=0 +pkgrel=1 pkgdesc="Continuous integration testing framework" url="http://buildbot.net/" arch="noarch" diff --git a/testing/buildbot/buildbot.pre-install b/testing/buildbot/buildbot.pre-install index 4d8bb4e6c9..7e52d9ccf0 100644 --- a/testing/buildbot/buildbot.pre-install +++ b/testing/buildbot/buildbot.pre-install @@ -1,4 +1,4 @@ #!/bin/sh -adduser -h /var/lib/buildbot -g buildbot -D -s /sbin/nologin buildbot 2>/dev/null +adduser -H -h /home/buildbot -g buildbot -D -s /sbin/nologin buildbot 2>/dev/null exit 0 |