projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c2a4f0
)
check-umids: new tool to check uniqueness of umids
author
Brian Warner
<warner@lothar.com>
Wed, 4 Aug 2010 07:10:42 +0000
(
00:10
-0700)
committer
Brian Warner
<warner@lothar.com>
Wed, 4 Aug 2010 07:10:42 +0000
(
00:10
-0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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: "