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

Split remote key in components config file into base and component names #11

Open
pchakraborty opened this issue Dec 17, 2019 · 0 comments

Comments

@pchakraborty
Copy link
Collaborator

pchakraborty commented Dec 17, 2019

Currently, in a components file, we have entries like

  remote: git@github.com:GEOS-ESM/GMAO_Shared.git

Idea is to replace that line with the following two

  remote_base: git@github.com:GEOS-ESM
  component_name: GMAO_Shared.git

This should help in two ways

  1. We can use YAML anchors to specify the remote_base once
  2. Since we are specifying remote_base once, it should be easier to switch between remotes (e.g. when sharing code with others without going through GitHub)
@pchakraborty pchakraborty changed the title Split remote key in components config file into base and repository Split remote key in components config file into base and component names Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant