summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shared/config.php')
-rw-r--r--shared/config.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/shared/config.php b/shared/config.php
index 2f73991..3920ad1 100644
--- a/shared/config.php
+++ b/shared/config.php
@@ -11,6 +11,7 @@ $debug=true; // Whether to print debugging information
// $cookiename='ingenueid'; // Name of the cookie to send for keeping sessions
// $sessionlength=1814400; // Time in seconds before sessions are purged
// $mod_rewrite=true; // Use mod_rewrite for pretty URLs
+// $timezone_root='/usr/share/zoneinfo'; // Directory to search for timezone data (sys-libs/timezone-data)
$emailfrom='noreply@gentoo.org'; // Used as the From: field in emails
$check_email_dns=true; // Use DNS to check the domain of submitted emails for validity
// $split_setup=false; // Whether the frontend and backend are running on different hosts
@@ -21,7 +22,7 @@ $check_email_dns=true; // Use DNS to check the domain of submitted emails for va
// $progressbar_width=350; // The width, in pixels, of the config wizard progress bar
// Backend options:
$pkgdir_root='/home/eitan/soc/tinderbox'; // The directory to recursively search for pkgdirs (Backend only)
-// $emerge_default_opts='-t -v -K --color=y --root-deps=rdeps'; // DON'T CHANGE UNLESS YOU KNOW WHAT YOU'RE DOING
+// $emerge_default_opts='-t -v -K -n --color=y --root-deps=rdeps'; // DON'T CHANGE UNLESS YOU KNOW WHAT YOU'RE DOING
// $portdir='/usr/portage'; // The directory conatining the portage tree to use (/usr/portage unless you have a reason to think otherwise)
$frontend_location='http://soc'; // The base address of the frontend installation
$backend_id='red'; // A name or other way of identifying this backend as opposed to other backends working for the same frontend TODO use gethostname() by default in 5.3.0