aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* use strictThierry Vignaud2012-02-271-0/+1
|
* perl_checker cleanupThierry Vignaud2012-02-271-1/+1
|
* supplement blacklistThierry Vignaud2012-02-271-0/+9
|
* sortThierry Vignaud2012-02-271-5/+5
|
* 6.16.1Thierry Vignaud2011-09-093-2/+4
|
* - force locale to be C (mga#95, Pascal Terjan)Thierry Vignaud2011-09-092-0/+10
| | | | | | (when packages contain translated summary/description genhdlist2 would embed them instead of the English version)
* add missing spacingThierry Vignaud2011-09-091-0/+1
|
* sync with what is actually packaged6.0Thierry Vignaud2011-09-095-5/+28
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-05-076-6/+6
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1169 | dmorgan | 2011-05-07 23:21:06 +0100 (Sat, 07 May 2011) | 1 line Import rpmtools ------------------------------------------------------------------------
* add --clean optionOlivier Blin2009-11-101-1/+7
|
* add support for custom compression filter used for synthesis tooPer Øyvind Karlsen2009-07-253-19/+32
|
* add support for specifying xml-info-filter with media.cfgPer Øyvind Karlsen2009-07-252-0/+5
|
* allow for arbitrary compression of xml-infoPer Øyvind Karlsen2009-07-251-9/+20
|
* - 5.95.9Pascal Rigaux2009-01-206-875/+7
| | | | | | - drop parsehdlist, rpm2header: unused, partially duplicated with perl-URPM - drop rpm2cpio.pl (doesn't handle lzma payload which is the default)
* add commentPascal Rigaux2009-01-151-0/+1
|
* 5.85.8Pascal Rigaux2008-09-302-1/+3
|
* - gendistrib:Pascal Rigaux2008-09-302-3/+5
| | | | | o don't call genhdlist2 with --no-md5sum for no good reason
* 5.75.7Pascal Rigaux2008-09-232-1/+3
|