prmtl / appfy.recipe.gae

Buildout recipes for App Engine development.
Other
11 stars 5 forks source link

Fetch the latest SDK version if 'url' is not specified. Documentation fixes. #12

Closed olibrook closed 10 years ago

olibrook commented 10 years ago

Google have changed their downloads so that older versions are no longer accessible without logging in and no longer have long-lasting, fixed URLs. This causes our Buildout scripts to break all the time.

This pull request allows us to skip the 'url' option, in which case the recipe will simply fetch the latest version of the SDK and install that. Users who do specify a 'url' explicitly are unaffected.

Related issue on the App Engine issue tracker - https://code.google.com/p/googleappengine/issues/detail?id=10840.

Also, there are a few documentation fixes here and there.

adamalton commented 10 years ago

+1 for merging. This would be really useful.

prmtl commented 10 years ago

I'll check and test those changes next week and release a new version with it immediately.

olibrook commented 10 years ago

Ah, I am having problems with this change this morning. Will fix and create a new PR, sorry!