- 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:
(no author)
2008-03-19 11:39:51 +00:00
parent d797d53720
commit a1cc54ec05
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -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 || )
+2 -2
View File
@@ -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):