Remove freecode submit code.

This commit is contained in:
Bastian Kleineidam 2014-06-23 22:21:03 +02:00
parent 94090da813
commit fc6c54709f
2 changed files with 0 additions and 15 deletions

View file

@ -73,8 +73,6 @@ tag:
register:
@echo "Register at Python Package Index..."
$(PYTHON) setup.py register
@echo "Submit to freecode..."
freecode-submit < $(APPNAME).freecode
releasecheck:
git checkout master
@ -88,9 +86,6 @@ releasecheck:
echo "Missing WIN32 distribution archive at ../$(ARCHIVE_WIN32)"; \
false; \
fi
@if ! grep "Version: $(VERSION)" $(APPNAME).freecode > /dev/null; then \
echo "Could not release: edit $(APPNAME).freecode version"; false; \
fi
# $(PYTHON) setup.py check --restructuredtext
git checkout debian
@if ! head -1 debian/changelog | grep "$(VERSION)" > /dev/null; then \

View file

@ -1,10 +0,0 @@
Project: dosage
Version: 2.14
Hide: N
Website-URL: http://wummel.github.io/dosage/
Changelog-URL: https://github.com/wummel/dosage/blob/master/doc/changelog.txt
Source-Package-URL: https://pypi.python.org/packages/source/d/dosage/dosage-${version}.tar.gz
GIT-Tree-URL: https://github.com/wummel/dosage.git
Windows-installer-URL: http://wummel.github.io/dosage/dist/dosage-${version}.exe
Several comics have been fixed. Source releases are now available from PyPi.