I don't think the checksums are really required. The jenkins.war files are actually jar archives where the manifest file contains checksum of every file in the archive and the manifest file has been digitally signed.
If you want to know the jenkins.war file has not been corrupted in transfer, simply: jarsign -verify jenkins.war -- Sami 2012/3/30 Baptiste Legrand <[email protected]>: > Hi guys, > > I was wondering why you don't provide SHA1/md5 checksum with the different > version. > Could be usefull to check batch download. > > Regards, > > Baptiste Legrand. >
