aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2016-11-19Patch a url in one module testSteve Mynott1-1/+4
2016-11-19more version bumpsSteve Mynott1-1/+1
2016-11-19bump rakudo, nqp and moarSteve Mynott1-3/+3
2016-10-23note 2016.10Steve Mynott1-0/+1
2016-10-16bump more versionsSteve Mynott1-1/+1
2016-10-16correct changelog create cmdSteve Mynott1-1/+1
2016-10-16bump rakudo, nqp and moar versionsSteve Mynott1-3/+3
2016-10-16semi automate the module changelog creation for announcementSteve Mynott1-1/+9
2016-09-09Include step top update `-latest-` URLsZoffix Znet1-3/+24
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-25fix typoWill "Coke" Coleda1-1/+1
2016-07-22Include Hacker News as potential places to advertise releases atZoffix Znet1-0/+2
2016-07-22Include asking users to advertise the releaseZoffix Znet1-0/+16
2016-07-19fix local module install on windows2016.07Steve Mynott1-1/+4
2016-07-18bump rakudo versionSteve Mynott1-1/+1
2016-07-17bump rakudo, nqp and moarvm versions to 2016.07Steve Mynott1-3/+3
2016-07-17bump to 2016.07Steve Mynott2-1/+2
2016-05-24Point out where R* is listed in Rakudo Perl wikiZoffix Znet1-1/+1
2016-05-10Add alternate nick to docsJonathan Scott Duff3-3/+3
2016-04-29fix PATH for make modules-install under windowsSteve Mynott1-4/+4
2016-04-26doc how-to-get-rakudoSteve Mynott1-0/+2
2016-04-25mention perl6.org as announce vectorSteve Mynott1-0/+2
2016-04-25note 2016.04 release in release-guide.podSteve Mynott1-0/+1
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-20bump versions to 2016.04Steve Mynott1-3/+3
2016-04-09put blank nl before every new year2016.03Steve Mynott1-0/+3
2016-04-09FROGGS did 2016.01Steve Mynott1-0/+1
2016-04-02output revdeps, fix array assignment from set.Timo Paulssen1-2/+10
2016-04-02add a little tool for analyzing modules/ for missing stuffTimo Paulssen1-0/+38
2016-04-01Change in the readme and more modules.Timo Paulssen1-1/+1
2016-04-01bump versions to 2016.03Timo Paulssen1-3/+3
2016-03-13Attempt to fix Makefile when installed with -j4Moritz Lenz1-6/+6
2016-02-12fix typoTobias Leich1-1/+1
2016-02-11import mac binary installer podSteve Mynott1-0/+129
2016-02-03choose to set PATH in wizard on windowsTobias Leich1-2/+27
2016-02-03update versions in MakefileSteve Mynott1-3/+3
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.
2016-01-27fix thinko when invoking pandaTobias Leich1-1/+1
Running "perl6 panda-m.bat" certainly wont work on windows. Though "perl6 panda-m" will.
2016-01-27sine we bootstrap panda, we dont fake its stateTobias Leich1-1/+0
2016-01-27first working post 6.c starTobias Leich2-115/+9
2015-11-28Update release guide with the last two releasesMoritz Lenz1-0/+2
2015-11-28Tell peple to run modules-test instead of a broken prove command2015.11Moritz Lenz1-2/+1
the prove command is broken for modules that come with *.pm files in t/lib/ and assume relative paths (such as DBIish)
2015-11-24Merge branch 'master' of github.com:rehsack/starMoritz Lenz2-3/+8
2015-11-24tools/build: pass extra arguments to rakudo only when necessaryJens Rehsack1-1/+1
Don't pass unspecified configure parameters (namely --sdkroot and --sysroot) to avoid configure errors in rakudo. Signed-off-by: Jens Rehsack <sno@netbsd.org>