summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEudyptula <eitan@mosenkis.net>2009-08-05 16:38:03 -0400
committerEudyptula <eitan@mosenkis.net>2009-08-05 16:38:03 -0400
commit486f88683d5bce71686fd584d2e0878fa063771f (patch)
tree2978fe7debe81fc36715917619c8911ae1a9b5ef /update_gentoo_profiles.php
parentStarted backend script to copy portage tree into image and configure portage (diff)
downloadingenue-486f88683d5bce71686fd584d2e0878fa063771f.tar.gz
ingenue-486f88683d5bce71686fd584d2e0878fa063771f.tar.bz2
ingenue-486f88683d5bce71686fd584d2e0878fa063771f.zip
Added more package sets, created status document from Gentoo install guide, updated todo
Diffstat (limited to 'update_gentoo_profiles.php')
-rwxr-xr-xupdate_gentoo_profiles.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_gentoo_profiles.php b/update_gentoo_profiles.php
index 3f3cb3f..e15e895 100755
--- a/update_gentoo_profiles.php
+++ b/update_gentoo_profiles.php
@@ -1,7 +1,7 @@
#!/usr/bin/php
<?php
require_once(dirname(__FILE__).'/shared/include/includes.php'); // USE __DIR__ in 5.3.0
-require_once(SHARED.'/config.php');
+$S['conf']['debug']=false;
require_once(SHARED.'/include/dbinit.php');
$profiles=array();
$r=query('SELECT * FROM `gentoo_profiles`'.(isset($argv[1])?' WHERE `name` LIKE "%'.$argv[1].'%" OR `pkgdir` LIKE "%'.$argv[1].'%"':''));