diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-10-09 07:38:14 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-10-09 07:38:38 +0000 |
commit | 27a7e72d0e7123670bc22e71d92d540bb2e16978 (patch) | |
tree | 0f01e8865162b97f0dc84c7fc527c8e07fd57d5e /testing/buildbot/buildbot.pre-install | |
parent | 839bdebd48f32e993bc8d1ff1ceb826a9ee7039d (diff) | |
download | aports-27a7e72d0e7123670bc22e71d92d540bb2e16978.tar.bz2 aports-27a7e72d0e7123670bc22e71d92d540bb2e16978.tar.xz |
testing/buildbot: add missing files
Diffstat (limited to 'testing/buildbot/buildbot.pre-install')
-rw-r--r-- | testing/buildbot/buildbot.pre-install | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/buildbot/buildbot.pre-install b/testing/buildbot/buildbot.pre-install new file mode 100644 index 0000000000..4d8bb4e6c9 --- /dev/null +++ b/testing/buildbot/buildbot.pre-install @@ -0,0 +1,4 @@ +#!/bin/sh +adduser -h /var/lib/buildbot -g buildbot -D -s /sbin/nologin buildbot 2>/dev/null +exit 0 + |