pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide/files Documented the variable ALLOW_VULNERAB...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50a968bf3038
branches:  trunk
changeset: 508377:50a968bf3038
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Feb 18 17:07:33 2006 +0000

description:
Documented the variable ALLOW_VULNERABLE_PACKAGES to be useful for bulk
builds.

diffstat:

 doc/guide/files/binary.xml |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 4daa14002f74 -r 50a968bf3038 doc/guide/files/binary.xml
--- a/doc/guide/files/binary.xml        Sat Feb 18 16:50:39 2006 +0000
+++ b/doc/guide/files/binary.xml        Sat Feb 18 17:07:33 2006 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: binary.xml,v 1.21 2006/02/12 14:44:59 rillig Exp $ -->
+<!-- $NetBSD: binary.xml,v 1.22 2006/02/18 17:07:33 rillig Exp $ -->
 
 <chapter id="binary">
   <title>Creating binary packages</title>
@@ -128,6 +128,15 @@
 
        <itemizedlist>
 
+       <listitem><para><varname>ALLOW_VULNERABLE_PACKAGES</varname>
+       should be set to <literal>yes</literal>. The purpose of the bulk
+       builds is creating binary packages, no matter if they are
+       vulnerable or not. When uploading the packages to a public
+       server, the vulnerable packages will be put into a directory of
+       their own. Leaving this variable unset would prevent the bulk
+       build system from even trying to build them, so possible
+       building errors would not show up.</para></listitem>
+
        <listitem><para><varname>CHECK_FILES</varname>
        (<filename>pkgsrc/mk/bsd.pkg.check.mk</filename>) can be set to
        <quote>yes</quote> to check that the installed set of files



Home | Main Index | Thread Index | Old Index