File:  [LON-CAPA] / doc / loncapafiles / testfiles.lpml
Revision 1.1: download - view: text, annotated - select for diffs
Thu May 2 14:43:43 2002 UTC (21 years, 11 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
accounting for files needed for testing... especially horizontal system
partitions

<!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
 "http://lpml.sourceforge.net/DTD/lpml.dtd">
<!-- testfiles.lpml -->
<!-- Scott Harrison -->

<!-- $Id: testfiles.lpml,v 1.1 2002/05/02 14:43:43 harris41 Exp $ -->

<!--

Copyright Michigan State University Board of Trustees

This file is part of the LearningOnline Network with CAPA (LON-CAPA).

LON-CAPA is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

LON-CAPA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with LON-CAPA; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

/home/httpd/html/adm/gpl.txt

http://www.lon-capa.org/

-->

<!-- Default values must be defined before specific values. -->
<!-- If no 'dist' attribute is specified, then it is always installed. -->
<!-- If 'dist' attribute is set to  'default', then the specification. -->
<!-- is accepted if an alternative distribution is not requested or not -->
<!-- defined. -->

<lpml>
<specialnotices>
<specialnotice dist='default'>
</specialnotice>
</specialnotices>
<targetroot>/test</targetroot>
<sourceroot>/home/user/loncapa/</sourceroot>
<categories>
<category name="system file" type="runtime">
  <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  <abbreviation>systemfile</abbreviation>
</category>
<category name="system file" type="development">
  <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
  <abbreviation>systemfile</abbreviation>
</category>
<category name="standard" type="runtime">
  <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  <abbreviation>directory</abbreviation>
</category>
<category name="standard" type="development">
  <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
  <abbreviation>directory</abbreviation>
</category>
</categories>
<directories>
</directories>
<files>
<file>
<source>loncom/build/system_dependencies/Makefile</source>
<target dist='default'>Makefile</target>
<categoryname>system file</categoryname>
<description>
Makefile for testing horizontal system partitions of LON-CAPA
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/system_dependencies/perltest.pl</source>
<target dist='default'>perltest.pl</target>
<categoryname>system file</categoryname>
<description>
Tests to see if all needed CPAN perl modules are present on the system
and if they are of the appropriate version.
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/system_dependencies/pmvers</source>
<target dist='default'>pmvers</target>
<categoryname>system file</categoryname>
<description>
Part of the pmtools suite.  Checks the version number of a given
perl module.
</description>
<note>
</note>
</file>
<file>
<source>loncom/build/system_dependencies/sqltest.pl</source>
<target dist='default'>sqltest.pl</target>
<categoryname>system file</categoryname>
<description>
Tests to see if the MySQL database is present on the system, if it is
an appropriate version, and if it can be connected to by the information
in access.conf (soon to be loncapa.conf).
</description>
<note>
</note>
</file>
</files>
</lpml>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>