You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by he...@apache.org on 2015/04/01 23:10:40 UTC

[23/45] allura git commit: [#7857] document scm.import.retry_* in development.ini

[#7857] document scm.import.retry_* in development.ini


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

Branch: refs/heads/hss/7072
Commit: b42fa1aff48bf367c904c8ecf8624e30d58971cb
Parents: 0298eac
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Thu Mar 26 16:21:41 2015 +0000
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Fri Mar 27 10:56:41 2015 +0000

----------------------------------------------------------------------
 Allura/development.ini | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/b42fa1af/Allura/development.ini
----------------------------------------------------------------------
diff --git a/Allura/development.ini b/Allura/development.ini
index ba06cc5..2f60f2f 100644
--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -238,6 +238,11 @@ scm.repos.tarball.root = /usr/share/nginx/www/
 scm.repos.tarball.url_prefix = http://localhost/
 scm.repos.tarball.zip_binary = /usr/bin/zip
 
+; SCM imports (currently just SVN) will retry if it fails
+; You can control the number of tries and delay between tries here:
+;scm.import.retry_count = 50
+;scm.import.retry_sleep_secs = 5
+
 bulk_export_path = /tmp/bulk_export/{nbhd}/{project}
 bulk_export_filename = {project}-backup-{date:%Y-%m-%d-%H%M%S}.zip
 bulk_export_download_instructions = Sample instructions for {project}