Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add --clean option | Olivier Blin | 2009-11-10 | 1 | -1/+7 |
| | |||||
* | add support for custom compression filter used for synthesis too | Per Øyvind Karlsen | 2009-07-25 | 1 | -2/+4 |
| | |||||
* | add support for specifying xml-info-filter with media.cfg | Per Øyvind Karlsen | 2009-07-25 | 1 | -0/+2 |
| | |||||
* | - gendistrib: | Pascal Rigaux | 2008-09-30 | 1 | -3/+2 |
| | | | | | o don't call genhdlist2 with --no-md5sum for no good reason | ||||
* | - gendistrib: | Pascal Rigaux | 2008-03-19 | 1 | -0/+1 |
| | | | | | o if "xml-info" is set in media.cfg, pass --xml-info to genhdlist2 | ||||
* | - gendistrib: | Pascal Rigaux | 2008-03-18 | 1 | -2/+0 |
| | | | | | o "askmedia" and "suppl" must not modify gendistrib behaviour (#39017) | ||||
* | never create broken symlinks for "alternate location" of hdlist/synthesis/pubkey | Pascal Rigaux | 2007-11-09 | 1 | -2/+4 |
| | |||||
* | create media/media_info/pubkey_xxx symlink to ../xxx/yyy/media_info/pubkey | Pascal Rigaux | 2007-11-09 | 1 | -0/+4 |
| | |||||
* | when run with --blind, don't pass --no-md5sum to genhdlist2 | Pascal Rigaux | 2007-11-08 | 1 | -1/+1 |
| | |||||
* | do generate global MD5SUM (in media/media_info) | Pascal Rigaux | 2007-06-22 | 1 | -0/+9 |
| | |||||
* | fix typo | Pascal Rigaux | 2007-06-22 | 1 | -1/+1 |
| | |||||
* | call genhdlist2 with the good argument | Pascal Rigaux | 2007-06-22 | 1 | -3/+3 |
| | |||||
* | allow relative_symlink() to work an relative file names (useful for ↵ | Pascal Rigaux | 2007-06-22 | 1 | -1/+0 |
| | | | | "gendistrib .") | ||||
* | major rework | Pascal Rigaux | 2007-06-22 | 1 | -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 better | Rafael Garcia-Suarez | 2006-11-30 | 1 | -1/+3 |
| | |||||
* | Spelling fixes | Rafael Garcia-Suarez | 2006-08-28 | 1 | -4/+4 |
| | |||||
* | - add media size computation | Olivier Thauvin | 2006-08-25 | 1 | -20/+43 |
| | |||||
* | - 5.1.05.1.0 | Olivier Thauvin | 2006-08-22 | 1 | -1/+2 |
| | |||||
* | - discret change in the order of index generation, this would avoid link ↵ | Olivier Thauvin | 2006-08-22 | 1 | -5/+5 |
| | | | | breakage when a distrib use index that can generated by another (srpms, noarch or biarch...) | ||||
* | - split works to increase lazyness | Olivier Thauvin | 2006-08-21 | 1 | -31/+35 |
| | |||||
* | - exit on error | Olivier Thauvin | 2006-08-21 | 1 | -1/+1 |
| | |||||
* | - nochkdep is default, use chkdep | Olivier Thauvin | 2006-08-21 | 1 | -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-Suarez | 2006-07-13 | 1 | -3/+3 |
| | |||||
* | Use mktemp for temp files. Error checking when opening files. Fix comments. ↵ | Rafael Garcia-Suarez | 2006-01-16 | 1 | -12/+14 |
| | | | | Update copyright. | ||||
* | Revert Titi's last commit and reindent properly | Rafael Garcia-Suarez | 2006-01-16 | 1 | -26/+25 |
| | |||||
* | fix obvious bug | Thierry Vignaud | 2006-01-11 | 1 | -1/+0 |
| | |||||
* | Fix typo; update copyright | Rafael Garcia-Suarez | 2005-12-30 | 1 | -12/+13 |
| | |||||
* | Fix the location where the MD5SUM files are generated (thanks joeghi) | Rafael Garcia-Suarez | 2005-11-16 | 1 | -2/+2 |
| | |||||
* | Use modules in the new namespace MDV:: | Rafael Garcia-Suarez | 2005-11-15 | 1 | -6/+6 |
| | |||||
* | Fix typo | Pascal Terjan | 2005-10-11 | 1 | -1/+1 |
| | |||||
* | Put license in POD | Rafael Garcia-Suarez | 2005-09-30 | 1 | -26/+19 |
| | |||||
* | Factorize | Rafael Garcia-Suarez | 2005-09-30 | 1 | -4/+3 |
| | |||||
* | Add SEE ALSO | Rafael Garcia-Suarez | 2005-09-29 | 1 | -1/+2 |
| | |||||
* | Sort manpage by alphabetical order | Rafael Garcia-Suarez | 2005-09-28 | 1 | -18/+18 |
| | |||||
* | Remove unnecessary, misnamed, undocumented and deprecated option --distrib | Rafael Garcia-Suarez | 2005-09-28 | 1 | -14/+13 |
| | |||||
* | Add a manpage for gendistrib(1) | Rafael Garcia-Suarez | 2005-09-28 | 1 | -2/+59 |
| | |||||
* | Use Pod::Usage for gendistrib | Rafael Garcia-Suarez | 2005-09-28 | 1 | -35/+13 |
| | |||||
* | Add --version option. Suppress idiotic -s option alias. | Rafael Garcia-Suarez | 2005-09-28 | 1 | -12/+11 |
| | |||||
* | First POD draft. | Rafael Garcia-Suarez | 2005-09-28 | 1 | -1/+96 |
| | |||||
* | Documentation nits. Fix some fatal error messages. | Rafael Garcia-Suarez | 2005-09-28 | 1 | -35/+34 |
| | |||||
* | - skip hdlist rebuild per media when not need | Olivier Thauvin | 2005-09-14 | 1 | -1/+1 |
| | |||||
* | - add --blind option / rebuild even it is not need | Olivier Thauvin | 2005-09-07 | 1 | -9/+13 |
| | |||||
* | - do not rebuild hdlist if not need | Olivier Thauvin | 2005-09-07 | 1 | -8/+57 |
| | |||||
* | add --destdir option | Olivier Thauvin | 2005-09-06 | 1 | -21/+52 |
| | |||||
* | - make empty media non fatal, use --noemptymedia to back old behaviour | Olivier Thauvin | 2005-09-06 | 1 | -3/+28 |
| | | | | | | - add --mediacfg in --help - die if header dir can't be recreate | ||||
* | - show all missing directory before dying when --skipmissingdir is not specified | Olivier Thauvin | 2005-09-06 | 1 | -3/+22 |
| | |||||
* | Remove redundant code | Rafael Garcia-Suarez | 2005-03-29 | 1 | -4/+0 |
| | |||||
* | Create the directory "thismediainfo" if it doesn't exist | Rafael Garcia-Suarez | 2005-03-29 | 1 | -3/+5 |
| | |||||
* | Build hdlists in temporary locations | Rafael Garcia-Suarez | 2005-03-14 | 1 | -2/+7 |
| | |||||
* | Factorisation of paths | Rafael Garcia-Suarez | 2005-03-07 | 1 | -7/+6 |
| |