tagging 0.7.2

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@628 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2007-11-07 08:22:21 +00:00
parent 775805c54f
commit f74b6de3fb

View File

@@ -347,7 +347,7 @@ def packages(options):
activatorLog.log(ETP_LOGPRI_INFO,ETP_LOGLEVEL_VERBOSE,"packages: download queue -> "+str(downloadQueue))
activatorLog.log(ETP_LOGPRI_INFO,ETP_LOGLEVEL_VERBOSE,"packages: upload queue -> "+str(uploadQueue))
if (len(uploadQueue) == 0) and (len(downloadQueue) == 0) and (len(removalQueue) == 0):
if (not uploadQueue) and (not downloadQueue) and (not removalQueue):
print_info(green(" * ")+red("Nothing to syncronize for ")+bold(extractFTPHostFromUri(uri)+red(". Queue empty.")))
uriSuccessfulSync += 1
if (uriSuccessfulSync == len(pkgbranches)):