diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-08 10:13:59 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-04-08 11:38:21 +0000 |
commit | 881647d2b55fd0b7d76f088c85cd8ceb2a0a1027 (patch) | |
tree | df78bc44494146bb2f22dc2b6cfa11466d05bca1 /unmaintained/buildbot/buildbot.pre-install | |
parent | 4dc192196b495eb6f5e11f6827cc23834c2fd001 (diff) | |
download | aports-881647d2b55fd0b7d76f088c85cd8ceb2a0a1027.tar.bz2 aports-881647d2b55fd0b7d76f088c85cd8ceb2a0a1027.tar.xz |
unmaintained/buildbot: moved from community.
The number of requirements are too high, and also requires specific versions.
We can't maintain it.
The best thing to do is having pip install the needed dependencies.
Diffstat (limited to 'unmaintained/buildbot/buildbot.pre-install')
-rw-r--r-- | unmaintained/buildbot/buildbot.pre-install | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unmaintained/buildbot/buildbot.pre-install b/unmaintained/buildbot/buildbot.pre-install new file mode 100644 index 0000000000..7a1deeded1 --- /dev/null +++ b/unmaintained/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 |