Revision: 5481 Author: pebender Date: Mon Sep 14 16:38:19 2009 Log: - Removed the processors argument from mksquashfs when creating squashfs images on the frontend.
http://code.google.com/p/minimyth/source/detail?r=5481 Modified: /trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums /trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm ======================================= --- /trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums Mon Jul 20 10:25:00 2009 +++ /trunk/gar-minimyth/script/perl/perl-MiniMyth/checksums Mon Sep 14 16:38:19 2009 @@ -1,1 +1,1 @@ -d3cf505cf00e9c643bd4afd859faf609 download/MiniMyth.pm +bdba322a94c1440cd13449a15fef707c download/MiniMyth.pm ======================================= --- /trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm Mon Jul 20 10:25:00 2009 +++ /trunk/gar-minimyth/script/perl/perl-MiniMyth/files/MiniMyth.pm Mon Sep 14 16:38:19 2009 @@ -1865,7 +1865,7 @@ "$local_dir/$codecs_base"); unlink(qq($local_file)); - if (system(qq(/usr/bin/fakeroot /usr/bin/mksquashfs "$local_dir/$codecs_base" "$local_file" -no-exports -no-progress -processors 1 -force-uid 0 -force-gid 0 > "$devnull" 2>&1)) != 0) + if (system(qq(/usr/bin/fakeroot /usr/bin/mksquashfs "$local_dir/$codecs_base" "$local_file" -no-exports -no-progress -force-uid 0 -force-gid 0 > "$devnull" 2>&1)) != 0) { File::Path::rmtree(qq($local_dir/$codecs_base)); unlink(qq($local_file)); @@ -2006,7 +2006,7 @@ return 0; } - if (system(qq(/usr/bin/fakeroot /usr/bin/mksquashfs '/usr/local' "$local_file" -no-exports -no-progress -processors 1 -force-uid 0 -force-gid 0 -ckeck_data > "$devnull" 2>&1)) != 0) + if (system(qq(/usr/bin/fakeroot /usr/bin/mksquashfs '/usr/local' "$local_file" -no-exports -no-progress -force-uid 0 -force-gid 0 -ckeck_data > "$devnull" 2>&1)) != 0) { unlink($local_file); $self->message_log('err', qq(failed to create the extras file because squashfs failed.)); @@ -2051,7 +2051,7 @@ my $uid = getpwnam('minimyth'); my $gid = getgrnam('minimyth'); - if (system(qq(/usr/bin/fakeroot /usr/bin/mksquashfs '/home/minimyth/.mythtv/themecache' "$local_file" -no-exports -no-progress -processors 1 -force-uid $uid -force-gid $gid > "$devnull" 2>&1)) != 0) + if (system(qq(/usr/bin/fakeroot /usr/bin/mksquashfs '/home/minimyth/.mythtv/themecache' "$local_file" -no-exports -no-progress -force-uid $uid -force-gid $gid > "$devnull" 2>&1)) != 0) { unlink($local_file); $self->message_log('err', qq(failed to create the MythTV themecache file because squashfs failed.)); --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "minimyth-commits" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/minimyth-commits?hl=en -~----------~----~----~----~------~----~------~--~---
