Skip to content

Update hard-coded GitHub URLs to be dynamic#129

Merged
aminya merged 5 commits intomasterfrom
update-hardcoded-urls
Sep 16, 2020
Merged

Update hard-coded GitHub URLs to be dynamic#129
aminya merged 5 commits intomasterfrom
update-hardcoded-urls

Conversation

@DeeDeeG
Copy link
Copy Markdown
Member

@DeeDeeG DeeDeeG commented Sep 2, 2020

Issue or RFC Endorsed by Atom's Maintainers

Closes #83

Description of the Change

Replace various hard-coded URLs throughout the project with dynamic ones. Allows certain features to work with respect to forks, not strictly pointing at the upstream repository.

Set the following environment variables to override the defaults:

REPO_OWNER (default: atom)
MAIN_REPO (default: atom)
NIGHLTY_RELEASE_REPO (default: atom-nightly-releases)

Alternate Designs

None.

Possible Drawbacks

None anticipated. The original values are there as defaults.

Verification Process

CI should pass.

Release Notes

N/A

@aminya aminya force-pushed the update-hardcoded-urls branch 2 times, most recently from 8927b97 to 1165db0 Compare September 16, 2020 06:34
aminya and others added 3 commits September 16, 2020 03:46
Set the following environment variables to override the defaults:

REPO_OWNER            (default: 'atom')
MAIN_REPO             (default: 'atom')
NIGHLTY_RELEASE_REPO  (default: 'atom-nightly-releases')

Co-Authored-By: DeeDeeG <DeeDeeG@users.noreply.github.com>
Co-Authored-By: DeeDeeG <DeeDeeG@users.noreply.github.com>
@aminya aminya force-pushed the update-hardcoded-urls branch from ba6b7d1 to 123d331 Compare September 16, 2020 08:46
@aminya aminya force-pushed the update-hardcoded-urls branch from 2a4573d to 03ee9bb Compare September 16, 2020 21:27
@aminya aminya force-pushed the update-hardcoded-urls branch from 03ee9bb to 40898dd Compare September 16, 2020 21:27
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.

Replace hard-coded URLs pointing to upstream repos with variables that can point to our repos

2 participants