Ignore:
Timestamp:
Feb 16, 2024, 2:03:39 AM (4 months ago)
Author:
Bruno Cornec
Message:

more debug via mail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/ansible/roles/trac/templates/trac-svn-hook

    r3809 r3811  
    219219if [ -r "$env/VERSION" ]; then
    220220    REPO=`grep -E '^name[ \t]*=' $env/conf/trac.ini | cut -d= -f2`
    221     mutt bruno@musique-ancienne.org -s "Changeset $REV $EVENT to $REPO trac repo" < /dev/null
     221    mutt bruno@musique-ancienne.org -s "Changeset $REV $EVENT to $REPO in trac repo $env ($USER - $PROPNAME)" < /dev/null
    222222    trac-admin $env changeset $EVENT $REPO $REV && echo "OK" || echo "FAILED: see the Trac log"
    223223else
Note: See TracChangeset for help on using the changeset viewer.