Skip to content
Snippets Groups Projects
Commit fd42c9fa authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Merge branch 'replace_weak_hashes' into 'master'

makeiso.sh: replace weak hashes

See merge request trisquel/makeiso!19
parents 0f54df83 871d0b60
No related branches found
No related tags found
No related merge requests found
......@@ -182,9 +182,8 @@ done | sed 's/,$//')
cd iso
rm -f trisquel_${VERSION}_sources.tar.torrent
$MKTORRENT -a $TRACKER -c "Trisquel GNU/Linux $VERSION $CODENAME Sources" -w $SEEDS trisquel_${VERSION}_sources.tar
md5sum trisquel_${VERSION}_sources.tar > trisquel_${VERSION}_sources.tar.md5
sha1sum trisquel_${VERSION}_sources.tar > trisquel_${VERSION}_sources.tar.sha1
sha256sum trisquel_${VERSION}_sources.tar > trisquel_${VERSION}_sources.tar.sha256
sha512sum trisquel_${VERSION}_sources.tar > trisquel_${VERSION}_sources.tar.sha512
umount source
rm -r source
......@@ -580,9 +579,8 @@ fi
cp master/casper/filesystem.manifest iso/${NAME}.iso.manifest
cd iso
md5sum ${NAME}.iso > ${NAME}.iso.md5
sha1sum ${NAME}.iso > ${NAME}.iso.sha1
sha256sum ${NAME}.iso > ${NAME}.iso.sha256
sha512sum ${NAME}.iso > ${NAME}.iso.sha512
rm -f ${NAME}.iso.asc
cd ..
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment