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

Should pg_tools submodule dependency be over https? #208

Open
thcrock opened this issue Jan 5, 2017 · 0 comments
Open

Should pg_tools submodule dependency be over https? #208

thcrock opened this issue Jan 5, 2017 · 0 comments

Comments

@thcrock
Copy link
Contributor

thcrock commented Jan 5, 2017

In the submodule config:

[submodule "schemas/pg_tools"]
	path = schemas/pg_tools
url = [email protected]:jonkeane/pg_tools.git

We connect over SSH. In contexts where SSH credentials are unavailable, or complicated to include (for instance, Travis), this fails. Since pg_tools is a public repository, the SSH connection is unnecessary. Should we change it to the https URL?

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