> -----Original Message----- > From: Guenter Knauf > Sent: Donnerstag, 24. September 2009 15:48 > To: [email protected] > Subject: Re: [vote] release httpd-2.2.14? > > Graham Leggett schrieb: > > The checksums are generated by the release.sh script, and > if they are in > > the wrong format, then the release.sh script must be > updated to reflect > > this. > sorry, didnt know; have now checked dist/roll.sh, and see the problem: > the md5 checksum file is generated with either md5sum which > produces the > right format, or md5 which seems to produce the other > non-machine-checkable format; the sha1 checksum file is generated with > openssl which also produces the non-machine-checkable format. > > I've rewritten this part to always generate machine-checkable format: > highlighted: > http://people.apache.org/~fuankg/testchecksum/testchecksums.sh.html > plaintext: > http://people.apache.org/~fuankg/testchecksum/testchecksums.sh.txt > with .sh extension for download: > http://people.apache.org/~fuankg/testchecksum/testchecksums.sh
This doesn't seem to work well with a plain bourne shell, but only with a bash. Maybe it is better to use sed for mangeling. Regards Rüdiger
