|
Last change
on this file since 14298 was 10690, checked in by rick, 14 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 | #
|
|---|
| 3 | REPOS="$1"
|
|---|
| 4 | TXN="$2"
|
|---|
| 5 | BASEDIR=`dirname $0`
|
|---|
| 6 |
|
|---|
| 7 | export PATH=$PATH:/usr/local/bin
|
|---|
| 8 | export PYTHON_EGG_CACHE="/tmp/eggs"
|
|---|
| 9 |
|
|---|
| 10 | $BASEDIR/genesis-check.sh $REPOS $TXN
|
|---|
| 11 |
|
|---|
| 12 | exit $?
|
|---|
| 13 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.