Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ci
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
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iris
ci
Compare revisions
39c267a40904232496986518530eea6169fb8168 to e5889b234143d4f3c2b6d4a90e46b39802c00388
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
iris/ci
Select target project
No results found
e5889b234143d4f3c2b6d4a90e46b39802c00388
Select Git revision
Branches
master
opam2
Swap
Target
iris/ci
Select target project
iris/ci
msammler/ci
snyke7/ci
3 results
39c267a40904232496986518530eea6169fb8168
Select Git revision
Branches
master
opam2
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
also add dev repos when using a beta
· e5889b23
Ralf Jung
authored
6 years ago
e5889b23
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
prepare-opam.sh
+1
-1
1 addition, 1 deletion
prepare-opam.sh
with
1 addition
and
1 deletion
prepare-opam.sh
View file @
e5889b23
...
...
@@ -26,7 +26,7 @@ if [[ -z "$FRESH_OPAM" ]]; then # skip if this is a fresh opam root
fi
# Make sure we got the right set of repositories registered
if
echo
"
$@
"
|
f
grep
"dev"
>
/dev/null
;
then
if
echo
"
$@
"
|
e
grep
"
(
dev
|beta)
"
>
/dev/null
;
then
# We are compiling against a dev version of something. Get ourselves the dev repositories.
test
-d
"
$OPAMROOT
/repo/coq-extra-dev"
||
opam repo add coq-extra-dev https://coq.inria.fr/opam/extra-dev
-p
0
test
-d
"
$OPAMROOT
/repo/coq-core-dev"
||
opam repo add coq-core-dev https://coq.inria.fr/opam/core-dev
-p
5
...
...
This diff is collapsed.
Click to expand it.