[csw-devel] SF.net SVN: gar:[7828] csw/mgar/gar/v2-checkpkg/bin/mkpackage

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sat Jan 2 12:34:18 CET 2010


Revision: 7828
          http://gar.svn.sourceforge.net/gar/?rev=7828&view=rev
Author:   wahwah
Date:     2010-01-02 11:34:18 +0000 (Sat, 02 Jan 2010)

Log Message:
-----------
mGAR v2-checkpkg: Reverting from pigz to gzip as the default.

Modified Paths:
--------------
    csw/mgar/gar/v2-checkpkg/bin/mkpackage

Modified: csw/mgar/gar/v2-checkpkg/bin/mkpackage
===================================================================
--- csw/mgar/gar/v2-checkpkg/bin/mkpackage	2010-01-02 11:14:03 UTC (rev 7827)
+++ csw/mgar/gar/v2-checkpkg/bin/mkpackage	2010-01-02 11:34:18 UTC (rev 7828)
@@ -908,7 +908,7 @@
         my $compress =
           $config{usebzip}
           ? 'bzip2 -9 -f %s'
-          : 'pigz -9 -f %s';
+          : 'gzip -9 -f %s';
 
         vexec( sprintf( $compress, $tmppkg ), "Failed to compress $tmppkg" );
         $tmppkg .= $config{usebzip} ? ".bz2" : ".gz";


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list