Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support BASE_REMOTE in .travis-docker.sh #188

Merged
merged 1 commit into from
Oct 14, 2017
Merged

Support BASE_REMOTE in .travis-docker.sh #188

merged 1 commit into from
Oct 14, 2017

Conversation

edwintorok
Copy link
Collaborator

Similar to BASE_REMOTE in .travis-ocaml.sh

This is useful when wanting to test alternative opam repositories that have
packages that haven't made it yet to main opam repository.
EXTRA_REMOTES could be used for that purpose, but that uses the repo in addition to main one,
with BASE_REMOTE you can test a particular opam remote in isolation.

Similar to BASE_REMOTE in .travis-ocaml.sh

This is useful when wanting to test alternative opam repositories that have
packages that haven't made it yet to main opam repository.
EXTRA_REMOTES can be used here but that uses the repo in addition to main one,
with BASE_REMOTE you can test a particular opam remote in isolation.

Signed-off-by: Edwin Török <[email protected]>
@edwintorok edwintorok requested review from avsm and samoht October 3, 2017 16:40
@samoht samoht merged commit c4fa195 into ocaml:master Oct 14, 2017
@samoht
Copy link
Member

samoht commented Oct 14, 2017

Thanks!

@edwintorok edwintorok deleted the base-remote branch October 14, 2017 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants