You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by jo...@apache.org on 2012/10/15 23:18:56 UTC

[1/7] git commit: [#4927] Added project and mount to repo refresh task skip message

Updated Branches:
  refs/heads/master 0e48fcf1a -> ba8af5cec


[#4927] Added project and mount to repo refresh task skip message

Signed-off-by: Cory Johns <jo...@geek.net>


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/ba8af5ce
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/ba8af5ce
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/ba8af5ce

Branch: refs/heads/master
Commit: ba8af5cec1de314fc8958bb64814045e06531254
Parents: b423033
Author: Cory Johns <jo...@geek.net>
Authored: Mon Oct 15 21:08:20 2012 +0000
Committer: Cory Johns <jo...@geek.net>
Committed: Mon Oct 15 21:08:20 2012 +0000

----------------------------------------------------------------------
 Allura/allura/tasks/repo_tasks.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/ba8af5ce/Allura/allura/tasks/repo_tasks.py
----------------------------------------------------------------------
diff --git a/Allura/allura/tasks/repo_tasks.py b/Allura/allura/tasks/repo_tasks.py
index 1767a41..e57ac89 100644
--- a/Allura/allura/tasks/repo_tasks.py
+++ b/Allura/allura/tasks/repo_tasks.py
@@ -107,7 +107,7 @@ def refresh(**kwargs):
             refresh.post()
             log.info('New refresh task is queued due to new commit(s).')
     else:
-        log.info('Refresh task is cancelled because another one is ready to start or busy.')
+        log.info('Refresh task for %s:%s skipped due to backlog', c.project.shortname, c.app.config.options.mount_point)
 
 @task
 def uninstall(**kwargs):