[Python-Dev] generated NEWS files (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Fri Apr 11 23:53:20 CEST 2008
- Previous message: [Python-Dev] generated NEWS files
- Next message: [Python-Dev] generated NEWS files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I just tried it, and although it works, I get this output: svn: 'post-revprop-change' hook failed; no error output available
Significant?
It's the mailer.py hook failing. I'm not quite sure why it fails, and had no time to look it up. It reads
#!/bin/sh REPOS="$1" REV="$2" USER="$3" PROPNAME="$4"
/data/repos/projects/hooks/mailer.py propchange "$@"
The script is the same mailer.py that is also invoked in post-commit. Can anybody see a problem with that?
Regards, Martin
- Previous message: [Python-Dev] generated NEWS files
- Next message: [Python-Dev] generated NEWS files
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]