Subject: CVS commit: [pkgsrc-2004Q4] pkgsrc/mk/bulk
To: None <pkgsrc-changes@NetBSD.org>
From: Lubomir Sedlacik <salo@netbsd.org>
List: pkgsrc-changes
Date: 01/31/2005 00:25:32
Module Name: pkgsrc
Committed By: salo
Date: Mon Jan 31 00:25:32 UTC 2005
Modified Files:
pkgsrc/mk/bulk [pkgsrc-2004Q4]: build.conf-example upload
Log Message:
Pullup ticket 245 - requested by Jan Schaumann
generate and upload checksums for bulk builds
Revisions pulled up:
- pkgsrc/mk/bulk/build.conf-example 1.24-1.26
- pkgsrc/mk/bulk/upload 1.20-1.21
Module Name: pkgsrc
Committed By: jschauma
Date: Mon Jan 24 03:41:34 UTC 2005
Modified Files:
pkgsrc/mk/bulk: upload
Log Message:
Add bits to allow bulk-builders to generate checksums for the binary
packages they upload (by setting the optional variable MKSUMS=yes) and,
also optionally, PGP signing them (by setting SIGN_AS=username@NetBSD.org,
for example).
---
Module Name: pkgsrc
Committed By: jschauma
Date: Mon Jan 24 13:08:19 UTC 2005
Modified Files:
pkgsrc/mk/bulk: build.conf-example
Log Message:
Add MKSUMS and SIGN_AS (the former defaulting to yes, the latter
commented out).
---
Module Name: pkgsrc
Committed By: tv
Date: Mon Jan 24 13:21:13 UTC 2005
Modified Files:
pkgsrc/mk/bulk: build.conf-example
Log Message:
Not all OS's have all the checksum tools available to make MKSUMS=yes
work. Default it to "no" instead.
---
Module Name: pkgsrc
Committed By: jschauma
Date: Mon Jan 24 15:00:48 UTC 2005
Modified Files:
pkgsrc/mk/bulk: build.conf-example upload
Log Message:
Per default, only create md5 and sha1 checksums.
(These are available on all platforms via digest(1).)
Set commands for other checksums on a per OPSYS basis.
Set MKSUSM=yes back as the default.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.22.6.1 pkgsrc/mk/bulk/build.conf-example
cvs rdiff -r1.18 -r1.18.8.1 pkgsrc/mk/bulk/upload
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.