version 1.10, 2012/01/28 22:46:26
|
version 1.11, 2012/01/28 23:16:27
|
Line 1
|
Line 1
|
#!/usr/bin/perl |
#!/usr/bin/perl |
|
|
|
# $Id$ |
|
|
=pod |
=pod |
|
|
=head1 NAME |
=head1 NAME |
Line 53 with perl.
|
Line 55 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;`; |
#`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. |
# 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. |
# Generate a README file that advises them about dealing with the gunk. |
open(OUT,'>/home/loninst/auto/loncapa/README'); |
open(OUT,'>/home/loninst/auto/loncapa/README'); |
Line 66 print(OUT <<END);
|
Line 68 print(OUT <<END);
|
To generate an installable tarball distribution from this file, you can |
To generate an installable tarball distribution from this file, you can |
execute the following commands: |
execute the following commands: |
cd loncom/build |
cd loncom/build |
|
make build |
make tardist |
make tardist |
|
|
Note that the installable tarball distribution (the 'tardist' target) |
Note that the installable tarball distribution (the 'tardist' target) |
Line 80 cd loncom/build
|
Line 83 cd loncom/build
|
make build |
make build |
make install |
make install |
|
|
|
In this case you will be need to create symbolic links for the following |
|
in loncom (unless you have done this previously): |
|
|
|
hosts.tab |
|
domain.tab |
|
dns_hosts.tab |
|
dns_domain.tab |
|
|
|
which will point at development_hosts.tab, development_domain.tab, |
|
development_dns_hosts.tab, and development_dns_domain.tab respectively |
|
in loncom. |
|
|
For more information on Makefile targets, you can just enter the following |
For more information on Makefile targets, you can just enter the following |
commands: |
commands: |
cd loncom/build |
cd loncom/build |