aboutsummaryrefslogtreecommitdiff
path: root/lib/actions/install.bash
AgeCommit message (Collapse)AuthorFilesLines
2022-04-12Use the superiour form of indentationHEADmasterPatrick Spek1-1/+1
2022-04-12Run zef build for modules that have a Build.pm6Donald Hunter1-0/+5
2022-04-12Add locale setting for macOS in install scriptDonald Hunter1-0/+1
2021-04-01First draft for DragonflyBSD supportPatrick Spek1-0/+1
2021-03-04Use gmake for nqp and rakudo if its availablePatrick Spek1-4/+4
NQP and Rakudo generate a different makefile if gmake is available, and their makefiles require gmake to be used because of that. This change will check if gmake is available, and use it for those particular core components instead of regular make.
2021-01-07Create RSTAR_PREFIX dir earlierPatrick Spek1-3/+3
This should ensure that it can be resolved properly, so the information message will always show a directory.
2021-01-06Add edge-case for Archlinux' LC_ALLPatrick Spek1-1/+4
The Archlinux devs appear to be the only ones who missed the memo about C.UTF-8, so this patch should work around that.
2021-01-06Only use logfile if RSTAR_DEBUG isn't setPatrick Spek1-12/+18
2021-01-06Use notices for a couple more messagesPatrick Spek1-3/+5
2021-01-06Reduce on-screen logs when installingPatrick Spek1-8/+31
2020-11-20Add warning for OpenBSD users without a classPatrick Spek1-0/+12
2020-11-20Remove --strip-components from tar during fetchPatrick Spek1-3/+3
--strip-components is only available in GNU tar, making it unreliable in OpenBSD environments.
2020-04-10Silence a cd errorPatrick Spek1-1/+1
2020-04-01Fix up shebang in the install actionPatrick Spek1-1/+1
2020-04-01Don't use relocatable builds on OpenBSDPatrick Spek1-4/+11
2020-03-29Use the already available epoch if no epoch.txt existsPatrick Spek1-1/+1
2020-03-29Consolidate fetch data in fetch_core.txtPatrick Spek1-9/+11
2020-03-29Add LC_ALL and SOURCE_DATE_EPOCH to install actionPatrick Spek1-1/+13
These are strongly advised to be set when working towards reproducible builds. While I'm unsure if any of the Raku components actually support it, there's no harm in having them.
2020-03-28Split up install processPatrick Spek1-20/+47
2020-03-26Move dist files aroundPatrick Spek1-4/+4
2020-03-22Include duration of installation processPatrick Spek1-1/+7
2020-03-22Work out (most?) issues reported by shellcheckPatrick Spek1-5/+14
2020-03-22Initial commitPatrick Spek1-0/+127