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.
_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to