Changeset 10376 in genesis
- Timestamp:
- Apr 7, 2012, 11:46:13 AM (13 years ago)
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/before-commit.sh
r10090 r10376 7 7 8 8 RETVAL=0 9 python syntax-checker.py || RETVAL=19 python $DIRNAME/syntax-checker.py || RETVAL=1 10 10 11 11 if [ "${RETVAL}" -eq 1 ]; then -
tools/syntax-checker.py
r8615 r10376 14 14 pool = {} 15 15 try: 16 for host in gformat.get_ proxylist() + gformat.get_nodelist():16 for host in gformat.get_hostlist(): 17 17 print "## Processing host %-20s: " % host, 18 18 datadump = gformat.get_yaml(host)
Note:
See TracChangeset
for help on using the changeset viewer.