Re: [Pharo-dev] Verifying Ubuntu downloads

2014-05-08 Thread Sean P. DeNigris
Damien Cassou wrote nope, still same problem Did it finally work or did you get tired of beta testing? ;) - Cheers, Sean -- View this message in context: http://forum.world.st/Verifying-Ubuntu-downloads-tp4754637p4758361.html Sent from the Pharo Smalltalk Developers mailing list archive

Re: [Pharo-dev] Verifying Ubuntu downloads

2014-05-08 Thread Damien Cassou
On Thu, May 8, 2014 at 7:46 PM, Sean P. DeNigris s...@clipperadams.com wrote: Did it finally work or did you get tired of beta testing? ;) ok, I've just tried. This instruction NBMacShell run: 'md5 ', self fullName, ' ', tmpFile fullName, ''. returns 32512 and does not write anything in

Re: [Pharo-dev] Verifying Ubuntu downloads

2014-04-24 Thread Sean P. DeNigris
Sean P. DeNigris wrote I will push to sthub tomorrow morning. Done. You should now be able to insert and verify your own file into the following: Gofer it smalltalkhubUser: 'SeanDeNigris' project: 'Superuser'; configuration; loadStable. #inform: success or signal an

Re: [Pharo-dev] Verifying Ubuntu downloads

2014-04-23 Thread Damien Cassou
On Tue, Apr 22, 2014 at 2:04 AM, Sean P. DeNigris s...@clipperadams.com wrote: Arg... forgot to specify a dependent package. Uploading a new config now... should work... nope, still same problem -- Damien Cassou http://damiencassou.seasidehosting.st Success is the ability to go from one

Re: [Pharo-dev] Verifying Ubuntu downloads

2014-04-23 Thread Sean P. DeNigris
Damien Cassou wrote nope, still same problem Of course because I forgot to push the new config :/ Thanks for beta testing! Now, with Dale's advice on how to disable the package cache when simulating a load from the user's perspective before publishing a config

Re: [Pharo-dev] Verifying Ubuntu downloads

2014-04-21 Thread Damien Cassou
On Tue, Apr 15, 2014 at 3:22 AM, Sean P. DeNigris s...@clipperadams.com wrote: After heartbleed, I've become more security-conscious/paranoid than usual. Here's a little snippet that compares a downloaded Ubuntu iso file to the MD5 provided via SSL by Ubuntu. Not foolproof, but more peace of

Re: [Pharo-dev] Verifying Ubuntu downloads

2014-04-21 Thread Sean P. DeNigris
On Apr 21, 2014, at 3:36 PM, Damien Cassou [via Smalltalk] ml-node+s1294792n4755617...@n4.nabble.com wrote: Your code sends #newTempFile but that doesn't exist. Arg… forgot to specify a dependent package. Uploading a new config now… should work… - Cheers, Sean -- View this message in

Re: [Pharo-dev] Verifying Ubuntu downloads

2014-04-15 Thread Nicolas Petton
Damien Cassou writes: On Tue, Apr 15, 2014 at 3:22 AM, Sean P. DeNigris s...@clipperadams.com wrote: After heartbleed, I've become more security-conscious/paranoid than usual. Here's a little snippet that compares a downloaded Ubuntu iso file to the MD5 provided via SSL by Ubuntu. Not

Re: [Pharo-dev] Verifying Ubuntu downloads

2014-04-14 Thread Sean P. DeNigris
Sean P. DeNigris wrote SuUbuntuHash verify: 'ubuntu-12.04.4-desktop-amd64.iso' asFileReference. Here's a corresponding version for Debian. It's not complete yet. Assuming SHA512SUMS and SHA512SUMS.sign are in the same directory, it will verify SHA512SUMS, and then verify SHA512SUMS.sign against