> On May 13, 2015, 4:30 a.m., Timothy Chen wrote: > > src/slave/containerizer/provisioners/appc/hash.hpp, line 50 > > <https://reviews.apache.org/r/34138/diff/1/?file=957269#file957269line50> > > > > Not sure if this is generally available, but just checked on my OSX > > laptop and it's not there. > > > > shasum however is available, I wonder if it's possible to check if any > > of them is available?
How about "openssl dgst -sha512"? - Paul ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/34138/#review83557 ----------------------------------------------------------- On May 13, 2015, 12:47 a.m., Ian Downes wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/34138/ > ----------------------------------------------------------- > > (Updated May 13, 2015, 12:47 a.m.) > > > Review request for mesos, Chi Zhang, Paul Brett, Timothy Chen, and Vinod Kone. > > > Repository: mesos > > > Description > ------- > > AppC hash computation. > > > Diffs > ----- > > src/Makefile.am 14bc976a7b6a656fb58085484d25c3de3cf0f693 > src/slave/containerizer/provisioners/appc/hash.hpp PRE-CREATION > > Diff: https://reviews.apache.org/r/34138/diff/ > > > Testing > ------- > > > Thanks, > > Ian Downes > >
