aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/dist_moarvm.txt2
-rw-r--r--etc/dist_nqp.txt2
-rw-r--r--etc/dist_rakudo.txt2
-rw-r--r--etc/fetch_core.txt12
4 files changed, 12 insertions, 6 deletions
diff --git a/etc/dist_moarvm.txt b/etc/dist_moarvm.txt
deleted file mode 100644
index eb62af2..0000000
--- a/etc/dist_moarvm.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-url=https://www.moarvm.org/releases/MoarVM-%s.tar.gz
-version=2020.01.1
diff --git a/etc/dist_nqp.txt b/etc/dist_nqp.txt
deleted file mode 100644
index daf0962..0000000
--- a/etc/dist_nqp.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-url=https://github.com/perl6/nqp/releases/download/%s/nqp-%s.tar.gz
-version=2020.01
diff --git a/etc/dist_rakudo.txt b/etc/dist_rakudo.txt
deleted file mode 100644
index 2000f5c..0000000
--- a/etc/dist_rakudo.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-url=https://github.com/rakudo/rakudo/releases/download/%s/rakudo-%s.tar.gz
-version=2020.01
diff --git a/etc/fetch_core.txt b/etc/fetch_core.txt
new file mode 100644
index 0000000..7c48386
--- /dev/null
+++ b/etc/fetch_core.txt
@@ -0,0 +1,12 @@
+# These are the version numbers of the core components of Rakudo Star. Change
+# these if you want to create a distribution containing different core
+# component versions.
+moarvm_version=2020.01.1
+nqp_version=2020.01
+rakudo_version=2020.01
+
+# These are the URLs to fetch the sources from. You can use %s in the URLs as a
+# placeholder for the version number, specified above.
+moarvm_url=https://www.moarvm.org/releases/MoarVM-%s.tar.gz
+nqp_url=https://github.com/perl6/nqp/releases/download/%s/nqp-%s.tar.gz
+rakudo_url=https://github.com/rakudo/rakudo/releases/download/%s/rakudo-%s.tar.gz