mirror of https://github.com/CGAL/cgal
changed web address for submission
This commit is contained in:
parent
c297812950
commit
e1ef0d5cac
|
|
@ -5,7 +5,7 @@
|
|||
Package:=$(shell basename `cat CVS/Repository`)
|
||||
TAG_VERSION:=v$(shell echo $(VERSION) | sed -e "s/\./_/g")
|
||||
CGAL_VERSION:='$(VERSION) ($(shell date '+%e %b %Y'))'
|
||||
WWW_base=/net/servers/www-sop/prisme/CGAL/DR:/Members
|
||||
WWW_base=/www/pub/homepage/hert/CGAL/submissions
|
||||
WWW_dir=$(WWW_base)/$(Package)
|
||||
TMP_file=/tmp/submit-mail
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ submit: clean Version $(Package).tar.gz
|
|||
cp $(Package).tar.gz $(WWW_dir)
|
||||
echo > $(TMP_file)
|
||||
echo "submission::" >> $(TMP_file)
|
||||
echo "http://www-sop.inria.fr/prisme/CGAL/DR:/Members" >> $(TMP_file)
|
||||
echo "http://www.mpi-sb.mpg.de/~hert/CGAL/submissions" >> $(TMP_file)
|
||||
echo "/$(Package)/$(Package).tar.gz" >> $(TMP_file)
|
||||
mail -s autohandle cgal-submit@cs.uu.nl $(USER) < $(TMP_file)
|
||||
rm -f $(TMP_file)
|
||||
|
|
|
|||
Loading…
Reference in New Issue