Closed patrickjahns closed 4 years ago
@christiangda had a quick look at the travis result - seems so far unrelated to my change. Let me know how to proceed with the CI
hi @patrickjahns
Thank you for your collaboration to fix this issue, I notice that you make a mistake with
- name: Download {{ cwa_package }}.deb file
get_url: get_url:
url: "{{ cwa_package_signature }}"
dest: "{{ cwa_temp_path }}/{{ cwa_package }}.deb"
timeout: "{{ cwa_global_downloads_timeout }}"
tags: tags:
I changed it to
- name: Download {{ cwa_package }}.deb.sig file
get_url:
url: "{{ cwa_package_signature }}"
dest: "{{ cwa_temp_path }}/{{ cwa_package }}.deb.sig"
timeout: "{{ cwa_global_downloads_timeout }}"
tags:
- download-signature
- verify-signature
- download
- install
The problem with the CI looks like some molecule dependency verssion. I'm working on it.
@christiangda You are correct, I apologize for mixing them up. Happy to collaborate and futurewise also fix issue/remarks and update pull request if you want me to :-)
While testing the upgrade from version 1.0.0 I noticed that the signature file had the same size as the package file.
This pull request aims to fix the signature download and additionally adds a check if the gpg signature file does not contain a valid signature