aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2017-02-17 21:42:42 +0100
committerMoritz Lenz <moritz@faui2k3.org>2017-02-17 21:42:42 +0100
commitb3226803ac0b5d5b421d1ef269de6d6bc588f873 (patch)
treee7c50c550c564cdcaf2c8b9d06e8b86944452feb /tools
parente0a5125286a928b2c7e0ff273bb652a8218cf645 (diff)
Update download URLs
Diffstat (limited to 'tools')
-rw-r--r--tools/star/Makefile4
-rw-r--r--tools/star/mac-dmg.pod6
-rw-r--r--tools/star/release-guide.pod3
-rw-r--r--tools/star/windows-msi.pod5
4 files changed, 10 insertions, 8 deletions
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 40eb141..a38d75d 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -8,10 +8,10 @@ STAR_TGZ = $(STAR_REL).tar.gz
SRC_DIR = src
RAKUDO_TGZ = rakudo-$(RAKUDO_VER).tar.gz
-RAKUDO_URL = http://rakudo.org/downloads/rakudo/$(RAKUDO_TGZ)
+RAKUDO_URL = https://rakudo.perl6.org/downloads/rakudo/$(RAKUDO_TGZ)
RAKUDO_SRC = $(SRC_DIR)/$(RAKUDO_TGZ)
NQP_TGZ = nqp-$(NQP_VER).tar.gz
-NQP_URL = http://rakudo.org/downloads/nqp/$(NQP_TGZ)
+NQP_URL = https://rakudo.perl6.org/downloads/nqp/$(NQP_TGZ)
NQP_SRC = $(SRC_DIR)/$(NQP_TGZ)
MOAR_TGZ = MoarVM-$(MOAR_VER).tar.gz
MOAR_URL = http://www.moarvm.org/releases/$(MOAR_TGZ)
diff --git a/tools/star/mac-dmg.pod b/tools/star/mac-dmg.pod
index 70af8ee..5468b97 100644
--- a/tools/star/mac-dmg.pod
+++ b/tools/star/mac-dmg.pod
@@ -37,7 +37,7 @@ X 10.9 (and probably further).
=item 1.
Use your browser to download the latest star release, replace YYYY.MM by year and month:
-http://rakudo.org/downloads/star/rakudo-star-YYYY.MM.tar.gz
+https://rakudo.perl6.org/downloads/star/rakudo-star-YYYY.MM.tar.gz
Unpack this .tar.gz to your hard disk. You will get a folder rakudo-star-YYYY.MM, again
YYYY.MM is year and month of the star release.
@@ -100,9 +100,9 @@ them to the IRC channel or mailing list. If you alter scripts recommit them.
=item 6.
-Upload the dmg package to L<http://rakudo.org/downloads/star>:
+Upload the dmg package to L<https://rakudo.perl6.org/downloads/star>:
- scp "rakudo-star-YYYY.MM.dmg" rakudo@rakudo.org:public_html/downloads/star
+ scp "rakudo-star-YYYY.MM.dmg" rakudo@www.p6c.org:public_html/downloads/star
If you don't have permission to do this step, please ask one(pmichaud, jnthn,
masak, PerlJam/perlpilot, tadzik, moritz) on #perl6 to do it for you.
diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod
index f7a8ff5..250e2db 100644
--- a/tools/star/release-guide.pod
+++ b/tools/star/release-guide.pod
@@ -193,9 +193,10 @@ that prove impossible, you can omit the C<-s> from the command line.
=item 12.
-Upload the release tarball to L<http://rakudo.org/downloads/star>:
+Upload the release tarball to L<http://rakudo.org/downloads/star> and L<https://rakudo.perl6.org/downloads/star/>:
$ scp rakudo-star-2012.08.tar.gz rakudo@rakudo.org:public_html/downloads/star
+ $ scp rakudo-star-2012.08.tar.gz rakudo@www.p6c.org:public_html/downloads/star
If you don't have permission to do this step, please ask one(pmichaud, jnthn,
masak, PerlJam/perlpilot, tadzik, moritz) on #perl6 to do it for you.
diff --git a/tools/star/windows-msi.pod b/tools/star/windows-msi.pod
index f8396f2..4341192 100644
--- a/tools/star/windows-msi.pod
+++ b/tools/star/windows-msi.pod
@@ -49,7 +49,7 @@ If there is one, remove it, perhaps after creating backup.
=item 2.
Use your browser to download the latest star release, replace YYYY.MM by year and month:
-http://rakudo.org/downloads/star/rakudo-star-YYYY.MM.tar.gz
+https://rakudo.perl6.org/downloads/star/rakudo-star-YYYY.MM.tar.gz
Unpack this .tar.gz to your hard disk. You will get a folder rakudo-star-YYYY.MM, again
YYYY.MM is year and month of the star release.
@@ -110,9 +110,10 @@ list.
=item 9.
-Upload the msi package to L<http://rakudo.org/downloads/star>:
+Upload the msi package to L<http://rakudo.org/downloads/star> and L<https://rakudo.perl6.org/downloads/star/>:
scp "rakudo-star-YYYY.MM-x86 (no JIT).msi" rakudo@rakudo.org:public_html/downloads/star
+ scp "rakudo-star-YYYY.MM-x86 (no JIT).msi" rakudo@www.p6c.org:public_html/downloads/star
If you don't have permission to do this step, please ask one(pmichaud, jnthn,
masak, PerlJam/perlpilot, tadzik, moritz) on #perl6 to do it for you.