From owner-p4-projects@FreeBSD.ORG Thu Aug 12 00:33:13 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 9A1E61065679; Thu, 12 Aug 2010 00:33:13 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E28D1065675 for ; Thu, 12 Aug 2010 00:33:13 +0000 (UTC) (envelope-from ivoras@FreeBSD.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id 4B4408FC0A for ; Thu, 12 Aug 2010 00:33:13 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.4/8.14.4) with ESMTP id o7C0XD9P064290 for ; Thu, 12 Aug 2010 00:33:13 GMT (envelope-from ivoras@FreeBSD.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id o7C0XD7W064287 for perforce@freebsd.org; Thu, 12 Aug 2010 00:33:13 GMT (envelope-from ivoras@FreeBSD.org) Date: Thu, 12 Aug 2010 00:33:13 GMT Message-Id: <201008120033.o7C0XD7W064287@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to ivoras@FreeBSD.org using -f From: Ivan Voras To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 182289 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Aug 2010 00:33:13 -0000 http://p4web.freebsd.org/@@182289?ac=10 Change 182289 by ivoras@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.