source: genesis/tools/svn-hook/pre-commit@ 10690

Last change on this file since 10690 was 10690, checked in by rick, 13 years ago

Fix issues of not checking duplicates IPs.

While here, add feature that commits which mention no-genesis-check force-fully
overrides the config validators errors.

Related-To: beheer#211

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 172 bytes
Line 
1#!/bin/sh
2#
3REPOS="$1"
4TXN="$2"
5BASEDIR=`dirname $0`
6
7export PATH=$PATH:/usr/local/bin
8export PYTHON_EGG_CACHE="/tmp/eggs"
9
10$BASEDIR/genesis-check.sh $REPOS $TXN
11
12exit $?
13
Note: See TracBrowser for help on using the repository browser.