[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-messenger-build/master] Use the bundleclone hg extension to clone mozilla repos
commit 513e0f017c55b97bbf0ff717ddaa7f8d50199855
Author: Nicolas Vigier <boklm@xxxxxxxxxxxxxx>
Date: Fri Oct 23 20:36:10 2015 +0200
Use the bundleclone hg extension to clone mozilla repos
This extension makes initial cloning of the mozilla hg repository faster
using pre-generated bundles.
https://mozilla-version-control-tools.readthedocs.org/en/latest/hgmo/bundleclone.html
---
.gitmodules | 3 +++
rbm | 2 +-
rbm.conf | 1 +
tools/version-control-tools | 1 +
4 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/.gitmodules b/.gitmodules
index f85be07..4e8e7eb 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule "rbm"]
path = rbm
url = https://github.com/boklm/rbm
+[submodule "tools/version-control-tools"]
+ path = tools/version-control-tools
+ url = https://github.com/mozilla/version-control-tools
diff --git a/rbm b/rbm
index eb70180..2bb0827 160000
--- a/rbm
+++ b/rbm
@@ -1 +1 @@
-Subproject commit eb70180f710a749d294a16c73223220699e806aa
+Subproject commit 2bb082714f48da9609b700a73875e6a3fadd0b69
diff --git a/rbm.conf b/rbm.conf
index 4c93634..48a3ddf 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -81,3 +81,4 @@ targets:
docker_image: '[% pc("docker-image", "docker_save_image") %]'
+hg_opt: '--config extensions.bundleclone=[% shell_quote(c("basedir") _ "/tools/version-control-tools/hgext/bundleclone/__init__.py") %]'
diff --git a/tools/version-control-tools b/tools/version-control-tools
new file mode 160000
index 0000000..fd2903b
--- /dev/null
+++ b/tools/version-control-tools
@@ -0,0 +1 @@
+Subproject commit fd2903b7e3692a3915213390863768b2ae904e2f
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits