aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mini-dinstall.conf
diff options
context:
space:
mode:
Diffstat (limited to 'doc/mini-dinstall.conf')
-rw-r--r--doc/mini-dinstall.conf28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/mini-dinstall.conf b/doc/mini-dinstall.conf
index 6c1e022..1dabe52 100644
--- a/doc/mini-dinstall.conf
+++ b/doc/mini-dinstall.conf
@@ -24,10 +24,10 @@ mail_log_flush_count = 10
# disable this option, you should almost certainly have
# dynamic_reindex enabled. You may want to disable this if you
# install a *lot* of packages.
-trigger_reindex = 1
+trigger_reindex = yes
# Whether or not to verify GPG signatures on .changes files
-verify_sigs = 1
+verify_sigs = yes
# GNUPG keyrings to use for signature verification, separated by
# commas. This will override the builtin keyrings. Generally you
@@ -40,9 +40,9 @@ extra_keyrings = ~/.gnupg/pubring.gpg, ~/.gnupg/other.gpg
# The permissions for the incoming directory. If you want to use
# mini-dinstall for a group of people, you might want to make this
# more permissive.
-# A value of zero ('0' or '0000') will disable the permission setting on every
+# A value of zero ('0' or '0o000') will disable the permission setting on every
# mini-dinstall run. Doing this, you MUST set permission for incoming by hand.
-incoming_permissions = 0750
+incoming_permissions = 0o750
### The remaining options can also be specified in a per-distribution
### basis
@@ -59,10 +59,10 @@ architectures = all, i386, sparc, powerpc
archive_style = flat
# Whether or not to mail you about successful installations
-mail_on_success = 1
+mail_on_success = yes
# Whether or not to delete old packages
-keep_old = 0
+keep_old = no
# A script to run before a .changes is installed. It is called with
# the full path to the .changes as an argument. If it exits with an
@@ -74,7 +74,7 @@ pre_install_script = ~/bin/pre-inst.sh
post_install_script = ~/bin/post-inst.sh
# Whether or not to generate Release files
-generate_release = 1
+generate_release = yes
# The default Origin: field in the release file
release_origin = username
@@ -89,7 +89,7 @@ release_suite = Penthouse
release_description = My Happy Fun Packages
# Whether or not to mark the release as experimental.
-experimental_release = 0
+experimental_release = no
# If specified, this script will be called to sign Release files. It
# will be invoked in the directory containing the Release file, and
@@ -100,18 +100,18 @@ release_signscript = ~/bin/sign-release.sh
# Whether or not to watch directories for changes, and reindex
# Packages/Sources as needed. Only used in daemon mode.
-dynamic_reindex = 1
+dynamic_reindex = yes
# Whether or not to make .changes files unreadable to others by
# default. This will protect you from other people unexpectedly
# uploading your packages. Please think carefully about your security
# before you change this!
-chown_changes_files = 1
+chown_changes_files = yes
# Whether or not to use /usr/bin/dnotify. This doesn't work on some
# systems, so you might want to disable it. Only used if
# dynamic_reindex is enabled.
-use_dnotify = 0
+use_dnotify = no
# If you use the mtime-polling directory notifier, this is the number
# of seconds in between polls. Only used if dynamic_reindex is
@@ -130,12 +130,12 @@ poll_time = 40
[woody]
max_retry_time = 30
-keep_old = 1
+keep_old = yes
[staging]
post_install_script = ~/bin/staging-post-inst.sh
[experimental]
architectures = all, i386, sparc, powerpc, ia64, sh4
-keep_old = 1
-experimental_release = 1
+keep_old = yes
+experimental_release = yes