[Qa-jenkins-scm] [jenkins.debian.net] 01/01: g-i edu: disable login on workstations as this needs a running main-server
Holger Levsen
holger at layer-acht.org
Sun Oct 9 13:39:33 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 ec39ad465fa3f9bef69a3909801765e6da14478c
Author: Holger Levsen <holger at layer-acht.org>
Date: Sun Oct 9 15:39:27 2016 +0200
g-i edu: disable login on workstations as this needs a running main-server
---
bin/g-i-installation.sh | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index b9c3bb5..8930fb3 100755
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -945,14 +945,15 @@ post_install_boot() {
# debian-edu installations report error found during installation, go forward
0100) ! $EDUTESTMODE || do_and_report move 760 560 click 1
;;
- 0150) do_and_report type jenkins
- ;;
- 0160) do_and_report key enter
- ;;
- 0170) do_and_report type insecure
- ;;
- 0180) do_and_report key enter
- ;;
+ # disabled, workstation needs main-server for login…
+ #0150) do_and_report type jenkins
+ # ;;
+ #0160) do_and_report key enter
+ # ;;
+ #0170) do_and_report type insecure
+ # ;;
+ #0180) do_and_report key enter
+ # ;;
*) ;;
esac
;;
--
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