automate-tower icon indicating copy to clipboard operation
automate-tower copied to clipboard

RFE: support tarball checksum

Open pcfe opened this issue 7 years ago • 2 comments

since we use get_url, I believe there is value in having the checksum in vars, this will avoid superfluous downloads.

The default will have to be https://releases.ansible.com/ansible-tower/setup-bundle/ansible-tower-setup-bundle-CHECKSUM and there should be a comment that the checksum URL can be replaced with a checksum.

pcfe avatar Nov 14 '18 13:11 pcfe

It seems get_url neither deals with a gpg signed checksums file nor with a multi-line checksums file.

Filed upstream bug at https://github.com/ansible/ansible/issues/48790

pcfe avatar Nov 16 '18 10:11 pcfe

note to self, current state in branch pcfe-add-tarball-checksum will continue working on this when upstream bug is fixed

pcfe avatar Nov 16 '18 10:11 pcfe