Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jenkins.debian.net
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
5
Merge Requests
5
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Debian QA
jenkins.debian.net
Commits
1cfc67c8
Commit
1cfc67c8
authored
Oct 23, 2014
by
Holger Levsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
g-i-installation: better debug output and fix a key-stroke for debian-edu main-servers
parent
044089fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
bin/g-i-installation.sh
bin/g-i-installation.sh
+13
-5
No files found.
bin/g-i-installation.sh
View file @
1cfc67c8
...
...
@@ -50,6 +50,11 @@ WORKSPACE=$(pwd)
RESULTS
=
$WORKSPACE
/results
mkdir
-p
$RESULTS
/log
#
# set main counter
#
NR
=
0
#
# language
#
...
...
@@ -119,7 +124,11 @@ cleanup_all() {
#
case
$NAME
in
*
_rescue
*
)
;;
*
)
save_logs
*
)
if
[
$NR
-gt
200
]
;
then
save_logs
else
echo
"Not trying to get logs."
fi
;;
esac
}
...
...
@@ -669,7 +678,7 @@ post_install_boot() {
;;
1120
)
do_and_report
type
https
;;
1125
)
do_and_report key
":"
1125
)
do_and_report key
":"
# this will get a :
;;
1130
)
do_and_report
type
"//www"
;;
...
...
@@ -687,11 +696,11 @@ post_install_boot() {
;;
1370
)
do_and_report
type
https
;;
1375
)
do_and_report key
"
:"
1375
)
do_and_report key
"
;"
# this will get a :
;;
1380
)
do_and_report
type
"//www"
;;
1385
)
do_and_report key
"
:"
1385
)
do_and_report key
"
;"
# this will get a :
;;
1390
)
do_and_report
type
"631"
;;
...
...
@@ -1117,7 +1126,6 @@ fi
#
# run g-i
#
NR
=
0
bootstrap_system
set
+x
case
$NAME
in
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment