Use $ISO.sha1.asc for the GPG signature file, we no longer provide $ISO.asc files
authorMichael Prokop <mika@grml.org>
Thu, 25 Jun 2020 21:25:13 +0000 (23:25 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 25 Jun 2020 21:25:13 +0000 (23:25 +0200)
Closes: grml/grml#151
Thanks:  Michael Lass for bug report

download/index.html.tt2

index 735844e..ce3c9af 100644 (file)
         document.getElementById('download_link_mirror').href = mirror_url + iso;
         document.getElementById('download_link_mirror').innerHTML = '<br />Download Now<div class="download_relinfo">' + product + '-' + flavour + ' ' + current_version + '</div>';
         document.getElementById('download_link_bt').href = mirror_url + iso + '.torrent';
-        document.getElementById('download_link_signature').href = mirror_url + iso + '.asc';
+        document.getElementById('download_link_signature').href = mirror_url + iso + '.sha1.asc';
     }
 
     // hook update function