[tor-commits] [metrics-web/master] Add lost submodule and force its proper checkout.
karsten at torproject.org
karsten at torproject.org
Tue Feb 13 19:53:24 UTC 2018
commit 1fd732b4046f01cedbf9adeba0ded82a334421c2
Author: iwakeh <iwakeh at torproject.org>
Date: Fri Feb 9 21:01:00 2018 +0000
Add lost submodule and force its proper checkout.
---
src/main/resources/bootstrap-development.sh | 1 +
src/submods/metrics-lib | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/main/resources/bootstrap-development.sh b/src/main/resources/bootstrap-development.sh
index d301e25..407bdea 100755
--- a/src/main/resources/bootstrap-development.sh
+++ b/src/main/resources/bootstrap-development.sh
@@ -7,4 +7,5 @@
# Only necessary after very first checkout without recursion.
#
git submodule update --init --remote
+cd src/submods/metrics-lib/ && ./src/main/resources/bootstrap-development.sh
diff --git a/src/submods/metrics-lib b/src/submods/metrics-lib
new file mode 160000
index 0000000..9f2db9a
--- /dev/null
+++ b/src/submods/metrics-lib
@@ -0,0 +1 @@
+Subproject commit 9f2db9a194d5e290b456765f83cc6eeaf745e619
More information about the tor-commits
mailing list