aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-03-23Set up possibilities to find a usable downloading toolPatrick Spek1-6/+16
2020-03-23Make dist generate checksums and a PGP signaturePatrick Spek1-2/+47
2020-03-23Extend the READMEPatrick Spek1-7/+32
2020-03-22Remove useless exports of functionsPatrick Spek2-16/+0
2020-03-22Rename fetch to fetch_httpPatrick Spek2-3/+3
2020-03-22Discover some system informationPatrick Spek2-8/+57
2020-03-22Include duration of installation processPatrick Spek2-1/+29
2020-03-22Put http in backticksPatrick Spek1-1/+1
2020-03-22Fix Perl module checkPatrick Spek1-1/+3
2020-03-22Work out (most?) issues reported by shellcheckPatrick Spek7-49/+82
2020-03-22Include all community modules from old rakudo-starPatrick Spek1-62/+62
2020-03-22Include a gitignore to keep out most unwanted stuffPatrick Spek1-0/+7
2020-03-22Initial commitPatrick Spek15-0/+822
2020-02-26README update Windows linkNaoum Hankache1-1/+1
2020-02-26Merge pull request #144 from Tyil/masterNaoum Hankache108-664/+1128
Get Rakudo Star working for 2019.07.1
2020-02-19Improve release quickstartPatrick Spek1-0/+6
This commit adds the invocations to create checksums and a PGP signature for the release tarball.
2020-02-19Add announcement to docsPatrick Spek1-0/+25
2020-01-28Update the utilities to make building a new release easierPatrick Spek2-8/+25
2020-01-28Update Makefile to use GitHub as source for Rakudo and NQPPatrick Spek1-1/+2
2020-01-28Bump component versionsPatrick Spek2-4/+4
2020-01-28Update submodulesPatrick Spek12-0/+52
2020-01-28Merge branch '2019.11-rc2'Patrick Spek1-19/+30
2019-12-23Add a release announcement for 2019.11Patrick Spek1-0/+35
2019-12-08Make modules-test not exit after first failurePatrick Spek1-19/+30
2019-12-05Merge branch '2019.11-rc1' into 'master'tyil18-32/+75
Rakudo Star 2019.11 See merge request tyil/rakudo-star!2
2019-12-05Make perl6 available during module testingPatrick Spek1-1/+2
2019-12-05Don't reinstall modules for testingPatrick Spek1-2/+2
2019-12-05Use -utils to get provePatrick Spek1-1/+1
2019-12-05Update modules-test to show cwdPatrick Spek1-1/+1
2019-12-05Include Test::Harness package for module testingPatrick Spek1-1/+1
2019-12-05Update modules-test scriptPatrick Spek1-12/+37
2019-12-05Use verbose module testingPatrick Spek1-1/+1
2019-12-05Add openssl and readline development packages for testingPatrick Spek1-1/+1
2019-12-05Skip testing phase when installing Rakudo StarPatrick Spek1-3/+9
2019-12-05Update the source URLs in the Makefile to use upstreamPatrick Spek1-1/+1
2019-12-05Bump Rakudo Star versionPatrick Spek1-1/+1
2019-12-05Bump component versionsPatrick Spek1-3/+3
2019-12-05Update distribution modulesPatrick Spek8-0/+0
2019-11-16Add Encode as dependency for HTTP::UserAgentPatrick Spek3-1/+5
2019-11-16Fix typo in HTTP::UserAgent entryPatrick Spek1-2/+2
2019-11-16Replace Linenoise with ReadlinePatrick Spek7-5/+12
2019-11-11Add a quickstart to the READMEPatrick Spek1-0/+9
2019-11-11Rewrite module-installPatrick Spek1-10/+20
After some debugging, it appeared to be the options to disable certain sources that caused issues with the command from running in the old fashion. Let's see if keeping the rest is going to fix Linenoise.
2019-11-11Use the .md extension for the release guidePatrick Spek1-0/+0
2019-11-07Revert changes to module-install.plPatrick Spek1-1/+3
Linenoise fails to install for everyone, and this script may be the cause. To test this out, the easiest thing to do would be reverting this file, and see if things work fine now.
2019-11-05Update scriptsPatrick Spek4-55/+123
2019-11-04Update DockerfilePatrick Spek1-5/+8
2019-11-04Update Docker targetPatrick Spek2-4/+5
2019-11-04Remove the FTP to dist.tyil.nlPatrick Spek1-15/+1
GitLab CI seems to not play nice with its CI variables, and I don't have the time to fix more right now.
2019-11-02Release before testingPatrick Spek1-1/+1
This is done for now, since testing takes a very long time (the spectest lasts almost an hour), but there's new phases that need to debugged after those as well.