diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2015-03-20 02:16:52 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2015-03-20 02:16:52 +0800 |
commit | 6eea28825ec65784519f483c77bef78d323870bc (patch) | |
tree | 1499298ba40cd43ee421330aa22c559684674bf4 /Mk/bsd.sites.mk | |
parent | 72b032d33a5c173ba7d663b1893042c95d5fa9be (diff) | |
download | freebsd-ports-gnome-6eea28825ec65784519f483c77bef78d323870bc.tar.gz freebsd-ports-gnome-6eea28825ec65784519f483c77bef78d323870bc.tar.zst freebsd-ports-gnome-6eea28825ec65784519f483c77bef78d323870bc.zip |
Add a hint on how to deal with github download failures.
PR: 194898
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 7b02bf9d93ca..00f1ad1658ec 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -535,6 +535,8 @@ IGNORE?= Using master as GH_TAGNAME is invalid. \ Must use a tag or commit hash so the upstream does \ not "reroll" as soon as the branch is updated . endif +# We are cheating and using backend URLS for Github here. See ports/194898 +# comment #15 for explanation as to why and how to deal with it if it breaks. MASTER_SITE_GITHUB+= https://codeload.github.com/%SUBDIR% MASTER_SITE_GITHUB_CLOUD+= http://cloud.github.com/downloads/%SUBDIR% MASTER_SITE_GITHUB_LEGACY+= https://codeload.github.com/%SUBDIR% |