diff options
author | Eudyptula <eitan@mosenkis.net> | 2009-06-30 17:34:30 -0400 |
---|---|---|
committer | Eudyptula <eitan@mosenkis.net> | 2009-06-30 17:34:30 -0400 |
commit | a45898a7f4d4ed4b4ac7fc95c7d711888a21e85a (patch) | |
tree | 54f4db12a5f3c3d507f3c7a10f834306597e532e /shared/config.php | |
parent | Fix small mistakes in build function (diff) | |
download | ingenue-a45898a7f4d4ed4b4ac7fc95c7d711888a21e85a.tar.gz ingenue-a45898a7f4d4ed4b4ac7fc95c7d711888a21e85a.tar.bz2 ingenue-a45898a7f4d4ed4b4ac7fc95c7d711888a21e85a.zip |
Many fixes to CD building and some to command execution/logging
Diffstat (limited to 'shared/config.php')
-rw-r--r-- | shared/config.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/config.php b/shared/config.php index fb61824..53ab10a 100644 --- a/shared/config.php +++ b/shared/config.php @@ -16,4 +16,7 @@ $conf['pkgdir_root']='/home/eitan/soc/tinderbox'; // The directory to recursivel $conf['emerge_default_opts']='-t -v -K --color=y --root-deps=rdeps'; // DON'T CHANGE UNLESS YOU KNOW WHAT YOU'RE DOING $conf['portdir']='/usr/portage'; // The directory conatining the portage tree to use (/usr/portage unless you have a reason to think otherwise) $conf['logview_max']=1000; // The maximum number of log entries shown on one page (1000 is a good start) +$conf['split_setip']=true; // Whether the frontend and backend are running on different hosts +$conf['frontend_location']='http://soc'; // The base address of the frontend installation (for use by the backend) +$conf['backend_name']='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 ?> |