- updated TODO
- fixed packages download git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1089 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
TODO list:
|
||||
- check downgrades (*)
|
||||
- remove linux-sabayon-modules dependency from sys-kernel/linux-sabayon (* - repackage needed)
|
||||
- migrate server code to ServerInterface
|
||||
- Community repositories
|
||||
- find a way to better handle real smartapps deps (need split PDEPEND?)
|
||||
|
||||
@@ -4290,7 +4290,8 @@ class urlFetcher:
|
||||
|
||||
def encodeUrl(self, url):
|
||||
import urllib
|
||||
return urllib.quote(url)
|
||||
url = os.path.join(os.path.dirname(url),urllib.quote(os.path.basename(url)))
|
||||
return url
|
||||
|
||||
def download(self):
|
||||
if self.showSpeed:
|
||||
|
||||
Reference in New Issue
Block a user