This patch adds a new misc option --header. Which can be used multiple
times to create a list of custom headers to send with the HTTP request
used to download files (patch or sources).
The form is "header:value" or "header: value".
I have found the need for this when needing to send in a gitlab token
along with spectool to download sources:
This patch adds a new misc option --header. Which can be used multiple
times to create a list of custom headers to send with the HTTP request
used to download files (patch or sources).
The form is "header:value" or "header: value".
I have found the need for this when needing to send in a gitlab token
along with spectool to download sources:
spectool -g ../my.spec --header "PRIVATE-TOKEN:"