mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-14 09:33:09 +00:00
Rename freshmeat stuff to freecode.
This commit is contained in:
parent
b48957601d
commit
1cafc3b8db
3 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ include MANIFEST.in doc/changelog.txt
|
|||
include config/linkchecker-completion config/create.sql
|
||||
include config/linkcheckerrc config/logging.conf
|
||||
include config/linkchecker.apache2.conf install-rpm.sh
|
||||
include linkchecker.freshmeat
|
||||
include linkchecker.freecode
|
||||
include cgi-bin/lc.cgi cgi-bin/README
|
||||
include Makefile
|
||||
include debian/rules
|
||||
|
|
|
|||
6
Makefile
6
Makefile
|
|
@ -96,7 +96,7 @@ release: distclean releasecheck dist-stamp sign_distfiles upload
|
|||
$(MAKE) -C ~/public_html/linkchecker.sf.net update upload
|
||||
@echo "Register at Python Package Index..."
|
||||
$(PYTHON) setup.py register
|
||||
freshmeat-submit < linkchecker.freshmeat
|
||||
freecode-submit < linkchecker.freecode
|
||||
|
||||
.PHONY: chmod
|
||||
chmod:
|
||||
|
|
@ -193,8 +193,8 @@ releasecheck: check
|
|||
@if egrep -i "xx\.|xxxx|\.xx" doc/changelog.txt > /dev/null; then \
|
||||
echo "Could not release: edit doc/changelog.txt release date"; false; \
|
||||
fi
|
||||
@if ! grep "Version: $(VERSION)" linkchecker.freshmeat > /dev/null; then \
|
||||
echo "Could not release: edit linkchecker.freshmeat version"; false; \
|
||||
@if ! grep "Version: $(VERSION)" linkchecker.freecode > /dev/null; then \
|
||||
echo "Could not release: edit linkchecker.freecode version"; false; \
|
||||
fi
|
||||
# $(MAKE) -C doc test
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue