upload-unstable target

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@421 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2002-05-05 21:14:40 +00:00
parent fd0b4d2bcb
commit 5e61dbd2eb

View file

@ -70,6 +70,13 @@ upload: distclean dist files VERSION
ncftpput upload.sourceforge.net /incoming dist/* && read -p "Make new SF file releases and then press Enter:"
ssh -C -t shell1.sourceforge.net "cd $(PACKAGEDIR) && make"
upload-unstable: distclean dist VERSION-UNSTABLE
scp debian/changelog $(HTMLDIR)/changes-unstable.txt
scp VERSION-UNSTABLE $(HTMLDIR)/raw/
#scp dist/* $(HTMLDIR)/
ncftpput upload.sourceforge.net /incoming dist/* && read -p "Make new SF file releases and then press Enter:"
ssh -C -t shell1.sourceforge.net "cd $(PACKAGEDIR) && make"
test:
$(PYTHON) test/regrtest.py $(OFFLINETESTS)