aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Leich <email@froggs.de>2014-04-02 11:38:57 +0200
committerTobias Leich <email@froggs.de>2014-04-02 11:38:57 +0200
commitf9a0c4c607272e9a0a50d4059c277f4324770510 (patch)
tree89480c389d32f0bcbf1f99762045ce4897db8ae4
parentd381a68147b20a76303f0ef2934f15566a59499f (diff)
no special handling needed, PR got applied
-rw-r--r--tools/star/release-guide.pod11
1 files changed, 0 insertions, 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<ATTENTION!> 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