Bug 8189 - Spinneret nightly builds
Summary: Spinneret nightly builds
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: PC Windows Server 2003
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-04 20:23 PDT by Justin Haygood
Modified: 2007-09-30 01:47 PDT (History)
2 users (show)

See Also:


Attachments
Perl script to build nightlies (3.23 KB, text/plain)
2006-04-04 20:25 PDT, Justin Haygood
eric: review-
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Haygood 2006-04-04 20:23:29 PDT
Attatched Perl script can build nightlies, needs some major cleanup, uses 7-zip (open source: http://www.7-zip.org) to create the sfx archive
Comment 1 Justin Haygood 2006-04-04 20:25:06 PDT
Created attachment 7516 [details]
Perl script to build nightlies

Perl script to build nightlies.. needs major cleanup
Comment 2 Eric Seidel (no email) 2006-04-04 20:32:13 PDT
Comment on attachment 7516 [details]
Perl script to build nightlies

1. This should be separated out into a "build-spinneret" script.
 2.  We don't generally commit commented out code, so we'll need to fix the various comment areas.
3.  I don't think you need all the attributions at the top of the file.
4. I'm not sure what an sfx file is... 
5.  We haven't historically distributed built copies of our testing tools, but I guess if you feel it useful enough we could do such for spinneret.

I think this is a good first start, but this will need some revision before we can commit this.
Comment 3 Mark Rowe (bdash) 2006-04-05 19:55:53 PDT
Eric, in regards to distributing copies of testing tools I think Spinneret is very similar to SVG DrawTest in that regard.  An "sfx archive" is a self-extracting executable containing the necessary dependencies to run Spinneret -- apparently Firefox on Windows uses something similar.

At the very least this script could be useful to hook into the buildbot for a similar use as the OS X one in bug 8188 :-)