- removed most of debugging stuff in databaseTools

- implemented profiles updates client side


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@950 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2007-12-28 11:18:43 +00:00
parent c0dae5c85b
commit cd85402c97
3 changed files with 142 additions and 235 deletions
-1
View File
@@ -1,5 +1,4 @@
TODO list:
- /usr/portage/profiles/updates support
- add gentoo pkg_* triggers logging
- Community repositories
- find a way to better handle real smartapps deps
+141 -234
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -498,6 +498,7 @@ dbCOUNTER = "COUNTER"
def initConfig_entropyConstants(rootdir):
if rootdir and not os.path.isdir(rootdir):
import exceptionTools
raise exceptionTools.FileNotFound("FileNotFound: not a valid chroot.")
ETP_DIR = rootdir+"/var/lib/entropy"