mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
Add some pre-commit changes that are on the server.
Not that they'll be used now, but just in case. [SVN r86793]
This commit is contained in:
parent
39c5a59bdd
commit
46c7158bf6
1 changed files with 2 additions and 2 deletions
|
@ -80,10 +80,10 @@ $SVNLOOK log -t "$TXN" "$REPOS" | \
|
|||
/bin/touch /home/dikim/temp/pre-babo
|
||||
|
||||
# Check for problems with case-insensitive names
|
||||
/usr/bin/python24 /home/subversion/boost/hooks/case-insensitive.py "$REPOS" "$TXN" || exit 1
|
||||
python /home/subversion/boost/hooks/case-insensitive.py "$REPOS" "$TXN" || exit 1
|
||||
|
||||
# Check svn:mime-type and svn:eol-style
|
||||
/usr/local/bin/perl /home/subversion/boost/hooks/check-mime-type.pl \
|
||||
perl /home/subversion/boost/hooks/check-mime-type.pl \
|
||||
"$REPOS" "$TXN" || exit 1
|
||||
|
||||
# Check for an empty log message
|
||||
|
|
Loading…
Add table
Reference in a new issue