Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify the format of the skip.list and inst.list files (so it now | Rafael Garcia-Suarez | 2004-07-09 | 1 | -11/+3 |
| | | | | | matches what's documented :) | ||||
* | Filehandle leak | Rafael Garcia-Suarez | 2004-07-09 | 1 | -0/+1 |
| | |||||
* | Document the "skip" option. Remove obsolete code. | Rafael Garcia-Suarez | 2004-07-09 | 1 | -9/+3 |
| | |||||
* | Support for README.urpmi in urpmi | Rafael Garcia-Suarez | 2004-07-08 | 1 | -2/+21 |
| | |||||
* | It's better to use lexicals in closures | Rafael Garcia-Suarez | 2004-07-07 | 1 | -4/+4 |
| | |||||
* | Delete proxy configuration for a media when deleting this media | Rafael Garcia-Suarez | 2004-07-06 | 1 | -1/+5 |
| | |||||
* | Interprocess logging cleanup | Rafael Garcia-Suarez | 2004-07-05 | 1 | -1/+1 |
| | |||||
* | Don't perform a fuzzy match on media names when removing media | Rafael Garcia-Suarez | 2004-06-30 | 1 | -2/+6 |
| | |||||
* | put N( ) around strings | Pablo Saratxaga | 2004-06-29 | 1 | -3/+3 |
| | |||||
* | Support for setting proxy per-media in proxy.cfg | Rafael Garcia-Suarez | 2004-06-29 | 1 | -9/+9 |
| | |||||
* | Remove debug message, doh | Rafael Garcia-Suarez | 2004-06-29 | 1 | -1/+0 |
| | |||||
* | Let the "downloader" option be settable per-media | Rafael Garcia-Suarez | 2004-06-28 | 1 | -65/+148 |
| | |||||
* | Make the verify-rpm being settable per-media in urpmi.cfg | Rafael Garcia-Suarez | 2004-06-25 | 1 | -8/+17 |
| | |||||
* | Don't write in urpmi.cfg the options set via the command-line of urpmi. | Rafael Garcia-Suarez | 2004-06-25 | 1 | -7/+10 |
| | |||||
* | Refactorise the code to read and write urpmi.cfg (phase 1) | Rafael Garcia-Suarez | 2004-06-24 | 1 | -140/+71 |
| | |||||
* | Move some system-related functions in a separate module | Rafael Garcia-Suarez | 2004-06-23 | 1 | -101/+12 |
| | |||||
* | Minor documentation and refactorization | Rafael Garcia-Suarez | 2004-05-21 | 1 | -25/+29 |
| | |||||
* | New helpful error messages in urpmq. | Rafael Garcia-Suarez | 2004-05-13 | 1 | -38/+41 |
| | | | | | Improve documentation and refactorization. | ||||
* | Remove a bunch of eval{}s. | Rafael Garcia-Suarez | 2004-05-06 | 1 | -86/+92 |
| | |||||
* | - in urpmi.addmedia, if a "with" argument was provided on the command-line, | Rafael Garcia-Suarez | 2004-05-04 | 1 | -14/+24 |
| | | | | | | don't probe for synthesis or hdlist files in other directories - check return value from system("cp"...) and log errors | ||||
* | Skip comments in /etc/fstab | Rafael Garcia-Suarez | 2004-05-03 | 1 | -0/+2 |
| | |||||
* | Fix unlinking of medium list file | Rafael Garcia-Suarez | 2004-04-28 | 1 | -2/+4 |
| | |||||
* | Cleanup some perl warnings | Rafael Garcia-Suarez | 2004-04-28 | 1 | -3/+4 |
| | |||||
* | 4.5-1mdk | Rafael Garcia-Suarez | 2004-04-27 | 1 | -1/+1 |
| | |||||
* | More refactorization. Some silencing of the warnings emitted by -w. | Rafael Garcia-Suarez | 2004-04-22 | 1 | -169/+154 |
| | |||||
* | Some more cleanup and refactorization. | Rafael Garcia-Suarez | 2004-04-19 | 1 | -347/+1 |
| | |||||
* | Factorize the message/prompt/I18N code of urpm* in a separate module | Rafael Garcia-Suarez | 2004-04-14 | 1 | -14/+2 |
| | |||||
* | Remove a function that was already defined in MDK::Common. | Rafael Garcia-Suarez | 2004-04-13 | 1 | -1/+0 |
| | |||||
* | Factorize command-line handling for urpm* tools in a separate module. | Rafael Garcia-Suarez | 2004-04-09 | 1 | -1/+1 |
| | | | | | Use this in urpmi. | ||||
* | - urpmi was ignoring the password for an http proxy | Rafael Garcia-Suarez | 2004-04-09 | 1 | -1/+4 |
| | | | | | - urpm.pm : check whether a fork(2) succeeded before continuing | ||||
* | do not display the urpmi internal name when asking for a media insertion | Florent Villard | 2004-03-17 | 1 | -1/+2 |
| | | | | | (confusing people with extra cdrom1, cdrom2 which does not refer to cdrom but hdlists) | ||||
* | send download errors to error output instead of log output (in order to ↵ | Olivier Blin | 2004-02-11 | 1 | -8/+9 |
| | | | | display them in non-verbose mode too) | ||||
* | s/suspectingly/suspiciously/ | Guillaume Cottenceau | 2004-02-10 | 1 | -1/+1 |
| | |||||
* | fix english prefered->preferred | Guillaume Cottenceau | 2004-02-06 | 1 | -5/+5 |
| | |||||
* | explain why copy of hdlist failed, since two different problems may occur | Guillaume Cottenceau | 2004-02-05 | 1 | -2/+2 |
| | |||||
* | remove superfluous line feeds in sync_curl | Olivier Blin | 2004-02-04 | 1 | -0/+2 |
| | |||||
* | fixed bugs found by yoyotte | Francois Pons | 2004-02-03 | 1 | -1/+0 |
| | |||||
* | fixed bug 6834. | Francois Pons | 2004-02-03 | 1 | -2/+3 |
| | |||||
* | fixed bad reference generated when using ../xxx in hdlists file for adding | Francois Pons | 2004-02-03 | 1 | -4/+38 |
| | | | | | Mandrake media. | ||||
* | fixed typo | Pablo Saratxaga | 2004-02-02 | 1 | -1/+1 |
| | |||||
* | download resuming options | Olivier Blin | 2004-01-30 | 1 | -1/+4 |
| | |||||
* | fix some text for i18n | Olivier Blin | 2004-01-28 | 1 | -1/+1 |
| | |||||
* | updated po files | Pablo Saratxaga | 2004-01-27 | 1 | -1/+1 |
| | |||||
* | add downloader option in global config section | Olivier Blin | 2004-01-26 | 1 | -5/+16 |
| | |||||
* | better error reporting for curl | Olivier Blin | 2004-01-26 | 1 | -0/+2 |
| | |||||
* | lots of perl checker fixes | Olivier Blin | 2004-01-25 | 1 | -67/+67 |
| | |||||
* | fixed typos and updated po files | Pablo Saratxaga | 2004-01-21 | 1 | -1/+1 |
| | |||||
* | - re use strict, because nobody is better than perl | Olivier Thauvin | 2004-01-16 | 1 | -0/+2 |
| | | | | | | - use sub folder bug report when restart is need - add cvs $Id$ in script | ||||
* | added urpm::get_updates_description, print updates description in urpmq -i ↵ | Olivier Blin | 2004-01-16 | 1 | -0/+29 |
| | | | | when available, do "unable to get source packages" test only when printing headers | ||||
* | - add --root in man/--help, --use-distrib in --help only | Olivier Thauvin | 2004-01-15 | 1 | -1/+3 |
| | | | | | | - fix issue using virtual medium and --bug - update error message if --bug dir exist |