P4Review
From PDWiki
| ||||||||||||||
A Python based Perforce review daemon
Description
A Perforce notification review daemon written in Python, for use on Windows or Unix; can run in the background or via cron; allows users to subscribe to notifications about jobs (as well as changes); can notify admin about bad email addresses.
For more information, see The Perforce System Administrator's Guide.
Variants
- //guest/sam_stafford/scripts/p4review.py -- Can be used as a change-commit trigger and does not use a server counter to track its state.
- //guest/naveen_patil/perforce/utils/reviewd/p4review.py -- Places first line of change description in review email subject.
- //guest/servaas_goossens/perforce/utils/reviewd/p4review.py -- Places common path of affected files in review email subject.
To find other review daemon variants, click the [find variants] link below:

