-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add a without-download flag to update-stemcell to skip release downloads #519
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, just one suggestion to add a short flag for the new option
81de206
to
3b5aea2
Compare
3b5aea2
to
b407b35
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for improving the logging too!
b407b35
to
8040db0
Compare
8040db0
to
186630c
Compare
@dlinsley I've added some acceptance tests to cover the |
186630c
to
8f3a440
Compare
Allows Kiln to skip downloading a release if the remote source can provide the SHA1 for the release tarball.
* update-release --without-download * update-stemcell --without-download * updating_stemcell --update-releases
8f3a440
to
3140b09
Compare
This PR re-applies the changes from #493 with the addition of a without-download
flag to control the behaviour.