【发布时间】:2014-10-20 12:34:34
【问题描述】:
我使用 bildout 和 jenkins 构建我的 Python GAE 应用程序。
问题在于,在每个新版本之后,Google 都会移动 sdk 并从 https://storage.googleapis.com/appengine-sdks/featured/*
现在我在构建中使用硬编码的 url:
[gae_sdk]
# Dowloads and extracts the App Engine SDK.
recipe = appfy.recipe.gae:sdk
url = https://storage.googleapis.com/appengine-sdks/featured/google_appengine_1.9.12.zip
hash-name = false
destination = ${buildout:parts-directory}
clear-destination = true
有没有人可以强制每次都下载最新版本? 我正在寻找一个开箱即用的解决方案,但看起来 google 没有类似 https://storage.googleapis.com/appengine-sdks/featured/google_appengine_latest.zip
的东西【问题讨论】:
标签: google-app-engine jenkins buildout