Entropy:
- implemented hard disk repositories support yay :-) git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1492 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
TODO list
|
||||
- lilo.conf trigger?
|
||||
- hard-disk repositories support !
|
||||
- calculate extra deps from NEEDED, server side? - NEEDED + ldconfig -p ?
|
||||
- create a meta-packages list ... I hate Joost
|
||||
- split RDEPEND and PDEPEND ( + && and || )
|
||||
|
||||
@@ -827,8 +827,8 @@ def initConfig_entropyConstants(rootdir):
|
||||
pass
|
||||
repodatabase = repodatabase[:dbformatcolon]
|
||||
|
||||
if ((repopackages.startswith("http://") or repopackages.startswith("ftp://")) and \
|
||||
(repodatabase.startswith("http://") or repodatabase.startswith("ftp://"))) or \
|
||||
if ((repopackages.startswith("http://") or repopackages.startswith("ftp://") or repopackages.startswith("file://")) and \
|
||||
(repodatabase.startswith("http://") or repodatabase.startswith("ftp://") or repodatabase.startswith("file://"))) or \
|
||||
((not repodatabase) and (myRepodata.has_key(reponame))):
|
||||
|
||||
if not myRepodata.has_key(reponame):
|
||||
|
||||
Reference in New Issue
Block a user