|
|
@ -291,7 +291,8 @@ class Update(object): |
|
|
|
try: |
|
|
|
layman = Layman(dv.Get('cl_update_layman_installed'), |
|
|
|
dv.Get('cl_update_layman_make'), |
|
|
|
dv.Get('cl_update_layman_conf')) |
|
|
|
dv.Get('cl_update_layman_conf'), |
|
|
|
prefix=chroot_path) |
|
|
|
if repname != "portage": |
|
|
|
layman.add(repname, url, rpath_orig) |
|
|
|
if not self._syncRepository(repname, url, rpath, revision, |
|
|
@ -325,7 +326,8 @@ class Update(object): |
|
|
|
|
|
|
|
layman = Layman(dv.Get('cl_update_layman_installed'), |
|
|
|
dv.Get('cl_update_layman_make'), |
|
|
|
dv.Get('cl_update_layman_conf')) |
|
|
|
dv.Get('cl_update_layman_conf'), |
|
|
|
prefix=chroot_path) |
|
|
|
if repname != "portage": |
|
|
|
# TODO: debug block |
|
|
|
#print "EEEE",repname, url, rpath_orig |
|
|
|