aboutsummaryrefslogtreecommitdiffstats
path: root/compress_files
Commit message (Collapse)AuthorAgeFilesLines
* a bit more consistency in various file headersGuillaume Rousse2018-08-041-1/+0
|
* drop support for LZMAThierry Vignaud2015-08-281-4/+2
|
* Fix $_ in compress_files.Shlomi Fish2015-07-251-30/+39
|
* Fix warnings/etc. on recent perls.Shlomi Fish2015-07-251-1/+5
|
* Use xz -2ef options to optimize compression for man and info files, which ↵Dan Fandrich2013-12-221-1/+1
| | | | | | | are almost always <2MB Note: This commit was accidentally missed when importing from subversion and has now been restored.
* simplify xargs() usage now that all callers care about its return valueThierry Vignaud2013-12-221-7/+5
| | | | | Note: This commit was accidentally missed when importing from subversion and has now been restored.
* perl_checker cleanupsThierry Vignaud2013-12-221-19/+23
| | | | | Note: This commit was accidentally missed when importing from subversion and has now been restored.
* no need for these funcs to be variablesThierry Vignaud2013-12-221-22/+25
| | | | | Note: This commit was accidentally missed when importing from subversion and has now been restored.
* Abort with an error message if compress_files has problems compressingDan Fandrich2013-12-221-1/+3
| | | | | | | | | No longer use -9 when compressing with xz, because this creates compressed files that require massive amounts of RAM to decompress and makes no difference in size on tiny man pages. Note: This commit was accidentally missed when importing from subversion and has now been restored.
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2012-01-011-1/+1
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r2551 | dmorgan | 2012-01-01 11:27:15 +0000 (Sun, 01 Jan 2012) | 1 line Add spec-helper ------------------------------------------------------------------------
* xz 5.0 do not support --text option now0.31.4Funda Wang2010-11-221-1/+1
|
* oopdGuillaume Rousse2009-05-081-4/+4
|
* cosmeticsGuillaume Rousse2009-05-081-13/+13
|
* drop hardlink handling, as current implementation doesn't work ↵Guillaume Rousse2009-05-081-36/+7
| | | | (uncompression fails for files with hard links), and given than no error was ever reported, it is unlikely to happen
* fix exception handling:Guillaume Rousse2009-05-081-11/+8
| | | | | | | - exported string is now a single regexp, as automatic dependencies exceptions - don't change directory in compress_file, so as to match absolute path easily, as $File::Find::name will always be relative to $buildroot
* fix syntax error (bug #50724)v0.30.1Götz Waschk2009-05-081-1/+0
|
* * replace deprecated 'lzmash' command with 'lzma'Per Øyvind Karlsen2009-05-071-3/+6
| | | | | * add support for xz
* no more external chmod command useGuillaume Rousse2008-05-081-2/+6
|
* no more usage of external find commandGuillaume Rousse2008-05-081-11/+11
|
* anonymous callbacks onlyGuillaume Rousse2008-05-081-33/+33
|
* no more call to external commands for file linking and deletionsGuillaume Rousse2008-05-081-7/+7
|
* code factorisationGuillaume Rousse2008-05-081-58/+34
|
* don't use external find command, but File::Find everywhere, and honour ↵Guillaume Rousse2008-05-061-5/+68
| | | | EXCLUDE_FROM_COMPRESS variable
* more cleanupGuillaume Rousse2008-02-101-5/+6
|
* use same pattern-based exclusion mecanism as other scriptsGuillaume Rousse2008-02-101-16/+9
|
* reorder code, with function at the endGuillaume Rousse2008-02-101-68/+63
|
* use File::Basename module for dirname() and basename() functionsGuillaume Rousse2008-02-101-16/+1
|
* no need for such headers in file, we have versionning systemGuillaume Rousse2008-02-101-11/+2
|
* sanitize usage and test of buildroot env varGuillaume Rousse2008-01-291-3/+5
|
* use strictures and warnings in all perl scriptsGuillaume Rousse2008-01-291-0/+2
|
* drop ugly hack of re-executing itself after decompressing files with other ↵Guillaume Rousse2007-09-071-3/+9
| | | | formats
* fix indentation, and spacing aroung operatorsGuillaume Rousse2007-09-071-65/+70
|
* pass compression format as an argument to compress_file, and bump releasev0.27.1Guillaume Rousse2007-09-041-9/+25
|
* - lzma use --text optionOlivier Thauvin2007-07-121-1/+1
|
* - switch to lzma compressionOlivier Thauvin2007-07-121-6/+8
|
* perl_checker cleanupsThierry Vignaud2004-08-021-46/+48
|
* Remove orphan link only for manpage.Chmouel Boudjnah2000-04-071-3/+3
|
* "Seethechangelog"Chmouel Boudjnah2000-04-061-1/+1
|
* When we find an orphan man pages, erase it (any better idea ?)Chmouel Boudjnah2000-04-061-1/+5
|
* If we found gzip file decompress and bzip2 thme.Chmouel Boudjnah2000-03-241-0/+3
|
* Don't compress whatis and dir in /usr/{info|man}.Chmouel Boudjnah2000-03-231-1/+1
|
* * use EXCLUDE_FROM_COMPRESS env variable to list files to exlcudeFrederic Lepied2000-02-281-1/+17
| | | | | from compression.
* Initial revisionCookertopic/MandrakeSoftChmouel Boudjnah2000-02-181-0/+167