aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2012-09-26 11:07:12 -0500
committerpmichaud <pmichaud@pobox.com>2012-09-26 11:07:12 -0500
commit67cc1c082049a39de56916c7f608a6f3bf20ac47 (patch)
tree224af9988c198c9693249d5baeb71415f9f0577d
parent0474ace750da37bc826bbdfbe7890aa74a478362 (diff)
Add information about updating submodules.
-rw-r--r--tools/star/release-guide.pod8
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod
index 241b643..03c7f51 100644
--- a/tools/star/release-guide.pod
+++ b/tools/star/release-guide.pod
@@ -53,7 +53,13 @@ name to the modules/MODULES.txt file.
=item 5.
Verify that all of the git submodules are at the desired commit
-for the Star release. (TODO: document how to do this.)
+for the Star release. To bring all modules up to the current
+'master' branch, one can do
+
+ # pull master in each submodule dir
+ $ git submodule foreach git pull origin master
+ # commit submodules state to star repo
+ $ git commit modules
=item 6.