mirror of
https://github.com/fspc/dswim.git
synced 2026-09-16 08:31:39 -04:00
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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user