Fire is step THREE! | github.com/perl6/toolchain-bikeshed | Channel logs: irclog.perlgeek.de/perl6-toolchain/today | useful prior art: metacpan.org/pod/CPAN::Meta::Spec
Set by moderator on 16 May 2017.
01:49 ilbot3 joined
moderator Fire is step THREE! | github.com/perl6/toolchain-bikeshed | Channel logs: irclog.perlgeek.de/perl6-toolchain/today | useful prior art: metacpan.org/pod/CPAN::Meta::Spec
ugexe gist.github.com/ugexe/0e77eaba67c8...a59f20c164 03:59
05:42 domidumont joined 06:22 domidumont joined 06:30 domidumont joined 08:15 domidumont1 joined 12:27 domidumont joined
ranguard ugexe: minor note, not sure what generates the cpantesters url - but could you add `www.` in the front - and either way it's not working (though that might be because it's not finished) :) 13:10
ugexe ranguard: yeah i don't think the web frontend can show them yet
garu assured me if I get an id back though that they are saved to the database 13:11
ranguard nice :) 13:18
14:26 FROGGS joined 14:45 domidumont joined
jdv79 what is this cpan.json file? 15:19
there are some indexer files that PAUSE gens
www.cpan.org/modules/by-authors/p6{...s}.json.gz 15:22
where is that bit that i missed then? 15:42
ugexe cpan.json is generated by cron on my server. it basically does 16:13
/usr/bin/rsync --dry-run --prune-empty-dirs -av --include="/id/*/*/*/Perl6/" --include="/id/*/*/*/Perl6/*.meta" --exclude="/id/*/*/*/Perl6/*" --exclude='/id/*/*/*/*' --exclude='id/*/*/CHECKSUMS' --exclude='id/*/CHECKSUMS' cpan-rsync.perl.org::CPAN/authors/id CPAN
from which i can get every Perl6 distribution's pause-generated .meta file 16:14
jdv79 cool 16:15
ugexe jdv79: i did not know about those! thanks
jdv79 those are just from the initial PAUSE changes (that FROGGS did i think) 16:16
they are just a guess at what would be needed. could be changed. i don't think anything relies on them. 16:17
ugexe its showing Inline::Perl5 (which nine manually uploaded) so i think they are working as expected
jdv79 they are definitely working 16:18
oh, lunch time & 16:19
18:49 domidumont joined
ugexe hopefully i get a chance to take another stab at implementing the build.pm replacement this weekend since the cpan stuff is already done 22:48
well integrating the build.pm replacement rather