scripts/bin/all/darcs-record-posthook
Jeremie Dimino 73bab99bcc hook pas pook
darcs-hash:20071209214123-af139-c0236a2421c7630d55ae90e715db28ee5a84b5a9.gz
2007-12-09 22:41:23 +01:00

8 lines
294 B
Bash
Executable file

#!/bin/bash
author_file="_darcs/prefs/author"
if [ -f $author_file ]; then
rm -f $author_file
echo "N'utilisez pas de fichier $author_file"'!!'
echo "Utilisez plutot la variable DARCS_EMAIL ou un fichier ~/.darcs/author"
fi
/usr/scripts/bin/darcs/darcs-send-changes roots@crans.org