Skip to content

Commit

Permalink
no special handling needed, PR got applied
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Apr 2, 2014
1 parent d381a68 commit f9a0c4c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tools/star/release-guide.pod
Expand Up @@ -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
Expand Down

0 comments on commit f9a0c4c

Please sign in to comment.