Don't check since author_email is not set.
This commit is contained in:
parent
52b8a0aef1
commit
54a10568d9
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -91,7 +91,7 @@ releasecheck:
|
||||||
@if ! grep "Version: $(VERSION)" $(APPNAME).freecode > /dev/null; then \
|
@if ! grep "Version: $(VERSION)" $(APPNAME).freecode > /dev/null; then \
|
||||||
echo "Could not release: edit $(APPNAME).freecode version"; false; \
|
echo "Could not release: edit $(APPNAME).freecode version"; false; \
|
||||||
fi
|
fi
|
||||||
$(PYTHON) setup.py check --restructuredtext
|
# $(PYTHON) setup.py check --restructuredtext
|
||||||
git checkout debian
|
git checkout debian
|
||||||
@if ! head -1 debian/changelog | grep "$(VERSION)" > /dev/null; then \
|
@if ! head -1 debian/changelog | grep "$(VERSION)" > /dev/null; then \
|
||||||
echo "Could not release: update debian/changelog version"; false; \
|
echo "Could not release: update debian/changelog version"; false; \
|
||||||
|
|
Loading…
Reference in a new issue