Changes between Version 1 and Version 2 of Ticket #453, comment 4
- Timestamp:
- Mar 20, 2017, 10:01:55 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #453, comment 4
v1 v2 1 1 = Migrate commit-email script = 2 2 3 This is an example of post-commit script. Instead of ''lferran@orxonox. info'', the corresponding mailing list address should be put.3 This is an example of post-commit script. Instead of ''lferran@orxonox.net'', the corresponding mailing list address should be put. 4 4 5 5 {{{#!sh … … 10 10 REPONAME=`echo ${REPOS:15}` 11 11 12 /usr/share/subversion/hook-scripts/commit-email.pl "$REPOS" "$REV" lferran@orxonox. info-s "$REPONAME \13 revision" --from admin@orxonox. info12 /usr/share/subversion/hook-scripts/commit-email.pl "$REPOS" "$REV" lferran@orxonox.net -s "$REPONAME \ 13 revision" --from admin@orxonox.net 14 14 }}} 15 15