print "Compressing disk image...\n";
system("mv", "-f", $nightlyLauncherDiskImagePath, "$nightlyLauncherDiskImagePath.uncompressed.dmg") == 0 or die "Renaming disk image failed";
- system("hdiutil", "convert", "-quiet", "$nightlyLauncherDiskImagePath.uncompressed.dmg", "-format", "UDZO", "-imagekey", "zlib-level=9", "-o", "$nightlyLauncherDiskImagePath");
+ system("hdiutil", "convert", "-quiet", "$nightlyLauncherDiskImagePath.uncompressed.dmg", "-format", "UDBZ", "-imagekey", "zlib-level=9", "-o", "$nightlyLauncherDiskImagePath");
die "Compressing disk image failed" if $?;
unlink "$nightlyLauncherDiskImagePath.uncompressed.dmg";
+2007-04-03 Mark Rowe <mrowe@apple.com>
+
+ Reviewed by Antti.
+
+ * BuildSlaveSupport/build-launcher-dmg: Use bzip2 compression in nightly build disk images rather than gzip.
+
2007-04-02 Anders Carlsson <andersca@apple.com>
* DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.h: