mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-12 08:33:10 +00:00
Makefile changes
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@114 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
1668147732
commit
451d8f1471
3 changed files with 14 additions and 3 deletions
13
Makefile
13
Makefile
|
|
@ -37,7 +37,7 @@ TAR = tar
|
|||
ZIP = zip
|
||||
|
||||
all:
|
||||
@echo "run python setup.py --help to see how to build and install"
|
||||
@echo "Read the file INSTALL to see how to build and install"
|
||||
|
||||
clean:
|
||||
python setup.py clean --all
|
||||
|
|
@ -47,12 +47,21 @@ dist:
|
|||
python setup.py sdist bdist_rpm
|
||||
fakeroot debian/rules binary
|
||||
|
||||
packages:
|
||||
cd .. && dpkg-scanpackages . linkchecker/override.txt | gzip --best > Packages.gz
|
||||
|
||||
files:
|
||||
./$(PACKAGE) $(LCOPTS) $(PROXY) -i$(HOST) http://$(HOST)/~calvin/
|
||||
|
||||
upload:
|
||||
version:
|
||||
echo $(VERSION) > VERSION
|
||||
|
||||
upload: version file dist packages
|
||||
scp debian/changelog shell1.sourceforge.net:/home/groups/linkchecker/htdocs/changes.txt
|
||||
scp VERSION shell1.sourceforge.net:/home/groups/linkchecker/htdocs/raw/
|
||||
scp $(DEBPACKAGE) ../Packages.gz shell1.sourceforge.net:/home/groups/linkchecker/htdocs/debian
|
||||
ncftpput download.sourceforge.net /incoming $(ALLPACKAGES)
|
||||
ssh -C calvin@shell1.sourceforge.net cd /home/groups/linkchecker/htdocs/raw && make
|
||||
|
||||
test:
|
||||
rm -f test/*.result
|
||||
|
|
|
|||
2
TODO
2
TODO
|
|
@ -1,5 +1,7 @@
|
|||
High priority
|
||||
|
||||
o packges file on homepage
|
||||
|
||||
o DNS (and some URLs) seem to hang sometimes. This is not entirely true.
|
||||
The SMTP connect has a very long timeout (>200 seconds).
|
||||
But I can not use the signal module with threads.
|
||||
|
|
|
|||
2
debian/control
vendored
2
debian/control
vendored
|
|
@ -22,4 +22,4 @@ Description: a link checker written in Python
|
|||
o HTTP proxy support
|
||||
o give username/password for HTTP and FTP authorization
|
||||
o robots.txt exclusion protocol support
|
||||
o internationalization support (currently english and german)
|
||||
o internationalization support
|
||||
|
|
|
|||
Loading…
Reference in a new issue