Don't check since author_email is not set.

This commit is contained in:
Bastian Kleineidam 2014-06-09 13:53:18 +02:00
parent 52b8a0aef1
commit 54a10568d9

View file

@ -91,7 +91,7 @@ releasecheck:
@if ! grep "Version: $(VERSION)" $(APPNAME).freecode > /dev/null; then \
echo "Could not release: edit $(APPNAME).freecode version"; false; \
fi
$(PYTHON) setup.py check --restructuredtext
# $(PYTHON) setup.py check --restructuredtext
git checkout debian
@if ! head -1 debian/changelog | grep "$(VERSION)" > /dev/null; then \
echo "Could not release: update debian/changelog version"; false; \