Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
RadioObservatory
LOFAR
Commits
29a7c18c
Commit
29a7c18c
authored
14 years ago
by
Arno Schoenmakers
Browse files
Options
Downloads
Patches
Plain Diff
Bug 1642: Minor changes
parent
603f03b3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MAC/Deployment/data/OTDB/loadComponents
+2
-2
2 additions, 2 deletions
MAC/Deployment/data/OTDB/loadComponents
MAC/Deployment/data/OTDB/loadPICtree
+1
-1
1 addition, 1 deletion
MAC/Deployment/data/OTDB/loadPICtree
with
3 additions
and
3 deletions
MAC/Deployment/data/OTDB/loadComponents
+
2
−
2
View file @
29a7c18c
#!/bin/bash
#!/bin/bash
#
#
# load
_c
omponents : loads all components in an OTDB database
# load
C
omponents : loads all components in an OTDB database
#
#
# Copyright (C) 2006-2011
# Copyright (C) 2006-2011
# ASTRON (Netherlands Foundation for Research in Astronomy)
# ASTRON (Netherlands Foundation for Research in Astronomy)
...
@@ -34,7 +34,7 @@ SyntaxError()
...
@@ -34,7 +34,7 @@ SyntaxError()
[
-z
"
${
Msg
}
"
]
||
echo
"ERROR:
${
Msg
}
"
[
-z
"
${
Msg
}
"
]
||
echo
"ERROR:
${
Msg
}
"
echo
""
echo
""
echo
"Syntax:
$(
basename
$0
)
[
-D databasename
]
[-v versionnr] [-q qualifier]"
echo
"Syntax:
$(
basename
$0
)
-D databasename [-v versionnr] [-q qualifier]"
echo
" [-H hostname] [-d directory]"
echo
" [-H hostname] [-d directory]"
echo
" - databasename for loading components into []"
echo
" - databasename for loading components into []"
echo
" - versionnumber is svn revision number (max 6 digits) [Current]"
echo
" - versionnumber is svn revision number (max 6 digits) [Current]"
...
...
This diff is collapsed.
Click to expand it.
MAC/Deployment/data/OTDB/loadPICtree
+
1
−
1
View file @
29a7c18c
...
@@ -88,7 +88,7 @@ if [[ -e $DIR/PVSS2SAS ]] && [[ -e $DIR/load_PICtree ]]; then
...
@@ -88,7 +88,7 @@ if [[ -e $DIR/PVSS2SAS ]] && [[ -e $DIR/load_PICtree ]]; then
arguments
=
$arguments
" "
$HOST
arguments
=
$arguments
" "
$HOST
echo
"Executing:
$DIR
/load_PICtree
$arguments
${
RESULTFILE
}
2>&1 | tee loadPICtree.log"
echo
"Executing:
$DIR
/load_PICtree
$arguments
${
RESULTFILE
}
2>&1 | tee loadPICtree.log"
$DIR
/load_PICtree
$arguments
${
RESULTFILE
}
2>&1 |
tee
loadPICtree.log
$DIR
/load_PICtree
$arguments
${
RESULTFILE
}
2>&1 |
tee
loadPICtree.log
echo
"Done"
echo
"Done
; Logfile is loadPICtree.log
"
else
else
echo
"Cannot find or execute
$DIR
/PVSS2SAS or
$DIR
/load_PICtree"
echo
"Cannot find or execute
$DIR
/PVSS2SAS or
$DIR
/load_PICtree"
fi
fi
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