projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5094b4
)
Fail on epydoc warnings
author
Guido Günther
<agx@sigxcpu.org>
Sat, 29 Oct 2011 10:07:11 +0000
(12:07 +0200)
committer
Guido Günther
<agx@sigxcpu.org>
Sat, 29 Oct 2011 10:07:11 +0000
(12:07 +0200)
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index
d70542f
..
735cb45
100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-54,7
+54,9
@@
links_stamp:
apidocs: links_stamp
epydoc -v -n git-buildpackage --no-sourcecode -o docs/apidocs/ \
- gbp*.py git*.py gbp/ tests/test_Git*.py
+ --url=https://honk.sigxcpu.org/piki/projects/git-buildpackage/ \
+ --fail-on-docstring-warning \
+ gbp*.py git*.py gbp/ tests/test_Git*.py
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
pychecker: