aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 7.12HEAD7.12masterThierry Vignaud2020-01-173-2/+4
|
* switch from md5sum to Digest::MD5Thierry Vignaud2020-01-174-5/+26
| | | | | | | | | 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...
* 7.117.11Thierry Vignaud2020-01-133-2/+4
|
* cpan_testers: do not force vendor dirsThierry Vignaud2020-01-132-1/+3
| | | | which break eg: CentOS/FreeBSD
* 7.107.10Thierry Vignaud2018-10-033-2/+4
|
* need List::Util >= 1.33 for "any"Thierry Vignaud2018-10-032-1/+2
|
* add dummy package for CPAN testersThierry Vignaud2018-10-034-0/+12
|
* 7.067.06Thierry Vignaud2018-09-212-1/+3
|
* add provides for proper CPAN indexationThierry Vignaud2018-09-211-0/+7
|
* drop obsolete Changelog SVN ruleThierry Vignaud2018-09-211-6/+0
|
* add README for CPANThierry Vignaud2018-09-213-0/+16
|
* 7.037.03Thierry Vignaud2018-09-192-1/+3
|
* status is stableThierry Vignaud2018-09-191-0/+1
|
* describe git repositoryThierry Vignaud2018-09-192-0/+13
|
* add abstractThierry Vignaud2018-09-191-0/+1
|
* add licenseThierry Vignaud2018-09-191-0/+1
|
* describe depsThierry Vignaud2018-09-192-0/+17
|
* typo fix (mga#23368)Yuri Myasoedov2018-08-011-1/+1
|
* 7.027.02Martin Whitaker2018-03-112-1/+6
|
* gendistrib: avoid errors when hdlists are not stored in the main media_infoMartin Whitaker2017-12-231-2/+5
| | | | | | | gendistrib assumes the hdlist and synthesis files are present in the master media_info directory, and tries to calculate md5sums for them. This results in error messages if they are not stored there. This patch prevents the errors.
* gendistrib: fix bug when media.cfg links directly to main hdlistMartin Whitaker2017-12-231-1/+1
| | | | | | | In the media.cfg file you can specify a relative path in hdlist= and thus link directly to the master hdlist file. But if you do this, gendistrib deletes the master file and replaces it with a soft link which links back to itself. This patch fixes that.
* 7.017.01Thierry Vignaud2017-09-032-1/+3
|
* fix regexp for newer perlThierry Vignaud2017-09-032-1/+2
| | | | | The error was: Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/%{ <-- HERE ARCH}/ at /usr/bin/gendistrib line 126.
* shrink .perl_checker blacklistsThierry Vignaud2016-09-161-20/+0
| | | | (need latest perl_checker)
* Do not load file sizes from synthesis in non incremental modePascal Terjan2015-07-082-4/+8
|
* Add --no-hdlist to the helpPascal Terjan2015-06-251-0/+4
|
* really 7.07.00Thierry Vignaud2014-09-131-1/+1
|
* 7.00Thierry Vignaud2014-09-132-1/+3
|
* generates @recommends@ lines on mga5+Thierry Vignaud2014-09-072-2/+21
| | | | (instead of @suggests@ ones)
* kill useless spaceThierry Vignaud2014-09-061-1/+0
|
* 6.66.6Thierry Vignaud2014-09-062-1/+4
|
* switch from 'xz -5 --text' to 'xz -7'Thierry Vignaud2014-09-062-4/+5
| | | | | | 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-112-0/+3
| | | | | 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
* 6.56.5Thierry Vignaud2012-09-052-1/+3
|
* compress XML data with xz instead of lzmaThierry Vignaud2012-09-052-1/+4
| | | | (keeping .lzma extension for compatibility, just adding the magic value)
* 6.46.4Thierry Vignaud2012-08-262-1/+3
|
* compress synthesis files with '--text' flag passed to xz (shrinksThierry Vignaud2012-08-262-1/+4
| | | | synthesis.cz by 4-7%)
* 6.36.3Thierry Vignaud2012-06-252-1/+3
|
* drop genhdlist-old (genhdlist2 was introduced 4 years ago)Thierry Vignaud2012-06-254-196/+2
|
* compress synthesis with XZ too (40% saving)Thierry Vignaud2012-06-252-2/+3
|
* (build_synthesis) drop compatibility with perl-URPM < 1.48 (ie < 2007.1)Thierry Vignaud2012-06-252-7/+1
|
* actually compress xml files with '--text' flag passed to lzmaThierry Vignaud2012-06-252-1/+4
| | | | (shrinks files.xml.lzma by 25%)
* supplement blacklistThierry Vignaud2012-06-251-0/+2
|
* perl_checker cleanupsThierry Vignaud2012-03-221-2/+2
|
* minor perl_checker cleanupThierry Vignaud2012-03-221-1/+1
|
* 6.26.2Thierry Vignaud2012-02-272-1/+3
|
* (get_filesize_from_synthesis) read back real filesizes from synthesisThierry Vignaud2012-02-272-4/+28
| | | | | | | (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