Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
sdptr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
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
Container registry
Model registry
Operate
Environments
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
sdptr
Merge requests
!121
L2SDP-855
, bugfix 2
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
L2SDP-855
, bugfix 2
L2SDP-855
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Pieter Donker
requested to merge
L2SDP-855
into
master
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
L2SDP-855
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
7f83763f
1 commit,
2 years ago
1 file
+
3
−
2
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
regressiontest/auto_build.sh
+
3
−
2
Options
@@ -22,14 +22,15 @@
@@ -22,14 +22,15 @@
# $Id$
# $Id$
#
#
###############################################################################
###############################################################################
# read generic functions/definitions
.
${
SDPTR_DIR
}
/generic.sh
sh_info
$0
"build sdptr from the git/master repo"
sh_info
$0
"build sdptr from the git/master repo"
cd
${
HOME
}
/git/sdptr
cd
${
HOME
}
/git/sdptr
.
./init_sdptr.sh
.
./init_sdptr.sh
# read generic functions/definitions
.
${
SDPTR_DIR
}
/generic.sh
sh_exec
$0
git co master
sh_exec
$0
git co master
# first pull latest sdptr version from git
# first pull latest sdptr version from git
sh_exec
$0
git pull
sh_exec
$0
git pull
Loading