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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Dec 31 14:53:54 CET 2009


Revision: 7803
          http://gar.svn.sourceforge.net/gar/?rev=7803&view=rev
Author:   wahwah
Date:     2009-12-31 13:53:54 +0000 (Thu, 31 Dec 2009)

Log Message:
-----------
mGAR v2: Reverting r7795, using gzip (not pigz)

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

Modified: csw/mgar/gar/v2/bin/mkpackage
===================================================================
--- csw/mgar/gar/v2/bin/mkpackage	2009-12-31 11:14:14 UTC (rev 7802)
+++ csw/mgar/gar/v2/bin/mkpackage	2009-12-31 13:53:54 UTC (rev 7803)
@@ -908,7 +908,7 @@
         my $compress =
           $config{usebzip}
           ? 'bzip2 -9 -f %s'
-          : 'pigz --fast -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