From: Brian Warner Date: Wed, 4 Aug 2010 07:10:42 +0000 (-0700) Subject: check-umids: new tool to check uniqueness of umids X-Git-Tag: allmydata-tahoe-1.8.0b2~26 X-Git-Url: https://git.rkrishnan.org/frontends/FTP-and-SFTP.rst?a=commitdiff_plain;h=8cd44b1baa8d96dbb66c77c3850a1ddb138bc1b2;p=tahoe-lafs%2Ftahoe-lafs.git check-umids: new tool to check uniqueness of umids --- diff --git a/Makefile b/Makefile index 3e4be601..42753b0b 100644 --- a/Makefile +++ b/Makefile @@ -178,6 +178,8 @@ endif pyflakes: $(PYTHON) -OOu `which pyflakes` src/allmydata |sort |uniq +check-umids: + $(PYTHON) misc/coding_tools/check-umids.py `find src/allmydata -name '*.py'` count-lines: @echo -n "files: "