From 42daf9f29871449345151cee83b628871d798a49 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Sat, 14 Dec 2013 21:47:31 +0100 Subject: Update release guide to avoid out-of-date submodules --- tools/star/release-guide.pod | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod index 999dbcb..7b63cb9 100644 --- a/tools/star/release-guide.pod +++ b/tools/star/release-guide.pod @@ -33,6 +33,19 @@ Clone the git@github.com:rakudo/star repository. $ git clone git@github.com:rakudo/star +If you already have clone of rakudo/star, make sure it is in sync +with github: + + $ git checkout master + $ git pull origin master + $ git submodule sync --force + +Verify that + + $ git status + +reports a clean repository. + =item 2. Change to the star repository directory, and edit the first three -- cgit v1.1