Codebase list metche / 1dd92bf
Fix default value. * DEBUG="no" * DO_PACKAGES="no" (this needs an external program) * DO_DETAILS="no" (and add a warning too) Lunar 18 years ago
2 changed file(s) with 7 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
7575 #CHANGELOG_FILE="/root/Changelog"
7676 # if set, activate multiple changelogs mode
7777 #CHANGELOG_DIR="/root/changelogs"
78 DO_PACKAGES="yes"
78 DO_PACKAGES="no"
7979 DO_DETAILS="no"
8080 TESTING_TIME="60"
8181 STABLE_TIME="3"
1616 # (Override CHANGELOG_FILE if both are set)
1717 #CHANGELOG_DIR="/root/changelogs"
1818
19 # Debian packages monitoring: uncomment next line to disable (default: enabled)
20 #DO_PACKAGES="no"
19 # Debian packages monitoring (need apt-show-versions)
20 DO_PACKAGES="no"
2121
22 # Show diff details for modified files (default: enabled)
22 # Show diff details for modified files
23 # WARNING! This can send sensitive data by e-mail if not used with encryption.
2324 DO_DETAILS="no"
2425
2526 # Minutes until unstable goes to testing
4748
4849 # Locale (will be used to feed LC_ALL)
4950 # Warning: values different from "C" are untested.
50 #LOCALE="C"
51 LOCALE="C"
5152
5253 # Set this to yes to get more debugging output.
53 # (default: enabled until metche 1.0 is released)
54 #DEBUG=no
54 DEBUG=no
5555
5656 #######################################################################
5757 #