diff options
author | jschauma <jschauma@pkgsrc.org> | 2005-01-24 14:44:39 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2005-01-24 14:44:39 +0000 |
commit | b78505795f82644088394402193fae63961c9581 (patch) | |
tree | 28e81be78472dbe4cd2c5e1733ec94e1b5fd5dea /doc/guide | |
parent | e7df31d688e745e21b20db8c81431ff5d6adcf49 (diff) | |
download | pkgsrc-b78505795f82644088394402193fae63961c9581.tar.gz |
document MKSUMS and SIGN_AS for checksum files of a bulk build
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/binary.xml | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/doc/guide/files/binary.xml b/doc/guide/files/binary.xml index 876311a9f52..ec2fb4bc591 100644 --- a/doc/guide/files/binary.xml +++ b/doc/guide/files/binary.xml @@ -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 @@ fi</programlisting> </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</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> |