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

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

Working copies at server, now with new python stuff.

  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 176 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 2>&1
11exit $?
12
Note: See TracBrowser for help on using the repository browser.