aboutsummaryrefslogtreecommitdiff
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
parente0a5125286a928b2c7e0ff273bb652a8218cf645 (diff)
Update download URLs
-rw-r--r--Configure.pl2
-rw-r--r--README.star2
-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
6 files changed, 12 insertions, 10 deletions
diff --git a/Configure.pl b/Configure.pl
index 6daca6f..9b065cc 100644
--- a/Configure.pl
+++ b/Configure.pl
@@ -291,7 +291,7 @@ sub download_text {
("The git repository contains the tools needed to build a Rakudo Star",
"release, but does not contain a complete Rakudo Star release.",
"To download and build the latest release of Rakudo Star, please",
- "download a .tar.gz file from http://rakudo.org/downloads/star/ .")
+ "download a .tar.gz file from https://rakudo.perl6.org/downloads/star/ .")
}
sub worry {
diff --git a/README.star b/README.star
index 0910651..52f3a08 100644
--- a/README.star
+++ b/README.star
@@ -5,7 +5,7 @@ contains the tools and scripts used to create a distribution.
If you're looking to simply download and run the latest release
of Rakudo Star, please download a .tar.gz or .msi file from
-http://rakudo.org/downloads/star/. Note: the tar files available
+https://rakudo.perl6.org/downloads/star/. Note: the tar files available
from github.com are NOT suitable for building Rakudo Star; do not use them.
If you're still reading this, we assume you're a Rakudo Star
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.