This adds the no_rebuilddb Configuration option, because changes in the

status are now first diffed, then if a change is found --db --check is ran,
and then --rebuilddb (100% stable).  This is nice for programs like make-debian-x11.
This commit is contained in:
freesource
2001-10-13 05:28:42 +00:00
parent 01c6d30354
commit a3fea33120
3 changed files with 43 additions and 1 deletions
+13
View File
@@ -10,6 +10,19 @@ $package_tool = "/usr/bin/dpkg";
# Do you have apt installed?
$apt = "yes";
# No automatic rebuilding of databases.
# Databases will automatically by rebuilt if any differences are found
# in the status. Although --db could be used to update the changes
# for each particular packages, newer versions of DB_File have introduced
# bugs; --rebuilddb is know to be 100% stable. On some systems
# which are slow, or have massive installations this feature may be
# annoying. If you decide to turn it off, remember to --rebuilddb your
# databases from time to time, or run it as a cron job. Programs like
# make-debian-x11 will then be guaranteed to have correct information about
# your system.
$no_rebuilddb = 0;
# Pick one.
#$architecture = "alpha";
#$architecture = "arm";