aboutsummaryrefslogtreecommitdiffstats
path: root/testing/buildbot-slave/buildbot-slave.pre-install
diff options
context:
space:
mode:
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