Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id B97DD63B842 for ; Sun, 14 Sep 2008 18:59:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 68A2F63B16F; Sun, 14 Sep 2008 18:59:03 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id A333F63B118 for ; Sun, 14 Sep 2008 18:59:02 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 7330D175D0; Sun, 14 Sep 2008 18:59:02 +0000 (UTC) From: Joerg Sonnenberger Subject: CVS commit: pkgsrc/pkgtools/pbulk To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org Message-Id: <20080914185902.7330D175D0@cvs.netbsd.org> Date: Sun, 14 Sep 2008 18:59:02 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: joerg Date: Sun Sep 14 18:59:02 UTC 2008 Modified Files: pkgsrc/pkgtools/pbulk: Makefile pkgsrc/pkgtools/pbulk/files/pbulk/pbuild: jobs.c pbuild.h pkgsrc/pkgtools/pbulk/files/pbulk/scripts: compute-packages.awk create-report.awk Log Message: pbulk-0.34: Isolate rules to compute the restricted subset in the upload script. Make the upload script independent from the report file to allow uploading partial builds. Only depend on NO_BIN_ON_FTP to decide what to upload and what not. To generate a diff of this commit: cvs rdiff -r1.44 -r1.45 pkgsrc/pkgtools/pbulk/Makefile cvs rdiff -r1.8 -r1.9 pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/jobs.c cvs rdiff -r1.4 -r1.5 pkgsrc/pkgtools/pbulk/files/pbulk/pbuild/pbuild.h cvs rdiff -r1.2 -r1.3 \ pkgsrc/pkgtools/pbulk/files/pbulk/scripts/compute-packages.awk cvs rdiff -r1.3 -r1.4 \ pkgsrc/pkgtools/pbulk/files/pbulk/scripts/create-report.awk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.