[Vm-dev] VMMaker commit messages?

Ian Piumarta piumarta at speakeasy.net
Wed Mar 31 19:33:13 UTC 2010


Dave,

On Mar 31, 2010, at 11:44 AM, David T. Lewis wrote:

> I don't know the sender address from squeaksource

You configure it in <path-to-repo>/hooks/post-commit to be whatever  
you want.  For example:

#!/bin/sh

# POST-COMMIT HOOK

REPOS="$1"
REV="$2"

/usr/share/subversion/hook-scripts/commit-email.pl "$REPOS" "$REV" vm-dev at lists.squeakfoundation.org 
  --from commits at squeakvm.org -s '[commit]' --summary

exit 0

(To allow posting of the above I just subscribed commits at squeakvm.org  
to the list & directed its incoming traffic to /dev/null.)

HTH.

Cheers,
Ian



More information about the Vm-dev mailing list