diff options
author | rillig <rillig> | 2006-07-02 12:42:39 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-07-02 12:42:39 +0000 |
commit | 6a40383bb5f3d08389ceefb5ca84df65de491b34 (patch) | |
tree | 6497b43e1b91aa27de745030422175e650902b79 | |
parent | 8f3e3d23309f743db118efb4031ac7318cad7b51 (diff) | |
download | pkgsrc-6a40383bb5f3d08389ceefb5ca84df65de491b34.tar.gz |
When INTERACTIVE_STAGE is set and not only contains "fetch", the package
cannot be built by the bulk builds.
-rw-r--r-- | doc/guide/files/infr.bulk.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/guide/files/infr.bulk.xml b/doc/guide/files/infr.bulk.xml index e1bbb7d2830..678f82ea573 100644 --- a/doc/guide/files/infr.bulk.xml +++ b/doc/guide/files/infr.bulk.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: infr.bulk.xml,v 1.1 2006/06/30 08:58:16 rillig Exp $ --> +<!-- $NetBSD: infr.bulk.xml,v 1.2 2006/07/02 12:42:39 rillig Exp $ --> <chapter id="infr.bulk"> <title>The implementation of the pkgsrc bulk builds</title> @@ -42,8 +42,10 @@ <listitem><para>Packages that define <varname>INTERACTIVE_STAGE</varname> cannot be built by the bulk - builds, which are by definition - non-interactive.</para></listitem> + builds, which are by definition non-interactive. The exception + is when <varname>INTERACTIVE_STAGE</varname> contains only + <literal>fetch</literal> and the distfiles have already been + downloaded.</para></listitem> </itemizedlist> |