aboutsummaryrefslogtreecommitdiffstats
path: root/gendistrib
Commit message (Collapse)AuthorAgeFilesLines
* - 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
* - show all missing directory before dying when --skipmissingdir is not specifiedOlivier Thauvin2005-09-061-3/+22
|
* Remove redundant codeRafael Garcia-Suarez2005-03-291-4/+0
|
* Create the directory "thismediainfo" if it doesn't existRafael Garcia-Suarez2005-03-291-3/+5
|
* Build hdlists in temporary locationsRafael Garcia-Suarez2005-03-141-2/+7
|
* Factorisation of pathsRafael Garcia-Suarez2005-03-071-7/+6
|
* Generate media-specific MD5SUM files in 'thismediainfo' dir, not 'mediainfo'Rafael Garcia-Suarez2005-03-071-26/+25
|
* Spelling fixRafael Garcia-Suarez2005-03-071-1/+1
|
* - --skipmissingdirOlivier Thauvin2005-02-221-14/+30
| | | | | | | - preform a simple on the distrib - die ealier on missing media dir - generate VERSION it self