aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-03-29 17:37:01 +0200
committerPatrick Spek <p.spek@tyil.nl>2020-03-29 17:37:01 +0200
commit1a3c36278c39a275455a0a524f8a494d90f77324 (patch)
treef071b471f1eb123fe0260974bd22eb759925e3d6 /etc
parent98c35cddda61236ad92e1ba47cf52ab86a1d16f3 (diff)
Consolidate fetch data in fetch_core.txt
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