Changeset 10091 in genesis for tools/svn-hook/pre-commit


Ignore:
Timestamp:
Mar 10, 2012, 2:40:14 PM (13 years ago)
Author:
rick
Message:

Working copies at server, now with new python stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/svn-hook/pre-commit

    r7300 r10091  
    11#!/bin/sh
    2 # $Id$
     2#
     3REPOS="$1"
     4TXN="$2"
    35BASEDIR=`dirname $0`
    46
    5 REPOS="$1"
    6 TXN="$2"
     7export PATH=$PATH:/usr/local/bin
     8export PYTHON_EGG_CACHE="/tmp/eggs"
    79
    8 $BASEDIR/genesis-check.sh $REPOS $TXN || exit 1
     10$BASEDIR/genesis-check.sh $REPOS $TXN 2>&1
     11exit $?
    912
    10 # All checks passed, so allow the commit.
    11 exit 0
Note: See TracChangeset for help on using the changeset viewer.