From 733a51c8a507136c45eecbfa2e0384836851d01c Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> Date: Sat, 22 Sep 2007 06:36:16 +0000 Subject: [PATCH] tidy procedure restored git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@505 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/activatorTools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/activatorTools.py b/libraries/activatorTools.py index 9ccbbf866..c1040f1cc 100644 --- a/libraries/activatorTools.py +++ b/libraries/activatorTools.py @@ -107,7 +107,7 @@ def sync(options, justTidy = False): activatorLog.log(ETP_LOGPRI_INFO,ETP_LOGLEVEL_NORMAL,"sync: no packages to remove from the lirrors.") print_info(green(" * ")+red("No packages to remove from the mirrors.")) print_info(green(" * ")+red("Syncronization across mirrors completed.")) - return + continue print_info(green(" * ")+red("This is the list of files that would be removed from the mirrors: ")) for file in removeList: @@ -141,7 +141,7 @@ def sync(options, justTidy = False): if (ftp.isFileAvailable(file+etpConst['packageshashfileext'])): rc = ftp.deleteFile(file+etpConst['packageshashfileext']) if (rc): - print_info(green(" * ")+red("Checksum file: ")+bold(file)+red(" removed successfully from ")+bold(extractFTPHostFromUri(uri))) + print_info(green(" * ")+red("Checksum file: ")+bold(file+etpConst['packageshashfileext'])+red(" removed successfully from ")+bold(extractFTPHostFromUri(uri))) else: print_warning(yellow(" * ")+red("ATTENTION: remote checksum file ")+bold(file)+red(" cannot be removed.")) # remove locally