On Oct 1, 2014, at 5:49 PM, Nicolas Malin <nicolas.ma...@nereide.fr> wrote:
> On : > Linux 3.11.0-26 SMP x86_64 > java version "1.7.0_65", Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, > mixed mode) > > * run-tests OK > * signature gpg control OK > > For sha and md5 maybe I don't use the good process : > $ sha1sum -c apache-ofbiz-13.07.01.zip.sha > sha1sum: apache-ofbiz-13.07.01.zip.sha : aucune ligne de somme de contrôle > SHA1 trouvée > (traduction : no SHA1 checksum line found in file) > > $ md5sum -c apache-ofbiz-13.07.01.zip.md5 > md5sum: apache-ofbiz-13.07.01.zip.md5 : aucune ligne de somme de contrôle MD5 > trouvée > (traduction : no MD5 checksum line found in file) It is a bit manual process but in my Mac I run: md5 apache-ofbiz-13.07.01.zip and get the output: MD5 (apache-ofbiz-13.07.01.zip) = 2fcba7b4e7cfafe424c90bbffa2e8dc2 I then compare it with the content of apache-ofbiz-13.07.01.zip.md5 which is: apache-ofbiz-13.07.01.zip: 2F CB A7 B4 E7 CF AF E4 24 C9 0B BF FA 2E 8D C2 Jacopo > > I will confirm my vote when I found the good process ;) > > Nicolas > > Le 01/10/2014 08:41, Jacopo Cappellato a écrit : >> This is the (second, after the first was cancelled) vote thread to publish >> the first release from the "release13.07" branch. >> For a description of release naming and strategy see >> http://ofbiz.apache.org/download.html >> >> The release files can be downloaded from here: >> >> https://dist.apache.org/repos/dist/dev/ofbiz/ >> >> and are: >> >> * apache-ofbiz-13.07.01.zip >> * KEYS: text file with keys >> * apache-ofbiz-13.07.01.zip.asc: the detached signature file >> * apache-ofbiz-13.07.01.zip.md5, apache-ofbiz-13.07.01.zip.sha: checksum >> hashes >> >> Please download and test the zip file (*) and its signature and checksums >> (for instructions see http://www.apache.org/info/verification.html). >> >> Vote: >> >> [ +1] release as Apache OFBiz 13.07.01 >> [ -1] do not release >> >> This vote will be open for about 5 days. >> For more details about this process please read >> http://www.apache.org/foundation/voting.html >> >> Kind Regards, >> >> Jacopo >> >> (*) run at least: >> ant load-demo run-tests >> and verify that all tests are successful >