diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-24 12:27:30 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-24 12:27:34 +0000 |
commit | 87c300e4a4b56d47f71e2f4b18e8e58112e20d41 (patch) | |
tree | 912fd1cc440e08754b3a41faf22bade06a24ab0e /community/buildbot/buildbot.pre-install | |
parent | 537cba6faae5e71f27ace230e2fda7d447b69112 (diff) | |
download | aports-87c300e4a4b56d47f71e2f4b18e8e58112e20d41.tar.bz2 aports-87c300e4a4b56d47f71e2f4b18e8e58112e20d41.tar.xz |
community/buildbot: upgrade to 0.9.0rc2, moved from testing
Diffstat (limited to 'community/buildbot/buildbot.pre-install')
-rw-r--r-- | community/buildbot/buildbot.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/community/buildbot/buildbot.pre-install b/community/buildbot/buildbot.pre-install new file mode 100644 index 0000000000..7a1deeded1 --- /dev/null +++ b/community/buildbot/buildbot.pre-install @@ -0,0 +1,6 @@ +#!/bin/sh + +addgroup -S buildbot 2>/dev/null +adduser -S -D -H -h /home/buildbot -s /sbin/nologin -G buildbot -g buildbot buildbot 2>/dev/null + +exit 0 |