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. #13

Closed olibrook closed 9 years ago

olibrook commented 10 years ago

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.

This PR also checks that the discovered SDK has actually been made public by making a HEAD request to the SDK download URL.

Updated PR fixes problems with #12.

prmtl commented 10 years ago

Thanks! Looks nice.

I've made a little simpler example using JSON API for Google Cloud Storage: https://gist.github.com/prmtl/b9afde36439945f9a597 Could you use it in your PR? If not, let me know, I'll do it over the weekend.

olibrook commented 10 years ago

Nice! I had no idea there was a JSON API. I also fixed another, err, fairly major oversight - the options need to be built in the constructor for buildout to work properly.