1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
|
<html>
<head>
<title>arch Web Site Generation Tools</title>
</head>
<body>
<a name="arch_Web_Site_Generation_Tools"></a>
<a href="http://www.regexps.com">The Hackerlab at <code>regexps.com</code></a>
<h2 align=center>arch Web Site Generation Tools</h2>
<small>
<b>up: </b><a href="arch.html#arch">arch</a></br>
</small>
<br>
<p><a name="index-pt:0"></a>
</p><p>To be documented:
</p><pre>
% larch make-library-browser --help
create or update a library browser
usage: make-library-browser [options] output-dir [limit]
</pre>
<pre>
-V --version print version info
-h --help display help
</pre>
<pre>
--silent no output (except odd errors)
--quiet brief output
--report default output
--verbose maximal output
--debug debugging output
</pre>
<pre>
-t --title TITLE set the page title
--dists FILE specify a distributions spec file
--configs FILE specify a configurations spec file
</pre>
<pre>
Create or update web pages describing a revision library.
</pre>
<p>and
</p><pre>
% larch update-distributions --help
build or update an FTP area
usage: update-distributions [options] [archive/]revision dist-name ftp-dir
</pre>
<pre>
-V --version print version info
-h --help display help
</pre>
<pre>
-R --root root specify the local archive root
-A --archive archive specify the archive name
--cache DIR cache directory for locally cached
revisions
</pre>
<pre>
--config NAME after checking out the revision, pass
NAME to "build-config" to complete
the source tree.
</pre>
<pre>
--silent no output (except odd errors)
--quiet brief output
--report default output
--verbose maximal output
--debug debugging output
</pre>
<pre>
Ensure that FTP-DIR exists and is populated with the indicated revision
from the archive.
</pre>
<pre>
The tar file will be named:
</pre>
<pre>
DIST-NAME-${VERSION}${SUFFIX}
</pre>
<pre>
where VERSION is the version number of the revision being packaged, and
SUFFIX is derived from the patch-level name of the revision.
</pre>
<pre>
The value of ${SUFFIX} depends on the revision's patch level, as in
these examples:
</pre>
<pre>
revision: tar file:
</pre>
<pre>
arch--release--1.0--base-0 arch-1.0pre0.tar.gz
arch--release--1.0--patch-3 arch-1.0pre3.tar.gz
arch--release--1.0--version-0 arch-1.0.tar.gz
arch--release--1.0--versionfix-5 arch-1.0.5.tar.gz
</pre>
<pre>
The top-level directory in the tar file has the same name as the tar
file (but without the ".tar.gz" suffix).
</pre>
<small><i>arch: The arch Revision Control System
</i></small><br>
<a href="http://www.regexps.com">The Hackerlab at <code>regexps.com</code></a>
</body>
|