]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
check-umids: new tool to check uniqueness of umids
authorBrian Warner <warner@lothar.com>
Wed, 4 Aug 2010 07:10:42 +0000 (00:10 -0700)
committerBrian Warner <warner@lothar.com>
Wed, 4 Aug 2010 07:10:42 +0000 (00:10 -0700)
Makefile

index 3e4be601d07085ce0be9c1ffe298faaa8a3d59b1..42753b0bbf5d076d38ad7fb7d3a363b1202e5da8 100644 (file)
--- 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: "