File:  [LON-CAPA] / doc / loncapafiles / buildfiles.lpml
Revision 1.9: download - view: text, annotated - select for diffs
Tue Feb 10 20:54:14 2004 UTC (20 years, 2 months ago) by www
Branches: MAIN
CVS tags: HEAD
* the postinstall scripts did probably not run on a number of servers, since
the non-consequential "error" of DocumentRoot being set twice prevented the
whole rest of the scripts from running
* made it so that the error does not stop postinstall
* since a number of machines might now have both nohist_resevalhist.db and
resevalhist.db, made sure to not destroy the new data by pasting over it
* if we get ambitious, we can merge the two files from the hist-file

    1: <!DOCTYPE lpml PUBLIC "-//TUX/DTD lpml 1.0 Final//EN"
    2:  "http://lpml.sourceforge.net/DTD/lpml.dtd">
    3: <!-- buildfiles.lpml -->
    4: 
    5: <!-- $Id: buildfiles.lpml,v 1.9 2004/02/10 20:54:14 www Exp $ -->
    6: 
    7: <!--
    8: 
    9: Copyright Michigan State University Board of Trustees
   10: 
   11: This file is part of the LearningOnline Network with CAPA (LON-CAPA).
   12: 
   13: LON-CAPA is free software; you can redistribute it and/or modify
   14: it under the terms of the GNU General Public License as published by
   15: the Free Software Foundation; either version 2 of the License, or
   16: (at your option) any later version.
   17: 
   18: LON-CAPA is distributed in the hope that it will be useful,
   19: but WITHOUT ANY WARRANTY; without even the implied warranty of
   20: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   21: GNU General Public License for more details.
   22: 
   23: You should have received a copy of the GNU General Public License
   24: along with LON-CAPA; if not, write to the Free Software
   25: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
   26: 
   27: /home/httpd/html/adm/gpl.txt
   28: 
   29: http://www.lon-capa.org/
   30: 
   31: -->
   32: 
   33: <!-- Default values must be defined before specific values. -->
   34: <!-- If no 'dist' attribute is specified, then it is always installed. -->
   35: <!-- If 'dist' attribute is set to  'default', then the specification. -->
   36: <!-- is accepted if an alternative distribution is not requested or not -->
   37: <!-- defined. -->
   38: 
   39: <lpml>
   40: <specialnotices>
   41: <specialnotice dist='default'>
   42: </specialnotice>
   43: </specialnotices>
   44: <targetroot>/build</targetroot>
   45: <sourceroot>/home/user/loncapa/</sourceroot>
   46: <categories>
   47: <category name="system file" type="runtime">
   48:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
   49:   <abbreviation>systemfile</abbreviation>
   50: </category>
   51: <category name="system file" type="development">
   52:   <chmod dist='default'>0644</chmod><chown dist='default'>root:root</chown>
   53:   <abbreviation>systemfile</abbreviation>
   54: </category>
   55: <category name="standard" type="runtime">
   56:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
   57:   <abbreviation>directory</abbreviation>
   58: </category>
   59: <category name="standard" type="development">
   60:   <chmod dist='default'>0755</chmod><chown dist='default'>root:root</chown>
   61:   <abbreviation>directory</abbreviation>
   62: </category>
   63: </categories>
   64: <directories>
   65: </directories>
   66: <files>
   67: <file>
   68: <source>loncom/build/Makefile</source>
   69: <target dist='default'>Makefile</target>
   70: <categoryname>system file</categoryname>
   71: <description>
   72: Makefile for LON-CAPA
   73: </description>
   74: <note>
   75: </note>
   76: <dependencies>
   77: doc/loncapafiles/configurable.gif;
   78: doc/loncapafiles/directory.gif;
   79: doc/loncapafiles/emptydirectory.gif;
   80: doc/loncapafiles/graphicfile.gif;
   81: doc/loncapafiles/handler.gif;
   82: doc/loncapafiles/interfacefile.gif;
   83: doc/loncapafiles/link.gif;
   84: doc/loncapafiles/rootscript.gif;
   85: doc/loncapafiles/script.gif;
   86: doc/loncapafiles/setuid.gif;
   87: doc/loncapafiles/static.gif;
   88: doc/loncapafiles/systemfile.gif
   89: </dependencies>
   90: </file>
   91: <file>
   92: <source>doc/loncapafiles/loncapafiles.lpml</source>
   93: <target dist='default'>loncapafiles.lpml</target>
   94: <categoryname>system file</categoryname>
   95: <description>
   96: Describes the files that implement LON-CAPA on the filesystem
   97: </description>
   98: <note>
   99: </note>
  100: </file>
  101: <file>
  102: <source>doc/loncapafiles/buildfiles.lpml</source>
  103: <target dist='default'>buildfiles.lpml</target>
  104: <categoryname>system file</categoryname>
  105: <description>
  106: Describes the files that implement the building of LON-CAPA inside the source
  107: file tree.
  108: </description>
  109: <note>
  110: </note>
  111: </file>
  112: <file>
  113: <source>doc/loncapafiles/installfiles.lpml</source>
  114: <target dist='default'>installfiles.lpml</target>
  115: <categoryname>system file</categoryname>
  116: <description>
  117: Describes the files that help automate LON-CAPA installations on specific
  118: operating systems.
  119: </description>
  120: <note>
  121: </note>
  122: </file>
  123: <file>
  124: <source>doc/loncapafiles/webserver.piml</source>
  125: <target dist='default'>webserver.piml</target>
  126: <categoryname>system file</categoryname>
  127: <description>
  128: Post-installation of web server configuration files
  129: </description>
  130: <note>
  131: </note>
  132: </file>
  133: <file>
  134: <source>doc/loncapafiles/reseval_fixup.piml</source>
  135: <target dist='default'>reseval_fixup.piml</target>
  136: <categoryname>system file</categoryname>
  137: <description>
  138: Migrates reseval.db to nohist_eseval.db, deletes useless hist file
  139: </description>
  140: <note>
  141: </note>
  142: </file>
  143: <file>
  144: <source>doc/loncapafiles/accesscount_seed.piml</source>
  145: <target dist='default'>accesscount_seed.piml</target>
  146: <categoryname>system file</categoryname>
  147: <description>
  148: Executes seed_accesscount.pl on each nohist_resevaldata.db file to move access
  149: count data to nohist_accesscount.db and compact the nohist_resevaldata.db
  150: file.
  151: </description>
  152: <note>
  153: </note>
  154: </file>
  155: <file>
  156: <source>doc/loncapafiles/clearoutoldspreadsheetcache.piml</source>
  157: <target dist='default'>clearoutoldspreadsheetcache.piml</target>
  158: <categoryname>system file</categoryname>
  159: <description>
  160: Deletes all of the old spreadsheet cache files, the ones generated prior 
  161: to version 0.6 were incorrect
  162: </description>
  163: <note>
  164: </note>
  165: </file>
  166: <file>
  167: <source>doc/loncapafiles/sanitycheck.piml</source>
  168: <target dist='default'>sanitycheck.piml</target>
  169: <categoryname>system file</categoryname>
  170: <description>
  171: Checks LON-CAPA system for frequently occuring bugs.
  172: </description>
  173: <note>
  174: </note>
  175: </file>
  176: <file>
  177: <source>doc/loncapafiles/updatequery.piml</source>
  178: <target dist='default'>updatequery.piml</target>
  179: <categoryname>system file</categoryname>
  180: <description>
  181: Checks LON-CAPA system for frequently occuring bugs.
  182: </description>
  183: <note>
  184: </note>
  185: </file>
  186: <file>
  187: <source>doc/loncapafiles/sendmail_fix.piml</source>
  188: <target dist='default'>sendmail_fix.piml</target>
  189: <categoryname>system file</categoryname>
  190: <description>
  191: Checks LON-CAPA system for sendmail permissions error.
  192: </description>
  193: <note>
  194: </note>
  195: </file>
  196: <file>
  197: <source>doc/loncapafiles/ownership_fix.piml</source>
  198: <target dist='default'>ownership_fix.piml</target>
  199: <categoryname>system file</categoryname>
  200: <description>
  201: Makes sure that /home/httpd/lonUsers and /home/httpd/html are owned by www.
  202: </description>
  203: <note>
  204: </note>
  205: </file>
  206: <file>
  207: <source>doc/loncapafiles/valid_hosts.xfml</source>
  208: <target dist='default'>valid_hosts.xfml</target>
  209: <categoryname>system file</categoryname>
  210: <description>
  211: Useful for extracting (and pushing/pulling) information relevant
  212: to hosts.tab.
  213: </description>
  214: <note>
  215: </note>
  216: </file>
  217: <file>
  218: <source>loncom/build/check-rpms</source>
  219: <target dist='default'>check-rpms</target>
  220: <categoryname>system file</categoryname>
  221: <description>
  222: script for checking RPMS against an RPM repository
  223: </description>
  224: <note>
  225: </note>
  226: </file>
  227: <file>
  228: <source>loncom/build/distprobe</source>
  229: <target dist='default'>distprobe</target>
  230: <categoryname>system file</categoryname>
  231: <description>
  232: for probing operating system flavor and version
  233: </description>
  234: <note>
  235: </note>
  236: </file>
  237: <file>
  238: <source>loncom/build/doc_template.pl</source>
  239: <target dist='default'>doc_template.pl</target>
  240: <categoryname>system file</categoryname>
  241: <description>
  242: for making fancy install.lon-capa.org pages
  243: </description>
  244: <note>
  245: </note>
  246: </file>
  247: <file>
  248: <source>loncom/build/filecompare.pl</source>
  249: <target dist='default'>filecompare.pl</target>
  250: <categoryname>system file</categoryname>
  251: <description>
  252: rigorously compare many different values associated between files
  253: </description>
  254: <note>
  255: </note>
  256: </file>
  257: <file>
  258: <source>loncom/build/loncaparestoreconfigurations</source>
  259: <target dist='default'>loncaparestoreconfigurations</target>
  260: <categoryname>system file</categoryname>
  261: <description>
  262: intelligently restore configuration values
  263: </description>
  264: <note>
  265: </note>
  266: </file>
  267: <file>
  268: <source>loncom/build/lpml.dtd</source>
  269: <target dist='default'>lpml.dtd</target>
  270: <categoryname>system file</categoryname>
  271: <description>
  272: DocumentType for LPML
  273: </description>
  274: <note>
  275: </note>
  276: </file>
  277: <file>
  278: <source>loncom/build/lpml_html_posteval.pl</source>
  279: <target dist='default'>lpml_html_posteval.pl</target>
  280: <categoryname>system file</categoryname>
  281: <description>
  282: </description>
  283: <note>
  284: </note>
  285: </file>
  286: <file>
  287: <source>loncom/build/lpml_parse.pl</source>
  288: <target dist='default'>lpml_parse.pl</target>
  289: <categoryname>system file</categoryname>
  290: <description>
  291: parse apart the loncapafiles.lpml and buildfiles.lpml
  292: </description>
  293: <note>
  294: </note>
  295: </file>
  296: <file>
  297: <source>loncom/build/make_domain_coordinator.pl</source>
  298: <target dist='default'>make_domain_coordinator.pl</target>
  299: <categoryname>system file</categoryname>
  300: <description>
  301: make a domain coordinator on a new LON-CAPA system
  302: </description>
  303: <note>
  304: </note>
  305: </file>
  306: <file>
  307: <source>loncom/build/piml.dtd</source>
  308: <target dist='default'>piml.dtd</target>
  309: <categoryname>system file</categoryname>
  310: <description>
  311: DocumentType definition for PIML (part of the LPML system)
  312: </description>
  313: <note>
  314: </note>
  315: </file>
  316: <file>
  317: <source>loncom/build/piml_parse.pl</source>
  318: <target dist='default'>piml_parse.pl</target>
  319: <categoryname>system file</categoryname>
  320: <description>
  321: parse a PIML file
  322: </description>
  323: <note>
  324: </note>
  325: </file>
  326: <file>
  327: <source>loncom/build/pod2html.sh</source>
  328: <target dist='default'>pod2html.sh</target>
  329: <categoryname>system file</categoryname>
  330: <description>
  331: make HTML documentation pages
  332: </description>
  333: <note>
  334: </note>
  335: </file>
  336: <file>
  337: <source>loncom/build/pod2man.sh</source>
  338: <target dist='default'>pod2man.sh</target>
  339: <categoryname>system file</categoryname>
  340: <description>
  341: make UNIX-style manual pages
  342: </description>
  343: <note>
  344: </note>
  345: </file>
  346: <file>
  347: <source>loncom/build/verify.pl</source>
  348: <target dist='default'>verify.pl</target>
  349: <categoryname>system file</categoryname>
  350: <description>
  351: wraps around filecompare.pl for posteval LPML statements
  352: </description>
  353: <note>
  354: </note>
  355: </file>
  356: <file>
  357: <source>loncom/build/verifymodown.pl</source>
  358: <target dist='default'>verifymodown.pl</target>
  359: <categoryname>system file</categoryname>
  360: <description>
  361: double-checks modification and ownership on files
  362: </description>
  363: <note>
  364: </note>
  365: </file>
  366: <file>
  367: <source>loncom/build/xfml.dtd</source>
  368: <target dist='default'>xfml.dtd</target>
  369: <categoryname>system file</categoryname>
  370: <description>
  371: DocumentType definition for XFML (part of the LPML system)
  372: </description>
  373: <note>
  374: </note>
  375: </file>
  376: <file>
  377: <source>loncom/build/xfml_parse.pl</source>
  378: <target dist='default'>xfml_parse.pl</target>
  379: <categoryname>system file</categoryname>
  380: <description>
  381: parses XFML files
  382: </description>
  383: <note>
  384: </note>
  385: </file>
  386: </files>
  387: </lpml>

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