-
Notifications
You must be signed in to change notification settings - Fork 93
Support github enterprise release urls for ISO #339
Conversation
cmds.go
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To make this slightly simpler, couldn't this block of the if just set host = "github.com" and then move the second url = ... outside the else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right. Done
|
@SvenDowideit Any thoughts on this? Is there a chance for this to be included? Btw the travis build failure seems like an intermittent unrelated one. |
|
The Travis failure will be fixed if you rebase on master. 👍 |
|
+1 -- we will also add this to machine too. |
|
Thanks @ehazlett ❤️ LGTM @databus23 if you can rebase on master so we can have this hit Travis for a once-over compile test, I think we're ready to merge 👍 |
|
yw |
5f3fc03 to
bdae52f
Compare
|
Just rebased on master. We have a go from Travis... |
|
Thanks! 👍 |
Support github enterprise release urls for ISO
This adds support for
ISOURLpointing to GitHub Enterprise release API urls.So this makes the reggae to match
https://api.github.com/repos/$ORG/$REPO/releaseshttps://some.host/api/v3/$ORG/$REPO/releasesBackground: We need to maintain a fork of the boot2docker.iso on our internal github applicance to make it work inside our sealed corporate network. Having the
boot2docker downloadandboot2docker upgradework for us would be a blast.Cheers