summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shared/config.php')
-rw-r--r--shared/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/config.php b/shared/config.php
index 82efa59..4461c67 100644
--- a/shared/config.php
+++ b/shared/config.php
@@ -22,7 +22,7 @@ $split_setup=true; // Whether the frontend and backend are running on different
// $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 -n --color=y --root-deps=rdeps'; // DON'T CHANGE UNLESS YOU KNOW WHAT YOU'RE DOING
+// $emerge_default_opts='-v --color=y'; // Options to add to all emerge commands
// $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