Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch from md5sum to Digest::MD5 | Thierry Vignaud | 2020-01-17 | 1 | -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 Myasoedov | 2018-08-01 | 1 | -1/+1 |
| | |||||
* | Do not load file sizes from synthesis in non incremental mode | Pascal Terjan | 2015-07-08 | 1 | -4/+5 |
| | |||||
* | Add --no-hdlist to the help | Pascal Terjan | 2015-06-25 | 1 | -0/+4 |
| | |||||
* | generates @recommends@ lines on mga5+ | Thierry Vignaud | 2014-09-07 | 1 | -2/+18 |
| | | | | (instead of @suggests@ ones) | ||||
* | switch from 'xz -5 --text' to 'xz -7' | Thierry Vignaud | 2014-09-06 | 1 | -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 reality | Thierry Vignaud | 2014-09-06 | 1 | -1/+1 |
| | | | | should have been done in commit d354364919d9769fb7dca7d19f07f87bb29fac30 | ||||
* | silent perl_checker | Thierry Vignaud | 2014-09-06 | 1 | -2/+2 |
| | |||||
* | Make genhdlist2 executable like the others | Pascal Terjan | 2014-06-08 | 1 | -0/+0 |
| | |||||
* | Use external gzip to decompress hdlist. | Pascal Terjan | 2012-11-11 | 1 | -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 lzma | Thierry Vignaud | 2012-09-05 | 1 | -1/+1 |
| | | | | (keeping .lzma extension for compatibility, just adding the magic value) | ||||
* | compress synthesis files with '--text' flag passed to xz (shrinks | Thierry Vignaud | 2012-08-26 | 1 | -1/+1 |
| | | | | synthesis.cz by 4-7%) | ||||
* | compress synthesis with XZ too (40% saving) | Thierry Vignaud | 2012-06-25 | 1 | -2/+2 |
| | |||||
* | (build_synthesis) drop compatibility with perl-URPM < 1.48 (ie < 2007.1) | Thierry Vignaud | 2012-06-25 | 1 | -7/+0 |
| | |||||
* | actually compress xml files with '--text' flag passed to lzma | Thierry Vignaud | 2012-06-25 | 1 | -1/+1 |
| | | | | (shrinks files.xml.lzma by 25%) | ||||
* | minor perl_checker cleanup | Thierry Vignaud | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | (get_filesize_from_synthesis) read back real filesizes from synthesis | Thierry Vignaud | 2012-02-27 | 1 | -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 strict | Thierry Vignaud | 2012-02-27 | 1 | -0/+1 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2012-02-27 | 1 | -1/+1 |
| | |||||
* | - force locale to be C (mga#95, Pascal Terjan) | Thierry Vignaud | 2011-09-09 | 1 | -0/+6 |
| | | | | | | (when packages contain translated summary/description genhdlist2 would embed them instead of the English version) | ||||
* | sync with what is actually packaged6.0 | Thierry Vignaud | 2011-09-09 | 1 | -1/+1 |
| | |||||
* | add support for custom compression filter used for synthesis too | Per Øyvind Karlsen | 2009-07-25 | 1 | -16/+27 |
| | |||||
* | allow for arbitrary compression of xml-info | Per Øyvind Karlsen | 2009-07-25 | 1 | -9/+20 |
| | |||||
* | add comment | Pascal Rigaux | 2009-01-15 | 1 | -0/+1 |
| | |||||
* | - genhdlist2: | Pascal Rigaux | 2008-09-23 | 1 | -1/+35 |
| | | | | | o with --versioned, create "versioned" metadata | ||||
* | add xml header to xml files generated | Per Øyvind Karlsen | 2008-09-11 | 1 | -0/+1 |
| | |||||
* | - genhdlist2: | Pascal Rigaux | 2008-03-05 | 1 | -8/+9 |
| | | | | | | o use utf8:: functions instead of Encode (to be able to work with only perl base modules) | ||||
* | - genhdlist2: | Pascal Rigaux | 2008-02-05 | 1 | -0/+1 |
| | | | | | o fix writing utf8 in xml info files (#37482) | ||||
* | - genhdlist2: | Pascal Rigaux | 2008-01-15 | 1 | -5/+9 |
| | | | | | | o rename --xml-media-info into --xml-info (to be coherent with urpmi) | ||||
* | - genhdlist2: | Pascal Rigaux | 2007-12-17 | 1 | -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 md5sum | Pascal Rigaux | 2007-12-13 | 1 | -7/+6 |
| | |||||
* | - genhdlist2: | Pascal Rigaux | 2007-12-13 | 1 | -7/+97 |
| | | | | | | o generate {info,changelog,files}.xml.lzma when they already exist, or when --xml-media-info is used | ||||
* | prepare for next commit | Pascal Rigaux | 2007-12-11 | 1 | -9/+21 |
| | |||||
* | perl_checker complaince | Pascal Rigaux | 2007-08-12 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2007-08-10 | 1 | -1/+1 |
| | |||||
* | - genhdlist2: | Pascal Rigaux | 2007-08-10 | 1 | -2/+7 |
| | | | | | o error message when parse_hdlist (partially) fail | ||||
* | add --media_info-dir option (same as --subdir option in genhdlist) | Pascal Rigaux | 2007-08-08 | 1 | -1/+7 |
| | |||||
* | - genhdlist2: | Pascal Rigaux | 2007-06-25 | 1 | -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 doc | Pascal Rigaux | 2007-06-22 | 1 | -1/+1 |
| | |||||
* | nicer log message | Pascal Rigaux | 2007-06-22 | 1 | -1/+1 |
| | |||||
* | shorter log message | Pascal Rigaux | 2007-06-22 | 1 | -2/+2 |
| | |||||
* | suggest --allow-empty-media | Pascal Rigaux | 2007-06-22 | 1 | -1/+1 |
| | |||||
* | be backward compatible with distros <= 2007.0 | Pascal Rigaux | 2007-06-22 | 1 | -5/+12 |
| | |||||
* | add option --allow-empty-media | Pascal Rigaux | 2007-06-22 | 1 | -1/+8 |
| | |||||
* | ensure no hard link is used | Pascal Rigaux | 2007-06-21 | 1 | -0/+1 |
| | |||||
* | fix MD5SUM generation | Pascal Rigaux | 2007-06-20 | 1 | -3/+3 |
| | |||||
* | update copyright | Pascal Rigaux | 2007-06-15 | 1 | -1/+1 |
| | |||||
* | - fail before generating any file when no *.rpm are found | Pascal Rigaux | 2007-06-15 | 1 | -4/+5 |
| | | | | | - do not default to directory ".", the directory is now mandatory | ||||
* | document --file-deps | Pascal Rigaux | 2007-06-15 | 1 | -0/+20 |
| | |||||
* | more and better documentation | Pascal Rigaux | 2007-06-15 | 1 | -8/+21 |
| |