Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 1 and Version 2 of Ticket #453, comment 4


Ignore:
Timestamp:
Mar 20, 2017, 10:01:55 AM (7 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #453, comment 4

    v1 v2  
    11= Migrate commit-email script =
    22
    3 This is an example of post-commit script. Instead of ''lferran@orxonox.info'', the corresponding mailing list address should be put.
     3This is an example of post-commit script. Instead of ''lferran@orxonox.net'', the corresponding mailing list address should be put.
    44
    55{{{#!sh
     
    1010REPONAME=`echo ${REPOS:15}`
    1111
    12 /usr/share/subversion/hook-scripts/commit-email.pl "$REPOS" "$REV" lferran@orxonox.info -s "$REPONAME \
    13 revision" --from admin@orxonox.info
     12/usr/share/subversion/hook-scripts/commit-email.pl "$REPOS" "$REV" lferran@orxonox.net -s "$REPONAME \
     13revision" --from admin@orxonox.net
    1414}}}
    1515