James E Keenan wrote:

I didn't have an answer off the top of my head but promised to get back to him. When I got home, I wrote the attached Perl 5 program. Perl 5 for two reasons: (1) I think much faster in Perl than in shell; (2) Certain CPAN modules are needed for submission of the tarball to Smolder.

I think better in Perl too, but in this case, the bash script is pretty trivial:

cd /home/smoke/parrot;
if svn update | grep 'Updated to'; then make clean && perl Configure.pl && make smoke; fi;

Of course you need an svn install of parrot and all the Perl modules necessary for the smoke run (LWP, TAP::Harness::Archive)

--
Michael Peters
Plus Three, LP

_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to