Changeset 10376 in genesis


Ignore:
Timestamp:
Apr 7, 2012, 11:46:13 AM (13 years ago)
Author:
rick
Message:

IP cannot be shared between normal and hybrid proxy.

Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • tools/before-commit.sh

    r10090 r10376  
    77
    88RETVAL=0
    9 python syntax-checker.py || RETVAL=1
     9python $DIRNAME/syntax-checker.py || RETVAL=1
    1010
    1111if [ "${RETVAL}" -eq 1 ]; then
  • tools/syntax-checker.py

    r8615 r10376  
    1414  pool = {}
    1515  try:
    16     for host in gformat.get_proxylist() + gformat.get_nodelist():
     16    for host in gformat.get_hostlist():
    1717      print "## Processing host %-20s: " % host,
    1818      datadump = gformat.get_yaml(host)
Note: See TracChangeset for help on using the changeset viewer.