aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2013-05-01 01:10:10 -0500
committerpmichaud <pmichaud@pobox.com>2013-05-01 01:10:10 -0500
commite050eea08fe9a1afcf49b74b6d49ae9daac0b918 (patch)
tree5fce7869525eaff2d4910a4b1aea74a8ea457a40 /tools
parentefbe3adedf6f89b6c7fbc77b6c5aba57746fa22d (diff)
Add draft 2013.04 announcement.
Diffstat (limited to 'tools')
-rw-r--r--tools/star/Makefile9
-rw-r--r--tools/star/release-guide.pod3
2 files changed, 5 insertions, 7 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 6dd6487..1db34b9 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -1,7 +1,6 @@
-RAKUDO_VER = 2013.02.1
-NQP_VER = 2013.02.1
-PARROT_VER = 4.10.0
-PARROT_REL = devel/$(PARROT_VER)
+RAKUDO_VER = 2013.04
+NQP_VER = 2013.04
+PARROT_VER = 5.2.0
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz
@@ -15,7 +14,7 @@ NQP_TGZ = nqp-$(NQP_VER).tar.gz
NQP_URL = http://rakudo.org/downloads/nqp/$(NQP_TGZ)
NQP_SRC = $(SRC_DIR)/$(NQP_TGZ)
PARROT_TGZ = parrot-$(PARROT_VER).tar.gz
-PARROT_URL = http://ftp.parrot.org/releases/$(PARROT_REL)/$(PARROT_TGZ)
+PARROT_URL = http://ftp.parrot.org/releases/all/$(PARROT_VER)/$(PARROT_TGZ)
PARROT_SRC = $(SRC_DIR)/$(PARROT_TGZ)
PERL = perl
diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod
index eca77d6..a109e02 100644
--- a/tools/star/release-guide.pod
+++ b/tools/star/release-guide.pod
@@ -27,8 +27,7 @@ Clone the git@github.com:rakudo/star repository.
Change to the star repository directory, and edit the first three
lines of tools/star/Makefile to indicate the desired releases of
-Rakudo, NQP, and Parrot to use. Also change PARROT_REL to be
-"supported" or "devel" depending on the type of Parrot release.
+Rakudo, NQP, and Parrot to use.
$ cd star
$ vi tools/star/Makefile