pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/doc/guide/files document MKSUMS and SIGN_AS for checks...
details: https://anonhg.NetBSD.org/pkgsrc/rev/7a804b2baaf0
branches: trunk
changeset: 488052:7a804b2baaf0
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Mon Jan 24 14:44:39 2005 +0000
description:
document MKSUMS and SIGN_AS for checksum files of a bulk build
diffstat:
doc/guide/files/binary.xml | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
diffs (33 lines):
diff -r ed1eac76e018 -r 7a804b2baaf0 doc/guide/files/binary.xml
--- a/doc/guide/files/binary.xml Mon Jan 24 14:41:51 2005 +0000
+++ b/doc/guide/files/binary.xml Mon Jan 24 14:44:39 2005 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: binary.xml,v 1.7 2005/01/18 23:25:04 heinz Exp $ -->
+<!-- $NetBSD: binary.xml,v 1.8 2005/01/24 14:44:39 jschauma Exp $ -->
<chapter id="binary">
<title>Creating binary packages</title>
@@ -437,7 +437,22 @@
</para>
<para>
- First, make sure that you have <varname>RSYNC_DST</varname>
+ If you would like to automatically create checksum files for the
+ binary packages you intend to upload, remember to set
+ <varname>MKSUMS=yes</varname> in your
+ <filename>mk/bulk/build.conf</filename>.
+ </para>
+
+ <para>
+ If you would like to PGP sign the checksum files (highly
+ recommended!), remember to set
+ <varname>SIGN_AS=username%NetBSD.org@localhost</varname> in your
+ <filename>mk/bulk/build.conf</filename>. This will prompt you for
+ your gpg password to sign the files before uploading everything.
+ </para>
+
+ <para>
+ Then, make sure that you have <varname>RSYNC_DST</varname>
set properly in your <filename>mk/bulk/build.conf</filename>
file, i.e. adjust it to something like one of the following:
</para>
Home |
Main Index |
Thread Index |
Old Index