- 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:
@@ -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
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user