From f9a0c4c607272e9a0a50d4059c277f4324770510 Mon Sep 17 00:00:00 2001 From: Tobias Leich Date: Wed, 2 Apr 2014 11:38:57 +0200 Subject: no special handling needed, PR got applied --- tools/star/release-guide.pod | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod index ebc81d4..000f3bc 100644 --- a/tools/star/release-guide.pod +++ b/tools/star/release-guide.pod @@ -94,17 +94,6 @@ for the Star release. To bring all modules up to the current # pull master in each submodule dir $ git submodule foreach git pull origin master -B Currently, the perl6-lwp-simple repo needs to be kept at a -specific fork/branch, due to changes of a wiki page that get fetched in tests. -See: https://github.com/cosimo/perl6-lwp-simple/pull/28 -To fix this, run these commands from the top of the star repo: - - $ cd modules/perl6-lwp-simple - $ git remote add froggs git@github.com:FROGGS/perl6-lwp-simple.git - $ git checkout -b patch-5 - $ git pull froggs patch-5 - $ cd - - Then you may commit your update of the submodules: # commit submodules state to star repo -- cgit v1.1