summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_schedule_on_demand.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-08-22 10:04:27 +0200
committerHolger Levsen <holger@layer-acht.org>2016-08-22 10:04:27 +0200
commitff3155de6dbcf05ae9276d4f9ced1ec35bc3703f (patch)
treedc298f9972f199ec8741e6d820a247f465adb8e5 /bin/reproducible_schedule_on_demand.sh
parent0b537a2669243b2417c23e40864281c3b978f393 (diff)
downloadjenkins.debian.net-ff3155de6dbcf05ae9276d4f9ced1ec35bc3703f.tar.xz
reproducible Debian: simplefy error message, there is no black magic involved
Diffstat (limited to 'bin/reproducible_schedule_on_demand.sh')
-rwxr-xr-xbin/reproducible_schedule_on_demand.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh
index 7b51949c..27bb0fbc 100755
--- a/bin/reproducible_schedule_on_demand.sh
+++ b/bin/reproducible_schedule_on_demand.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2014 Holger Levsen <holger@layer-acht.org>
+# Copyright 2014,2016 Holger Levsen <holger@layer-acht.org>
# © 2015 Mattia Rizzolo <mattia@mapreri.org>
# released under the GPLv=2
@@ -9,8 +9,7 @@ set -e
if [ ! -z "$SUDO_USER" ] ; then
REQUESTER="$SUDO_USER"
else
- echo "Looks like you logged into this host as the jenkins user without sudoing to it. How can that be possible?!?!"
- echo "You're doing something too weird to be supported, please be normal, exiting."
+ echo "Please run this script as the jenkins user, exiting."
exit 1
fi