--- loncom/build/install_web_site_cronjob 2012/01/28 22:46:26 1.10 +++ loncom/build/install_web_site_cronjob 2012/01/28 23:16:27 1.11 @@ -1,5 +1,7 @@ #!/usr/bin/perl +# $Id: install_web_site_cronjob,v 1.11 2012/01/28 23:16:27 raeburn Exp $ + =pod =head1 NAME @@ -53,7 +55,7 @@ with perl. #`cd /home/loninst/auto; export CVS_RSH=ssh; export CVSROOT=:ext:loninst\@source.lon-capa.org:/home/cvs; rm -Rf loncapa/[C][^V]*; rm -Rf loncapa/[^C]*; cvs -Q co loncapa; cd loncapa/loncom/build; make build 2>/dev/null; make tardist;`; # The real world. Just give them all the gunk for the unstable distribution. -`cd /home/loninst/auto; export CVS_RSH=ssh; export CVSROOT=:ext:loninst\@source.lon-capa.org:/home/cvs; rm -Rf loncapa-unstable; rm -Rf loncapa; cvs -Q export -r HEAD loncapa;`; +`cd /home/loninst/auto; export CVS_RSH=ssh; export CVSROOT=:ext:loninst\@source.lon-capa.org:/home/cvs; rm -Rf loncapa-unstable; rm -Rf loncapa; cvs -Q co -r HEAD loncapa; cd /home/loninst/auto/loncapa; cvs -Q co -r HEAD modules/TexConvert/tthperl/compiles; cvs -Q co -r HEAD modules/TexConvert/tthperl/commands; cp -p loncom/xml/tth.pm modules/TexConvert/tthperl/tth.pm; `; # Generate a README file that advises them about dealing with the gunk. open(OUT,'>/home/loninst/auto/loncapa/README'); @@ -66,6 +68,7 @@ print(OUT <