--- reports/Makefile 2002/12/25 19:24:20 1.1.1.1 +++ reports/Makefile 2012/06/15 01:03:44 1.7 @@ -1,8 +1,14 @@ -KULICHKI=kulichki.com -RSYNC = rsync -rCuvpte 'ssh -1' --delete --rsync-path='~/bin/rsync' -DESTDIR=~piataev/public_html/boris/reports/ +KULICHKI=chgk-news@chgk.info +RSYNC = rsync -rCuvpte 'ssh' --delete --exclude=.htaccess --exclude=znatoki \ + --exclude=boris --exclude=images --exclude=cgi-bin +#DESTDIR=~piataev/public_html/boris/reports/ +DESTDIR=public_html deliver: $(RSYNC) ./ $(KULICHKI):$(DESTDIR) | tee results.txt - ./sendletter.sh \ No newline at end of file + ./sendletter.sh + +cvs: + - cvs add `cvs -q update | awk '/^?/{print $$2}'` + cvs commit