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

Github archives are named master by default, breaking build #95

Closed
d3vgru opened this issue Feb 17, 2013 · 1 comment
Closed

Github archives are named master by default, breaking build #95

d3vgru opened this issue Feb 17, 2013 · 1 comment

Comments

@d3vgru
Copy link
Contributor

d3vgru commented Feb 17, 2013

./distribute.sh -m "pyjnius kivy" results in the following situation:

Download package for pyjnius
Downloading https://github.com/kivy/pyjnius/zipball/master/pyjnius-master.zip
--2013-02-17 03:17:50-- https://github.com/kivy/pyjnius/zipball/master/pyjnius-master.zip
Resolving github.com... 207.97.227.239
Connecting to github.com|207.97.227.239|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://nodeload.github.com/kivy/pyjnius/legacy.zip/master [following]
--2013-02-17 03:17:51-- https://nodeload.github.com/kivy/pyjnius/legacy.zip/master
Resolving nodeload.github.com... 207.97.227.252
Connecting to nodeload.github.com|207.97.227.252|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 45744 (45K) [application/zip]
Saving to: `master'

100%[======================================>] 45,744 216K/s in 0.2s

2013-02-17 03:17:52 (216 KB/s) - `master' saved [45744/45744]

The build fails because instead of the expected filename of pyjnius-master.zip the file is simply called master.

@d3vgru
Copy link
Contributor Author

d3vgru commented Feb 17, 2013

Created pull request #96

@d3vgru d3vgru closed this as completed Feb 17, 2013
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