aboutsummaryrefslogtreecommitdiffstats
path: root/testing/buildbot-slave/buildbot-slave.pre-install
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-31 07:39:14 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-11 17:27:51 -0300
commitf8374338e5a2ad08d54b7e2433ab14e37e4d872b (patch)
treeb4315dd6cef8518c06175f3bf5231ea8f52cc0e1 /testing/buildbot-slave/buildbot-slave.pre-install
parentaeecd50431ecdcca00f57a711f69b55c0c299b99 (diff)
downloadaports-f8374338e5a2ad08d54b7e2433ab14e37e4d872b.tar.bz2
aports-f8374338e5a2ad08d54b7e2433ab14e37e4d872b.tar.xz
testing/buildbot-slave: remove
depends on python2
Diffstat (limited to 'testing/buildbot-slave/buildbot-slave.pre-install')
-rw-r--r--testing/buildbot-slave/buildbot-slave.pre-install6
1 files changed, 0 insertions, 6 deletions
diff --git a/testing/buildbot-slave/buildbot-slave.pre-install b/testing/buildbot-slave/buildbot-slave.pre-install
deleted file mode 100644
index 7a1deeded1..0000000000
--- a/testing/buildbot-slave/buildbot-slave.pre-install
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/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