aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mini-dinstall.conf
diff options
context:
space:
mode:
authorLibravatarChristoph Goehre <christoph.goehre@gmx.de>2008-06-28 19:02:23 +0200
committerLibravatarChristoph Goehre <christoph.goehre@gmx.de>2008-06-28 19:02:23 +0200
commita94148229a62c158fcfbf190f0060dfda770812c (patch)
tree2df649c404b41369fbbc67395a03a73ce5293c5e /doc/mini-dinstall.conf
parent34bbaa680b773898c7765fa3a4395e415b420320 (diff)
experimental release support
Mark experimental releases with "NotAutomatic: yes" in Release file. Debian Bug 336232. Thanks to Stephan Suerken
Diffstat (limited to 'doc/mini-dinstall.conf')
-rw-r--r--doc/mini-dinstall.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/mini-dinstall.conf b/doc/mini-dinstall.conf
index de323ea..a0d7f9b 100644
--- a/doc/mini-dinstall.conf
+++ b/doc/mini-dinstall.conf
@@ -83,6 +83,9 @@ release_suite = Penthouse
# The default Description: field in the release file
release_description = My Happy Fun Packages
+# Whether or not to mark the release as experimental.
+experimental_release = 0
+
# If specified, this script will be called to sign Release files. It
# will be invoked in the directory containing the Release file, and
# should accept the filename of the Release file to sign as the first
@@ -130,3 +133,4 @@ post_install_script = ~/bin/staging-post-inst.sh
[experimental]
architectures = all, i386, sparc, powerpc, ia64, sh4
keep_old = 1
+experimental_release = 1