[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: simplefy error message, there is no black magic involved

Holger Levsen holger at layer-acht.org
Mon Aug 22 08:04:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit ff3155de6dbcf05ae9276d4f9ced1ec35bc3703f
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Aug 22 10:04:27 2016 +0200

    reproducible Debian: simplefy error message, there is no black magic involved
---
 bin/reproducible_schedule_on_demand.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh
index 7b51949..27bb0fb 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 at layer-acht.org>
+# Copyright 2014,2016 Holger Levsen <holger at layer-acht.org>
 #         © 2015 Mattia Rizzolo <mattia at 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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list