aboutsummaryrefslogtreecommitdiffstats
path: root/genhdlist2
Commit message (Collapse)AuthorAgeFilesLines
* switch from md5sum to Digest::MD5Thierry Vignaud2020-01-171-1/+11
| | | | | | | | | performance & memory usage are similar It helps gaining support on more platforms for CPAN testers, especially for urpmi This show that maybe creating an helper in a support module wouldn't hurt...
* typo fix (mga#23368)Yuri Myasoedov2018-08-011-1/+1
|
* Do not load file sizes from synthesis in non incremental modePascal Terjan2015-07-081-4/+5
|
* Add --no-hdlist to the helpPascal Terjan2015-06-251-0/+4
|
* generates @recommends@ lines on mga5+Thierry Vignaud2014-09-071-2/+18
| | | | (instead of @suggests@ ones)
* switch from 'xz -5 --text' to 'xz -7'Thierry Vignaud2014-09-061-4/+4
| | | | | | It's much faster for little space overhead. See dev ml discussion: https://ml.mageia.org/l/arc/sysadmin-discuss/2014-06/msg00058.html
* adjust doc with realityThierry Vignaud2014-09-061-1/+1
| | | | should have been done in commit d354364919d9769fb7dca7d19f07f87bb29fac30
* silent perl_checkerThierry Vignaud2014-09-061-2/+2
|
* Make genhdlist2 executable like the othersPascal Terjan2014-06-081-0/+0
|
* Use external gzip to decompress hdlist.Pascal Terjan2012-11-111-0/+1
| | | | | On my machine, for a repository of 3000 packages, it goes from 7.8s real/7.6 user to 6.5 real/7.0 user User time decreases because it seems to be faster by itself, real time probably because having another process allows them to run in parallel
* compress XML data with xz instead of lzmaThierry Vignaud2012-09-051-1/+1
| | | | (keeping .lzma extension for compatibility, just adding the magic value)
* compress synthesis files with '--text' flag passed to xz (shrinksThierry Vignaud2012-08-261-1/+1
| | | | synthesis.cz by 4-7%)
* compress synthesis with XZ too (40% saving)Thierry Vignaud2012-06-251-2/+2
|
* (build_synthesis) drop compatibility with perl-URPM < 1.48 (ie < 2007.1)Thierry Vignaud2012-06-251-7/+0
|
* actually compress xml files with '--text' flag passed to lzmaThierry Vignaud2012-06-251-1/+1
| | | | (shrinks files.xml.lzma by 25%)
* minor perl_checker cleanupThierry Vignaud2012-03-221-1/+1
|
* (get_filesize_from_synthesis) read back real filesizes from synthesisThierry Vignaud2012-02-271-4/+26
| | | | | | | (filter_existing_hdlist) readd back real filesizes read from synthesis else, since hdlist no more have filesizes since 2008, URPM will put a bogus estimation in newly generated synthesis
* use strictThierry Vignaud2012-02-271-0/+1
|
* perl_checker cleanupThierry Vignaud2012-02-271-1/+1
|
* - force locale to be C (mga#95, Pascal Terjan)Thierry Vignaud2011-09-091-0/+6
| | | | | | (when packages contain translated summary/description genhdlist2 would embed them instead of the English version)
* sync with what is actually packaged6.0Thierry Vignaud2011-09-091-1/+1
|
* add support for custom compression filter used for synthesis tooPer Øyvind Karlsen2009-07-251-16/+27
|
* allow for arbitrary compression of xml-infoPer Øyvind Karlsen2009-07-251-9/+20
|
* add commentPascal Rigaux2009-01-151-0/+1
|
* - genhdlist2:Pascal Rigaux2008-09-231-1/+35
| | | | | o with --versioned, create "versioned" metadata
* add xml header to xml files generatedPer Øyvind Karlsen2008-09-111-0/+1
|
* - genhdlist2:Pascal Rigaux2008-03-051-8/+9
| | | | | | o use utf8:: functions instead of Encode (to be able to work with only perl base modules)
* - genhdlist2:Pascal Rigaux2008-02-051-0/+1
| | | | | o fix writing utf8 in xml info files (#37482)
* - genhdlist2:Pascal Rigaux2008-01-151-5/+9
| | | | | | o rename --xml-media-info into --xml-info (to be coherent with urpmi)
* - genhdlist2:Pascal Rigaux2007-12-171-12/+21
| | | | | o add --no-hdlist option (to be used by urpmi for --probe-rpms)
* when generating {info,changelog,files}.xml.lzma, add them to md5sumPascal Rigaux2007-12-131-7/+6
|
* - genhdlist2:Pascal Rigaux2007-12-131-7/+97
| | | | | | o generate {info,changelog,files}.xml.lzma when they already exist, or when --xml-media-info is used
* prepare for next commitPascal Rigaux2007-12-111-9/+21
|
* perl_checker complaincePascal Rigaux2007-08-121-1/+1
|
* fix typoPascal Rigaux2007-08-101-1/+1
|
* - genhdlist2:Pascal Rigaux2007-08-101-2/+7
| | | | | o error message when parse_hdlist (partially) fail
* add --media_info-dir option (same as --subdir option in genhdlist)Pascal Rigaux2007-08-081-1/+7
|
* - genhdlist2:Pascal Rigaux2007-06-251-2/+132
| | | | | | | | | o handle old-rpms.lst (to be generated by youri) which will allow keeping rpms for some time without having in hdlist (useful for installs which expect the pkgs to be in sync in hdlist during the full install time) it will also allow keeping deprecated packages for some time
* enhance docPascal Rigaux2007-06-221-1/+1
|
* nicer log messagePascal Rigaux2007-06-221-1/+1
|
* shorter log messagePascal Rigaux2007-06-221-2/+2
|
* suggest --allow-empty-mediaPascal Rigaux2007-06-221-1/+1
|
* be backward compatible with distros <= 2007.0Pascal Rigaux2007-06-221-5/+12
|
* add option --allow-empty-mediaPascal Rigaux2007-06-221-1/+8
|
* ensure no hard link is usedPascal Rigaux2007-06-211-0/+1
|
* fix MD5SUM generationPascal Rigaux2007-06-201-3/+3
|
* update copyrightPascal Rigaux2007-06-151-1/+1
|
* - fail before generating any file when no *.rpm are foundPascal Rigaux2007-06-151-4/+5
| | | | | - do not default to directory ".", the directory is now mandatory
* document --file-depsPascal Rigaux2007-06-151-0/+20
|
* more and better documentationPascal Rigaux2007-06-151-8/+21
|