
Hi, I downloaded the daily build two times in a row via
wget http://daily.grml.org/grml64-full_testing/latest/grml64-full_testing_latest.... http://daily.grml.org/grml64-full_testing/latest/grml64-full_testing_latest....
in both cases I had to rename the grml64-full_testing_latest.iso to grml64-full_testing_build1746.iso in order to check the sha1sum which did *NOT* match.
$ cat grml64-full_testing_latest.iso.sha1 0fe173c821a9153ed80f754cdd45a7538760167d grml64-full_testing_build1746.iso
but
$ sha1sum grml64-full_testing_build1746.iso b1d59ce8770d9834c4cc73fffa7fc06e558d65d5 grml64-full_testing_build1746.iso
therefore
$ sha1sum -c grml64-full_testing_latest.iso.sha1 grml64-full_testing_build1746.iso: FAILED sha1sum: WARNING: 1 computed checksum did NOT match
I then downloaded both files again via curl and tested them with same results.
Does anybody have the same problem?
Ciao, Gregor