Skip to content

Do download when the remote file has changed

Linus Nordberg requested to merge ln5/signer into main
# Unfortunately GitLab/nginx doesn't update the last-modified
# header as expected so instead of curl --time-cond we compare
# both last-modified and content-length from a HEAD call. If any
# of them has changed, we download the file.

Merge request reports