Received: by mail.netbsd.org (Postfix, from userid 605) id 32EC684DFF; Tue, 2 Jun 2020 20:03:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AEDD684DE7 for ; Tue, 2 Jun 2020 20:03:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Fm9vpAtOuvsx for ; Tue, 2 Jun 2020 20:03:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0A7F484CDB for ; Tue, 2 Jun 2020 20:03:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 03E6AFB27; Tue, 2 Jun 2020 20:03:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159112818963480" MIME-Version: 1.0 Date: Tue, 2 Jun 2020 20:03:09 +0000 From: "Roland Illig" Subject: CVS commit: pkgsrc/doc/guide/files To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org X-Mailer: log_accum Message-Id: <20200602200310.03E6AFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159112818963480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rillig Date: Tue Jun 2 20:03:09 UTC 2020 Modified Files: pkgsrc/doc/guide/files: bulk.xml Log Message: doc/guide: there is no traditional non-pbulk bulk build anymore To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/doc/guide/files/bulk.xml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159112818963480 Content-Disposition: inline Content-Length: 942 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/guide/files/bulk.xml diff -u pkgsrc/doc/guide/files/bulk.xml:1.30 pkgsrc/doc/guide/files/bulk.xml:1.31 --- pkgsrc/doc/guide/files/bulk.xml:1.30 Sat May 30 19:25:17 2020 +++ pkgsrc/doc/guide/files/bulk.xml Tue Jun 2 20:03:09 2020 @@ -1,4 +1,4 @@ - + Creating binary packages for everything in pkgsrc (bulk @@ -74,9 +74,9 @@ unprivileged user doesn't work well at t </sect1> <sect1 id="bulk.pbulk"> -<title>Running a pbulk-style bulk build +Running a bulk build -Running a pbulk-style bulk build works roughly as follows: +Running a bulk build works roughly as follows: First, build the pbulk infrastructure in a fresh pkgsrc location. --_----------=_159112818963480--