Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container 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
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
LOFAR2.0
tango
Commits
c0acdc15
Commit
c0acdc15
authored
3 years ago
by
Jan David Mol
Browse files
Options
Downloads
Plain Diff
Merge branch '
L2SS-124
-Fix_lofar20rc.sh' into 'master'
L2SS-124
Fix the bug in lofar20rc.sh Closes
L2SS-124
See merge request
!37
parents
725115bf
332e4d01
No related branches found
No related tags found
1 merge request
!37
L2SS-124 Fix the bug in lofar20rc.sh
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bootstrap/etc/lofar20rc.sh
+5
-3
5 additions, 3 deletions
bootstrap/etc/lofar20rc.sh
with
5 additions
and
3 deletions
bootstrap/etc/lofar20rc.sh
+
5
−
3
View file @
c0acdc15
#! /usr/bin/env bash -e
# Set up the LOFAR2.0 environment.
# Set up the LOFAR2.0 environment.
# For the time being it is assumend that the LOFAR2.0 environment has to
# For the time being it is assumend that the LOFAR2.0 environment has to
# co-exist with a LOFAR1 environment.
# co-exist with a LOFAR1 environment.
...
@@ -6,9 +7,10 @@
...
@@ -6,9 +7,10 @@
# And export those directories for LOFAR in Tango Docker images.
# And export those directories for LOFAR in Tango Docker images.
# Pass a directory as first parameter to this script. This will
# Pass a directory as first parameter to this script. This will
# then be used as LOFAR20_DIR. Otherwise the current directory will
# then be used as LOFAR20_DIR. Otherwise this file's directory
# be used.
# be used to determine the tango directory location.
export
LOFAR20_DIR
=
${
1
:-${
PWD
}}
ABSOLUTE_PATH
=
$(
realpath
$(
dirname
${
BASH_SOURCE
}
))
export
LOFAR20_DIR
=
${
1
:-
$(
realpath
${
ABSOLUTE_PATH
}
/../..
)
}
# This needs to be modified for a development environment.
# This needs to be modified for a development environment.
# Example: ~/lofar2.0/tango
# Example: ~/lofar2.0/tango
...
...
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