quipucords/qpc-tools

Release testing for qpc-tools is currently broken

Closed this issue · 0 comments

The following commands for testing a release our currently broken:

make setup-release-online
make setup-release-offline 

The issue is that the internal make command (download-tools) is currently setup with the obsolete method of releasing with a tar.gz.

For example:

curl -k -SL https://github.com/quipucords/qpc-tools/releases/download/$(tools_version)/qpc_tools.tar.gz -o qpc_tools.tar.gz

However, qpc tools will now be released using a rpm. Therefore, we need to revamp this section of the code to retrieve the correct rpm from the Github Releases.