[Zope-CVS] CVS: Packages/zpkgtools/doc - zpkg.txt:1.3
Fred L. Drake, Jr.
fred at zope.com
Fri Apr 2 18:25:13 EST 2004
Update of /cvs-repository/Packages/zpkgtools/doc
In directory cvs.zope.org:/tmp/cvs-serv31026
Modified Files:
zpkg.txt
Log Message:
- make the title better match the content
- add a note about using -f and initializing the resource map
=== Packages/zpkgtools/doc/zpkg.txt 1.2 => 1.3 ===
--- Packages/zpkgtools/doc/zpkg.txt:1.2 Wed Mar 31 17:35:46 2004
+++ Packages/zpkgtools/doc/zpkg.txt Fri Apr 2 18:25:12 2004
@@ -1,15 +1,15 @@
-====================
-Configuring **zpkg**
-====================
+=========================
+Running the **zpkg** tool
+=========================
Overview and the Command Line
-----------------------------
-Configuration of **zpkg** is required since **zpkg** always refers to
-a `resource map` to provide information about the resource its
-packaging. Regardless of the availability of an appropriate checkout,
-**zpkg** always uses the resource map to locate the components it's
-adding to the release.
+Configuration of **zpkg** is generally required since **zpkg** always
+refers to a `resource map` to provide information about the resource
+its packaging. Regardless of the availability of an appropriate
+checkout, **zpkg** always uses the resource map to locate the
+components it's adding to the release.
The **zpkg** command provides some command line options to control
configuration, and a very simple configuration file to allow
@@ -54,6 +54,10 @@
that there's no dot in the directory name for Windows). The directory
containing the default configuration file can be used to store
resource maps.
+
+If the **-f** option is used to disallow reading the configuration
+file, the only way to initialize the resource map is by using the
+**-m** option.
Configuration File Format
More information about the Zope-CVS
mailing list