diff options
author | rillig <rillig@pkgsrc.org> | 2006-07-01 09:26:41 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-07-01 09:26:41 +0000 |
commit | a8a113975dbb154b7318632a1fa896545b7b3ed9 (patch) | |
tree | ce60814f08cdaddd217e11a7f029206557b10ed0 /doc/guide | |
parent | aaf8c7692ae11f40d4e5c3bee6ff4f14c3fefa89 (diff) | |
download | pkgsrc-a8a113975dbb154b7318632a1fa896545b7b3ed9.tar.gz |
Added another rationale that "fetch" should not be in INTERACTIVE_STAGE.
Diffstat (limited to 'doc/guide')
-rw-r--r-- | doc/guide/files/fixes.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index d803316cd07..7151b920667 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: fixes.xml,v 1.59 2006/06/30 09:41:39 rillig Exp $ --> +<!-- $NetBSD: fixes.xml,v 1.60 2006/07/01 09:26:41 rillig Exp $ --> <chapter id="fixes"> <?dbhtml filename="fixes.html"?> <title>Making your package work</title> @@ -89,7 +89,10 @@ linkend="fixes.fetch"/> instead. The reason for this is that fetching the distfiles is only needed once, where the phases in <varname>INTERACTIVE_STAGE</varname> are needed everytime when - building the package.</para> + building the package. This distinction is useful for the bulk + builds, where the <quote>interactive</quote> distfiles can be + downloaded in advance by a human, and then the build is + completely non-interactive.</para> </sect2> |