aboutsummaryrefslogtreecommitdiffstats
path: root/gendistrib
Commit message (Collapse)AuthorAgeFilesLines
* switch from md5sum to Digest::MD5Thierry Vignaud2020-01-171-4/+12
| | | | | | | | | 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...
* 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.
* fix regexp for newer perlThierry Vignaud2017-09-031-1/+1
| | | | | 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.
* perl_checker cleanupsThierry Vignaud2012-03-221-2/+2
|
* add --clean optionOlivier Blin2009-11-101-1/+7
|
* add support for custom compression filter used for synthesis tooPer Øyvind Karlsen2009-07-251-2/+4
|
* add support for specifying xml-info-filter with media.cfgPer Øyvind Karlsen2009-07-251-0/+2
|
* - gendistrib:Pascal Rigaux2008-09-301-3/+2
| | | | | o don't call genhdlist2 with --no-md5sum for no good reason
* - gendistrib:Pascal Rigaux2008-03-191-0/+1
| | | | | o if "xml-info" is set in media.cfg, pass --xml-info to genhdlist2
* - gendistrib:Pascal Rigaux2008-03-181-2/+0
| | | | | o "askmedia" and "suppl" must not modify gendistrib behaviour (#39017)
* never create broken symlinks for "alternate location" of hdlist/synthesis/pubkeyPascal Rigaux2007-11-091-2/+4
|
* create media/media_info/pubkey_xxx symlink to ../xxx/yyy/media_info/pubkeyPascal Rigaux2007-11-091-0/+4
|
* when run with --blind, don't pass --no-md5sum to genhdlist2Pascal Rigaux2007-11-081-1/+1
|
* do generate global MD5SUM (in media/media_info)Pascal Rigaux2007-06-221-0/+9
|
* fix typoPascal Rigaux2007-06-221-1/+1
|
* call genhdlist2 with the good argumentPascal Rigaux2007-06-221-3/+3
|
* allow relative_symlink() to work an relative file names (useful for ↵Pascal Rigaux2007-06-221-1/+0
| | | | "gendistrib .")
* major reworkPascal Rigaux2007-06-221-339/+106
| | | | | | | - use genhdlist2 instead of doing things here - media/media_info/hdlist_xxx_yyy.cz is now a symlink to media/xxx/yyy/media_info/hdlist.cz - media/media_info/synthesis.hdlist_xxx_yyy.cz and pubkey_xxx_yyy are also symlinks now
* Document --hdlists betterRafael Garcia-Suarez2006-11-301-1/+3
|
* Spelling fixesRafael Garcia-Suarez2006-08-281-4/+4
|
* - add media size computationOlivier Thauvin2006-08-251-20/+43
|
* - 5.1.05.1.0Olivier Thauvin2006-08-221-1/+2
|
* - discret change in the order of index generation, this would avoid link ↵Olivier Thauvin2006-08-221-5/+5
| | | | breakage when a distrib use index that can generated by another (srpms, noarch or biarch...)
* - split works to increase lazynessOlivier Thauvin2006-08-211-31/+35
|
* - exit on errorOlivier Thauvin2006-08-211-1/+1
|
* - nochkdep is default, use chkdepOlivier Thauvin2006-08-211-56/+76
| | | | | - die ASAP if no work need - make more error fatal, using Distribconf::Checks
* This man page is about gendistrib, not genhdlist. Also, fix $VERSION under svn.Rafael Garcia-Suarez2006-07-131-3/+3
|
* Use mktemp for temp files. Error checking when opening files. Fix comments. ↵Rafael Garcia-Suarez2006-01-161-12/+14
| | | | Update copyright.
* Revert Titi's last commit and reindent properlyRafael Garcia-Suarez2006-01-161-26/+25
|
* fix obvious bugThierry Vignaud2006-01-111-1/+0
|
* Fix typo; update copyrightRafael Garcia-Suarez2005-12-301-12/+13
|
* Fix the location where the MD5SUM files are generated (thanks joeghi)Rafael Garcia-Suarez2005-11-161-2/+2
|
* Use modules in the new namespace MDV::Rafael Garcia-Suarez2005-11-151-6/+6
|
* Fix typoPascal Terjan2005-10-111-1/+1
|
* Put license in PODRafael Garcia-Suarez2005-09-301-26/+19
|
* FactorizeRafael Garcia-Suarez2005-09-301-4/+3
|
* Add SEE ALSORafael Garcia-Suarez2005-09-291-1/+2
|
* Sort manpage by alphabetical orderRafael Garcia-Suarez2005-09-281-18/+18
|
* Remove unnecessary, misnamed, undocumented and deprecated option --distribRafael Garcia-Suarez2005-09-281-14/+13
|
* Add a manpage for gendistrib(1)Rafael Garcia-Suarez2005-09-281-2/+59
|
* Use Pod::Usage for gendistribRafael Garcia-Suarez2005-09-281-35/+13
|
* Add --version option. Suppress idiotic -s option alias.Rafael Garcia-Suarez2005-09-281-12/+11
|
* First POD draft.Rafael Garcia-Suarez2005-09-281-1/+96
|
* Documentation nits. Fix some fatal error messages.Rafael Garcia-Suarez2005-09-281-35/+34
|
* - skip hdlist rebuild per media when not needOlivier Thauvin2005-09-141-1/+1
|
* - add --blind option / rebuild even it is not needOlivier Thauvin2005-09-071-9/+13
|
* - do not rebuild hdlist if not needOlivier Thauvin2005-09-071-8/+57
|
* add --destdir optionOlivier Thauvin2005-09-061-21/+52
|
* - make empty media non fatal, use --noemptymedia to back old behaviourOlivier Thauvin2005-09-061-3/+28
| | | | | | - add --mediacfg in --help - die if header dir can't be recreate