Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dm-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
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
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hammonds
dm-docs
Commits
998abf58
Commit
998abf58
authored
10 years ago
by
sveseli
Browse files
Options
Downloads
Patches
Plain Diff
variable name change
parent
80f5897b
No related branches found
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sbin/install_support.sh
+7
-7
7 additions, 7 deletions
sbin/install_support.sh
with
7 additions
and
7 deletions
sbin/install_support.sh
+
7
−
7
View file @
998abf58
...
...
@@ -6,22 +6,22 @@ MY_DIR=`dirname $0` && cd $MY_DIR && MY_DIR=`pwd`
if
[
-z
"
${
DM_ROOT_DIR
}
"
]
;
then
DM_ROOT_DIR
=
$MY_DIR
/..
fi
DM_SUPPORT
=
$DM_ROOT_DIR
/../support
DM_SUPPORT
_DIR
=
$DM_ROOT_DIR
/../support
execute
()
{
echo
"Executing:
$@
"
eval
"
$@
"
}
if
[
!
-d
$DM_SUPPORT
]
;
then
echo
"Creating new DM support directory
$DM_SUPPORT
."
cd
`
dirname
$DM_SUPPORT
`
if
[
!
-d
$DM_SUPPORT
_DIR
]
;
then
echo
"Creating new DM support directory
$DM_SUPPORT
_DIR
."
cd
`
dirname
$DM_SUPPORT
_DIR
`
execute svn co
$DM_SVN_URL
/support support
fi
cd
$DM_SUPPORT
cd
$DM_SUPPORT
_DIR
execute svn update
execute
$DM_SUPPORT
/bin/clean_all.sh
execute
$DM_SUPPORT
/bin/install_all.sh
execute
$DM_SUPPORT
_DIR
/bin/clean_all.sh
execute
$DM_SUPPORT
_DIR
/bin/install_all.sh
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