summaryrefslogtreecommitdiffstats
path: root/testing/buildbot
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2013-10-09 07:52:41 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2013-10-09 07:52:41 +0000
commit9e3994069bf0dc3458dbd941ffe185535882e81a (patch)
treef6161ab8fbabcb507eb3224f26c08330c9f0b84a /testing/buildbot
parent27a7e72d0e7123670bc22e71d92d540bb2e16978 (diff)
downloadaports-9e3994069bf0dc3458dbd941ffe185535882e81a.tar.bz2
aports-9e3994069bf0dc3458dbd941ffe185535882e81a.tar.xz
testing/buildbot: change homedir
Diffstat (limited to 'testing/buildbot')
-rw-r--r--testing/buildbot/APKBUILD2
-rw-r--r--testing/buildbot/buildbot.pre-install2
2 files changed, 2 insertions, 2 deletions
diff --git a/testing/buildbot/APKBUILD b/testing/buildbot/APKBUILD
index 8f5fc84fb..79de5e409 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 4d8bb4e6c..7e52d9ccf 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