aboutsummaryrefslogtreecommitdiff
path: root/tools/build
AgeCommit message (Collapse)AuthorFilesLines
2019-12-08Make modules-test not exit after first failurePatrick Spek1-19/+30
2019-12-05Don't reinstall modules for testingPatrick Spek1-2/+2
2019-12-05Update modules-test to show cwdPatrick Spek1-1/+1
2019-12-05Update modules-test scriptPatrick Spek1-12/+37
2019-12-05Skip testing phase when installing Rakudo StarPatrick Spek1-3/+9
2019-12-05Bump Rakudo Star versionPatrick Spek1-1/+1
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-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-10-31Update zef command for installing bundled modulesPatrick Spek1-2/+0
2019-10-30Use --/test for module installationsPatrick Spek1-1/+1
2019-10-25Set release versionPatrick Spek1-1/+1
2019-03-09Update README and Makefile.inNaoum Hankache1-2/+2
2018-11-11bump versionsSteve Mynott1-1/+1
2018-07-29Revert "single quote PATH in order to fix #114" because it doesn't workSteve Mynott1-4/+4
yet :( This reverts commit 16eb5edd99af987c2596e4f3e0760f17a97a3060.
2018-07-29bump versions of star,moar etc.Steve Mynott1-1/+1
2018-07-03single quote PATH in order to fix #114Steve Mynott1-4/+4
2018-04-25bump rakudo,nqp & MoarVM release versionsSteve Mynott1-1/+1
2018-03-09zef-m to zef-j, probably still doesn't workSteve Mynott1-1/+1
2018-03-08Swap panda to zef for JVM buildZoffix Znet1-3/+2
2018-01-25bump moar, nqp and rakudoSteve Mynott1-1/+1
2018-01-19we don't use panda nowSteve Mynott1-56/+0
2018-01-19change 2017 to 2018Steve Mynott1-1/+1
2017-10-27bump 2017.07 to .10 and remove panda replacing by panda-stubSteve Mynott1-1/+1
2017-07-23add space after script name tbrowder++Steve Mynott1-1/+1
2017-07-16bump versions to 2017.07Steve Mynott1-1/+1
2017-04-18bump versions to 2017.04 and 04.1 for rakudoSteve Mynott1-1/+1
2017-01-21bump copyright notice to 2017Steve Mynott1-1/+1
2017-01-21bump version to 2017.01Steve Mynott1-1/+1
2017-01-21use new rakudo in forthcoming zef based star betaSteve Mynott1-1/+1
2017-01-21don't access the network for modules ugexe++Steve Mynott1-1/+2
2017-01-21Skip [build&test]-dependsNick Logan1-3/+5
2017-01-21args for zefSteve Mynott1-1/+1
2017-01-21install zef not pandaSteve Mynott1-2/+2
2016-11-19more version bumpsSteve Mynott1-1/+1
2016-10-16bump more versionsSteve Mynott1-1/+1
2016-07-29Panda: Don't try to resolve depenciesHinrik Örn Sigurðsson1-1/+1
Without this, Panda tries to access the network to resolve the deps for some modules (16 out of 32 at the moment), leading to them getting skipped when Rakudo is installed without a network connection. There's no need to resolve dependencies anyway since modules/MODULES.txt takes care of listing modules in the correct order. Here's what you otherwise get without a network connection: ``` ==> Installing NativeHelpers::Blob from a local directory 'modules/NativeHelpers-Blob' ==> Fetching NativeHelpers::Blob ==> Building NativeHelpers::Blob ==> Testing NativeHelpers::Blob ==> Installing NativeHelpers::Blob ==> Successfully installed NativeHelpers::Blob ==> Installing DBIish from a local directory 'modules/DBIish' Could not download module metadata: Failed to connect: network is unreachable. Falling back to the curl command. curl: (7) couldn't connect to host curl failed: The spawned process exited unsuccessfully (exit code: 7). Falling back to the wget command. wget failed as well: The spawned process exited unsuccessfully (exit code: -1). Sorry, have to give up. in block at /usr/local/booking-perl/5.14.2/site/lib/auto/Fake/Perl6/share/perl6/site/sources/A1870B677797BB95A44CD4B9000A4C998866C47E (Panda::Ecosystem) line 138 in any at /usr/local/booking-perl/5.14.2/site/lib/auto/Fake/Perl6/share/perl6/site/precomp/03419F43BFFCE0AEDE2CD622AE91E8513382EF49.1469791050.00666/A1/A1870B677797BB95A44CD4B9000A4C998866C47E line 1 in block at /usr/local/booking-perl/5.14.2/site/lib/auto/Fake/Perl6/share/perl6/site/sources/A1870B677797BB95A44CD4B9000A4C998866C47E (Panda::Ecosystem) line 134 in any at /usr/local/booking-perl/5.14.2/site/lib/auto/Fake/Perl6/share/perl6/site/precomp/03419F43BFFCE0AEDE2CD622AE91E8513382EF49.1469791050.00666/A1/A1870B677797BB95A44CD4B9000A4C998866C47E line 1 in block at /usr/local/booking-perl/5.14.2/site/lib/auto/Fake/Perl6/share/perl6/site/sources/A1870B677797BB95A44CD4B9000A4C998866C47E (Panda::Ecosystem) line 128 in any at /usr/local/booking-perl/5.14.2/site/lib/auto/Fake/Perl6/share/perl6/site/precomp/03419F43BFFCE0AEDE2CD622AE91E8513382EF49.1469791050.00666/A1/A1870B677797BB95A44CD4B9000A4C998866C47E line 1 in method update at /usr/local/booking-perl/5.14.2/site/lib/auto/Fake/Perl6/share/perl6/site/sources/A1870B677797BB95A44CD4B9000A4C998866C47E (Panda::Ecosystem) line 94 in method init-projects at /usr/local/booking-perl/5.14.2/site/lib/auto/Fake/Perl6/share/perl6/site/sources/A1870B677797BB95A44CD4B9000A4C998866C47E (Panda::Ecosystem) line 48 in method get-project at /usr/local/booking-perl/5.14.2/site/lib/auto/Fake/Perl6/share/perl6/site/sources/A1870B677797BB95A44CD4B9000A4C998866C47E (Panda::Ecosystem) line 152 in method get-deps at /usr/local/booking-perl/5.14.2/site/lib/auto/Fake/Perl6/share/perl6/site/sources/582CB7486602954A4601BDCE5A0EAC54B05DA58A (Panda) line 181 in method resolve at /usr/local/booking-perl/5.14.2/site/lib/auto/Fake/Perl6/share/perl6/site/sources/582CB7486602954A4601BDCE5A0EAC54B05DA58A (Panda) line 224 in sub MAIN at /usr/local/booking-perl/5.14.2/site/lib/auto/Fake/Perl6/share/perl6/site/resources/E0D978079BB5081DE986D058BB8AB08252F05CC8 line 18 in block <unit> at /usr/local/booking-perl/5.14.2/site/lib/auto/Fake/Perl6/share/perl6/site/resources/E0D978079BB5081DE986D058BB8AB08252F05CC8 line 151 ```
2016-07-19fix local module install on windows2016.07Steve Mynott1-1/+4
2016-07-17bump to 2016.07Steve Mynott1-1/+1
2016-04-29fix PATH for make modules-install under windowsSteve Mynott1-4/+4
2016-04-25no unix type PATH under windowsSteve Mynott1-4/+4
2016-04-24add perl6 install path to panda bootstrap and module installSteve Mynott1-4/+4
2016-04-20Bumpy McVersionBumpSteve Mynott1-1/+1
2016-04-01Change in the readme and more modules.Timo Paulssen1-1/+1
2016-03-13Attempt to fix Makefile when installed with -j4Moritz Lenz1-6/+6
2016-02-03choose to set PATH in wizard on windowsTobias Leich1-2/+27
2016-02-03bump a (c) yearSteve Mynott1-1/+1
2016-02-03bump STAR_VERSIONSteve Mynott1-1/+1
2016-01-27fix typoTobias Leich1-1/+1
2016-01-27display all-is-well message when installation completesTobias Leich1-1/+9
diakopter++
2016-01-27revert using --bindir when installing pandaTobias Leich2-18/+9
We can install panda and the binaries of the Star dist into install/bin, though when the user later installs binaries or updates panda, these would go into install/share/perl6/site/bin by default. Since there is currently no sane way to prevent that, we just install non-core stuff info [...]/site/bin, and the user will have to add two paths to PATH.