5 messages in com.perforce.perforce-user[p4] post-submit triggers
FromSent OnAttachments
Peter Theunis29 Nov 2000 17:02 
Matthew Rice29 Nov 2000 18:33 
Mark D. Nagel29 Nov 2000 20:52 
Meyer, Maurice01 Dec 2000 12:14 
Yariv Sheizaf02 Dec 2000 23:04 
Subject:[p4] post-submit triggers
From:Peter Theunis (pet@bitlocker.com)
Date:11/29/2000 05:02:29 PM
List:com.perforce.perforce-user

Hi,

I would like to do an "integrity_build" everytime a changelist is submitted and send an e-Mail with the build log to the user who submitted the changelist if his changes broke the build.

I was looking at triggers but it appears that they are only used as pre-submit triggers; which is useless in my case. I was thinking of a trigger that would fire up a script that would return "0" everytime and start an external script that would perform the given build; but this is really crazy and sounds more than a quick instead of a clean solution. Daemons won't work for me since submits can happen anytime, and I need to build against the depot updated with the latest submitted changelist. Is there a way to launch a script everytime a changelist is submitted using something else than triggers ?

Thanks for your help,

Peter