PERFORCE change 182289 for review

Ivan Voras ivoras at FreeBSD.org
Thu Aug 12 00:33:13 UTC 2010


http://p4web.freebsd.org/@@182289?ac=10

Change 182289 by ivoras at ursaminor on 2010/08/12 00:33:10

	Describe the pkg_repo_url argument.

Affected files ...

.. //depot/projects/soc2010/pkg_patch/src/patch/pkg_patch.1#5 edit

Differences ...

==== //depot/projects/soc2010/pkg_patch/src/patch/pkg_patch.1#5 (text+ko) ====

@@ -33,6 +33,7 @@
 .Nm
 .Op Fl b
 .Op Fl v
+.Op Fl p Ar pkg_repo_url
 .Fl m Ar source_dir target_dir patch_dir
 .Nm
 .Op Fl v
@@ -46,6 +47,13 @@
 them from existing binary packages and applying them to live systems.
 It implements infrastructure for mass package creation and distribution
 over the web.
+The
+.Fl a
+and
+.Fl u
+command flags are intended to be used by end-user to apply individual packages
+or mass update their packages.
+The other command flags are used by package patch repo maintainers.
 .Sh OPTIONS
 The following command line arguments are supported:
 .Bl -tag -width indent
@@ -68,6 +76,10 @@
 one package in the target directory and produce both patches and the
 index file in the specified patch directory.
 The resulting directory will be called the "package patch repository."
+.It Fl p
+URL of the package repository containing full packages (i.e. not patches)
+compatible with packages in target_dir.
+This URL is used by clients to fetch the 
 .It Fl u
 Compare the current system state with the package patch repository and
 update any packages found to need updating.


More information about the p4-projects mailing list