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

feat: allow build-tools to be used with non-standard (e.g. non-github) repositories #315

Closed
wants to merge 1 commit into from

Conversation

BlackHole1
Copy link
Member

closed: #302

@@ -77,7 +79,7 @@ function runGClientConfig(config) {
'--name',
'src/electron',
'--unmanaged',
'https://github.com/electron/electron',
config.remotes.electron.origin,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this change still work on the default repo when useHttps is not set, i.e. when origin is git@github.com:electron/electron.git?

It looks like the https:// being replaced here was here since the initial commit, so I can't tell from the comment history whether its use was intentional or if it snuck in by accident.

@codebytere codebytere changed the base branch from master to main March 4, 2022 00:34
@codebytere
Copy link
Member

Closing as stale.

@codebytere codebytere closed this May 3, 2023
@BlackHole1 BlackHole1 deleted the support-non-github-repo branch May 4, 2023 03:12
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

Successfully merging this pull request may close these issues.

Allow build-tools to be used with non-standard (e.g. non-github) repositories.
3 participants