-
Notifications
You must be signed in to change notification settings - Fork 105
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
casing in googlecode urls #107
Comments
So this is an easyfix in the google backend |
Just a friendly note, Google Code will be shutdown in 2016. |
Hi Christopher, thanks for the heads up, do you have a link for this? -------- Message d'origine -------- Just a friendly note, Google Code will be shutdown in 2016. — |
http://google-opensource.blogspot.com/2015/03/farewell-to-google-code.html devel list has already advised. Anyway, about this issue, is it ok to just use lower() to handle the case like bionetgen? |
@cicku good idea yes |
I would like fix this issue, Can anyone please help me or guide me to fix it ? |
Please see my PR - #113 and provide comments. |
This has been fixed by #114 |
I added https://release-monitoring.org/project/5737/ for BioNetGen, but the check fails because the url has lowercase bionetgen:
bad: https://code.google.com/p/BioNetGen/downloads/list?sort=releasedate
good: https://code.google.com/p/bionetgen/downloads/list?sort=releasedate
Upstream camelcases the tarball names, so the camelcased name seems to be the right one to use. It would be really nice if I could use the standard googlecode pattern, but allow the name to be lowercase.
The text was updated successfully, but these errors were encountered: