Удалена отладочная информация

develop
Mike Khiretskiy 9 years ago
parent 8c39a51e32
commit 51637effcf

@ -276,7 +276,7 @@ class Update(object):
"are not setup")) "are not setup"))
chroot_path = path.normpath(self.clVars.Get('cl_chroot_path')) chroot_path = path.normpath(self.clVars.Get('cl_chroot_path'))
# TODO: DEBUG # TODO: DEBUG
print "DEBUG", repname, revision # print "DEBUG", repname, revision
if chroot_path == '/': if chroot_path == '/':
rpath_orig = rpath rpath_orig = rpath
else: else:

@ -69,16 +69,16 @@ class Wsdl(WsdlBase):
'cl_update_other_set', 'cl_update_other_set',
'cl_update_pretend_set', 'cl_update_pretend_set',
'cl_update_sync_rep', 'cl_update_sync_rep',
'cl_update_cleanpkg_set',
'cl_update_emergelist_set', 'cl_update_emergelist_set',
'cl_update_world', 'cl_update_world',
'cl_update_egencache_force', 'cl_update_egencache_force',
'cl_update_eixupdate_force', 'cl_update_eixupdate_force',
'cl_update_skip_rb_set', 'cl_update_skip_rb_set',
'cl_update_wait_another_set', 'cl_update_wait_another_set',
'cl_update_branch_data',
'cl_update_autocheck_schedule_set', 'cl_update_autocheck_schedule_set',
'cl_update_binhost_recheck_set', 'cl_update_binhost_recheck_set',
'cl_update_cleanpkg_set',
'cl_update_branch_data',
'cl_templates_locate', 'cl_templates_locate',
'cl_verbose_set', 'cl_dispatch_conf'), 'cl_verbose_set', 'cl_dispatch_conf'),
next_label=_("Perform"))]}, next_label=_("Perform"))]},

Loading…
Cancel
Save