Hi -

I like the wiki idea. Under each checkpoint we can offer shell commands that 
have been useful for various mentors.

As Mentors we should be referring prolongs to this process as well and if they 
wish to create unique scripts for their products then so much the better.

Here is a checker.sh I use for signatures and hashes:
#!/bin/bash
mv ${1}.asc.txt ${1}.asc
gpg --verify ${1}.asc
shasum -a 256 ${1} ; cat ${1}.sha256.txt
shasum -a 512 ${1} ; cat ${1}.sha512.txt

I download manually, but one could see how to curl too.

Regards,
Dave

> On Sep 10, 2018, at 1:31 AM, Pierre Smits <pierresm...@apache.org> wrote:
> 
> Hi,
> 
> I regard a wiki as good as an svn or git repo as it also has
> version-control.
> 
> 
> Best regards,
> 
> Pierre Smits
> 
> *Apache Trafodion <https://trafodion.apache.org>, Vice President*
> *Apache Directory <https://directory.apache.org>, PMC Member*
> Apache Incubator <https://incubator.apache.org>, committer
> *Apache OFBiz <https://ofbiz.apache.org>, contributor (without privileges)
> since 2008*
> Apache Steve <https://steve.apache.org>, committer
> 
> On Mon, Sep 10, 2018 at 10:10 AM, Justin Mclean <jus...@classsoftware.com>
> wrote:
> 
>> Hi,
>> 
>>> So there are not somewhere in an incubator repo? Only here in the ml?
>> 
>> I’m not sure where they would live, if you can find a place please suggest
>> it.
>> 
>> Perhaps the wiki would be a better place?
>> 
>> Thanks,
>> Justin
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
>> For additional commands, e-mail: general-h...@incubator.apache.org
>> 
>> 

Attachment: signature.asc
Description: Message signed with OpenPGP

Reply via email to