Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tap_schema_manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Marco Molinaro
tap_schema_manager
Commits
644b2ade
Commit
644b2ade
authored
4 years ago
by
Sonia Zorba
Browse files
Options
Downloads
Patches
Plain Diff
Installer build improvements
parent
26184ca4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.sh
+2
-0
2 additions, 0 deletions
build.sh
install_template.sh
+2
-2
2 additions, 2 deletions
install_template.sh
with
4 additions
and
2 deletions
build.sh
+
2
−
0
View file @
644b2ade
...
...
@@ -133,6 +133,8 @@ function build_installer_package {
rm
tasman-webapp.war
rm
tasman-embedded.jar
cp
install_template.sh install.sh
config_dir
=
$(
cat
config.properties |
grep
config_directory |
cut
-d
"="
-f2
| xargs
)
sed
-i
"s/__CONFIG_DIR__/
${
config_dir
//\//\\/
}
/g"
install.sh
cat
tasman.tar.gz
>>
install.sh
rm
tasman.tar.gz
echo
"TASMAN install.sh built"
...
...
This diff is collapsed.
Click to expand it.
install_template.sh
+
2
−
2
View file @
644b2ade
...
...
@@ -73,10 +73,10 @@ if [[ -z "$ucd_service_url" ]]; then
fi
# TASMAN configuration directory
echo
-e
"Specify TASMAN configuration directory [
/etc/tasman
]:
\c
"
echo
-e
"Specify TASMAN configuration directory [
__CONFIG_DIR__
]:
\c
"
read
tasman_config_dir
if
[[
-z
"
$tasman_config_dir
"
]]
;
then
tasman_config_dir
=
"
/etc/tasman
"
tasman_config_dir
=
"
__CONFIG_DIR__
"
fi
mkdir
-p
"
$tasman_config_dir
"
if
[
!
$?
-eq
0
]
;
then
...
...
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