2009/9/24 Justin DeVuyst <[email protected]>: > All, > > The three top HLLs (Cardinal, Partcl, and Rakudo) are now smokable. > > And here's the smolder links: > > Cardinal > http://smolder.plusthree.com/app/public_projects/smoke_reports/16 > > Partcl > http://smolder.plusthree.com/app/public_projects/smoke_reports/17 >
The attached patch fixes the target smolder for Partcl on Windows (only with gmake). François. > Rakudo > http://smolder.plusthree.com/app/public_projects/smoke_reports/18 > > It would be great if we could get more smolder reports. Right > now I think its just me and moritz. Platform and architecture > diversity are pretty low at the moment. > > Here's my smoking script that I have cron'd on the hour: > http://nopaste.com/p/aTUoDoVJH > > -jdv > > _______________________________________________ > http://lists.parrot.org/mailman/listinfo/parrot-dev > >
Index: config/makefiles/root.in =================================================================== --- config/makefiles/root.in (revision 743) +++ config/makefiles/root.in (working copy) @@ -148,8 +148,10 @@ partcl_test_run.tar.gz: tcl.pbc - $(PERL) -I$(TOOLS_DIR)/lib t/harness --archive partcl_test_run.tar.gz --parrot_revision @revision@ +PARTCL_REV := $(shell $(PERL) tools/rev.pl) + smolder: partcl_test_run.tar.gz - curl -F architectu...@cpuarch@ -F platfo...@osname@ -F revision=`$(PERL) tools/rev.pl` -F report_fi...@partcl_test_run.tar.gz http:////smolder.plusthree.com/app/public_projects/process_add_report/17 + curl -F architectu...@cpuarch@ -F platfo...@osname@ -F revision=$(PARTCL_REV) -F report_fi...@partcl_test_run.tar.gz http:////smolder.plusthree.com//app//public_projects//process_add_report//17 spectest: tcl.pbc $(PERL) tools/tcl_test.pl
_______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
