From 3be6a386b5745cf1aa7554b1ff550be2b1032aa6 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Fri, 20 Feb 2015 09:30:30 +0100 Subject: Prepare parrot suspension --- tools/star/release-guide.pod | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'tools/star/release-guide.pod') diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod index 20f8153..da3026e 100644 --- a/tools/star/release-guide.pod +++ b/tools/star/release-guide.pod @@ -8,7 +8,7 @@ varies from one release to the next. Also, while the Rakudo compiler issues monthly releases; Star releases are free to choose a longer release cycle. Star releases are also free to choose older releases of the compiler, NQP, and/or -Parrot. The goal is to balance end-user stability needs with +MoarVM. The goal is to balance end-user stability needs with progress being made on the compiler, modules, and other runtime components. Currently Star is on a monthly release cycle; we expect to slow down to quarterly releases again sometime in the @@ -57,13 +57,12 @@ reports a clean repository. Change to the star repository directory, and edit the first four lines of F to indicate the desired releases of -Rakudo, NQP, MoarVM, and Parrot to use. +Rakudo, NQP and MoarVM to use. Usually that means the last Rakudo release, the NQP version that is in the released Rakudo's F file, the MoarVM version that is in the F file that is included in the NQP -release, and the Parrot version in the F file -that is include in the NQP release. +release. $ cd star $ vi tools/star/Makefile @@ -154,7 +153,7 @@ Unpack the tarball somewhere else, and do a test build/install: $ cd work $ tar xvfz ../rakudo-star-2012.08.tar.gz $ cd rakudo-star-2012.08 - $ perl Configure.pl --gen-parrot + $ perl Configure.pl --gen-moar $ make install $ make rakudo-test $ make rakudo-spectest @@ -198,8 +197,6 @@ Publicize the release in the appropriate places. These include: =item * perl6-compiler@perl.org -=item * parrot-users@lists.parrot.org - =item * http://en.wikipedia.org/wiki/Rakudo_Perl_6 =item * http://en.wikipedia.org/wiki/Perl_6 -- cgit v1.1