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

Use submodules to reference GitHub repositories #24

Open
peterbarker opened this issue Mar 10, 2017 · 2 comments
Open

Use submodules to reference GitHub repositories #24

peterbarker opened this issue Mar 10, 2017 · 2 comments

Comments

@peterbarker
Copy link
Contributor

Currently we have raw instructions in scripts that git clone random repositories; we should instead have submodules. That will let us reference specific commits that should be checked out, rather than either changing to a branch (which could change), or taking pot luck with the master branch.

@davidbuzz
Copy link

seems fair.... unless there's a need to fetch different versions of the same repo for any reason. ..?

@peterbarker
Copy link
Contributor Author

peterbarker commented Mar 10, 2017 via email

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

2 participants