Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
reconstruction_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
EIC
benchmarks
reconstruction_benchmarks
Merge requests
!67
modified: util/build_detector.sh
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
modified: util/build_detector.sh
det_build_update
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Whitney Armstrong
requested to merge
det_build_update
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Follow up fix to
#23 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
d910f88a
1 commit,
4 years ago
1 file
+
2
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
util/build_detector.sh
+
2
−
1
Options
@@ -33,8 +33,9 @@ if [ ! -d ${JUGGLER_DETECTOR} ]; then
@@ -33,8 +33,9 @@ if [ ! -d ${JUGGLER_DETECTOR} ]; then
else
else
echo
"Updating
${
JUGGLER_DETECTOR
}
"
echo
"Updating
${
JUGGLER_DETECTOR
}
"
pushd
${
JUGGLER_DETECTOR
}
pushd
${
JUGGLER_DETECTOR
}
git branch
git fetch origin
git fetch origin
git checkout
-b
${
JUGGLER_DETECTOR_VERSION
}
git checkout
${
JUGGLER_DETECTOR_VERSION
}
popd
popd
fi
fi
## We also need an up-to-date copy of the accelerator. For now this is done
## We also need an up-to-date copy of the accelerator. For now this is done
Loading