Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
isochrone-vm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Institut für Informatik
dbis
dbis-isochrone
isochrone-vm
Commits
7f069ace
There was a problem fetching the pipeline summary.
Commit
7f069ace
authored
8 years ago
by
User expired
Browse files
Options
Downloads
Patches
Plain Diff
whitespace formatting
parent
c7d507f6
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
bootstrap/config.sh
+6
-6
6 additions, 6 deletions
bootstrap/config.sh
with
7 additions
and
6 deletions
CHANGELOG.md
+
1
−
0
View file @
7f069ace
Upcoming version:
-----------------
-
whitespace formatting (Nikolaus Krismer)
-
updated gradle plugins (Nikolaus Krismer)
-
version update to latest geoserver binary (Nikolaus Krismer)
-
got rid of repoforge/rpmforge. cmake is not needed anymore (no pgrouting is used anymore). version udpates (Nikolaus Krismer)
...
...
This diff is collapsed.
Click to expand it.
bootstrap/config.sh
+
6
−
6
View file @
7f069ace
...
...
@@ -79,7 +79,7 @@ function fn_arg2boolean() {
local
OUTVAR
=
"
${
1
}
"
local
ARG
=
"
${
2
}
"
local
VALUE
=
"
${
3
}
"
# Default value
if
[
-n
"
$ARG
"
]
;
then
if
[
"
$ARG
"
==
"true"
]
;
then
VALUE
=
true
...
...
@@ -116,7 +116,7 @@ function fn_check_status {
message
=
"An error occurred. The process will exit now with status
$status
"
fi
fn_echo
"
${
message
}
"
"ERROR"
fn_echo
"
${
message
}
"
"ERROR"
exit
$status
fi
}
...
...
@@ -157,9 +157,9 @@ function fn_echo() {
if
${
USE_TIMINGS
}
;
then
TIME
=
$(
date
+
"%T.%N"
)
MESSAGE
=
"[
${
TIME
}
]
${
MESSAGE
}
"
MESSAGE
=
"[
${
TIME
}
]
${
MESSAGE
}
"
fi
if
${
USE_COLOR
}
;
then
case
"
${
LEVEL
,,
}
"
in
"debug"
)
COLOR
=
"
\e
[34m"
;;
# Blue
...
...
@@ -167,11 +167,11 @@ function fn_echo() {
"warn"
)
COLOR
=
"
\e
[93m"
;;
# light yellow
*
)
COLOR
=
"
\e
[92m"
;;
# light green (on level=info, no level set or invalid level given)
esac
if
[
"
${
LEVEL
,,
}
"
=
"debug"
]
&&
!
${
VERBOSE
}
;
then
return
0
fi
echo
-e
"
${
COLOR
}${
MESSAGE
}${
DEFAULT_COLOR
}
"
else
echo
"
${
MESSAGE
}
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment