Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - -c option is no more (only kept for compatibility in urpmi.update) | Pascal Rigaux | 2008-02-25 | 1 | -1/+0 |
| | | | | | - {cachedir}/headers is not used anymore | ||||
* | - urpmi.update, urpmi.addmedia, urpmi.removemedia: | Pascal Rigaux | 2007-12-19 | 1 | -1/+0 |
| | | | | | | | o drop option "-c" which used to clean /var/cache/urpmi/headers since we don't use that dir anymore :) | ||||
* | - all tools: | Pascal Rigaux | 2007-12-19 | 1 | -3/+3 |
| | | | | | o drop hdlist support (will be replaced with xml media_info) | ||||
* | create urpm->new_parse_cmdline and use it | Pascal Rigaux | 2007-12-12 | 1 | -2/+1 |
| | | | | | (it may be a little stricter for urpmi since we exit(1) on parse_cmdline error) | ||||
* | fix typo in previous commit | Pascal Rigaux | 2007-12-05 | 1 | -1/+1 |
| | |||||
* | - urpmi.update: | Pascal Rigaux | 2007-12-05 | 1 | -1/+2 |
| | | | | | | | | o exit code 1 when a (selected) medium can't be updated (#35952) o leave early with error if no medium were successfull updated nb: also fix returning "unmodified" instead of "1" when a medium is not updated | ||||
* | - all tools: | Pascal Rigaux | 2007-11-22 | 1 | -1/+1 |
| | | | | | | | o exit with code 1 after displaying usage (instead of exit code 0) (urpmi exit code "1" is correctly documented in urpmi's manpage) | ||||
* | at least document "urpmi.update -ff" until we understand why it's really | Pascal Rigaux | 2007-09-24 | 1 | -0/+1 |
| | | | | | | | | | | | needed. for info, -ff was created 16 May 2003 with comment: - try to handle resume connection (do not always remove previous download, only works for hdlist or synthesis using rsync). | ||||
* | - all tools | Pascal Rigaux | 2007-08-11 | 1 | -1/+1 |
| | | | | | o new option --wait-lock (#13025) | ||||
* | factorize handling of -q|--quiet and -v|--verbose for all tools | Pascal Rigaux | 2007-08-01 | 1 | -2/+0 |
| | | | | | this fixes -q option not handled by urpmi.update (#31890) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-24 | 1 | -2/+6 |
| | |||||
* | urpmi.removemedia now use urpm::args, and some cleanup | Pascal Rigaux | 2006-11-29 | 1 | -4/+4 |
| | |||||
* | - move lock functions to a full blown module | Pascal Rigaux | 2006-11-23 | 1 | -0/+1 |
| | | | | | | | | | | | | - handle get_exclusive and release_exclusive on existing lock, *but* don't use it for now! (not useful) - remove urpmi_db locking from add_medium and update_media - move rpm_db locking into _read_cachedir_pubkey - update_media: restrict rpm_db exclusive locking to parse_pubkeys - urpmi: move locking rpm_db near its use - handle lock directly in urpmi.addmedia, urpmi.update, urpme, urpmf - log locking/unlocking | ||||
* | create urpm::removable out of urpm.pm | Pascal Rigaux | 2006-11-21 | 1 | -1/+1 |
| | |||||
* | move many functions from urpm.pm to urpm/media.pm | Pascal Rigaux | 2006-11-21 | 1 | -6/+5 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2006-11-09 | 1 | -1/+1 |
| | |||||
* | simplify | Pascal Rigaux | 2006-11-09 | 1 | -1/+1 |
| | |||||
* | Add Prozilla support | Rafael Garcia-Suarez | 2006-09-21 | 1 | -0/+1 |
| | |||||
* | Die if unknown command-line options are given. | Rafael Garcia-Suarez | 2006-02-13 | 1 | -2/+2 |
| | |||||
* | Update copyright notices | Rafael Garcia-Suarez | 2005-12-02 | 1 | -1/+2 |
| | |||||
* | One steps towards -T compliance | Rafael Garcia-Suarez | 2005-06-28 | 1 | -0/+3 |
| | |||||
* | s/Mandrake/Mandriva/ | Pablo Saratxaga | 2005-04-25 | 1 | -1/+1 |
| | |||||
* | Print usage messages to stdout, not stderr | Rafael Garcia-Suarez | 2005-02-01 | 1 | -1/+1 |
| | |||||
* | let perl_checker be able to update translation catalogs | Thierry Vignaud | 2004-12-13 | 1 | -2/+2 |
| | |||||
* | While we're at it, implement --no-ignore and make it work with -a | Rafael Garcia-Suarez | 2004-12-03 | 1 | -5/+7 |
| | |||||
* | Add an --ignore option to urpmi.update | Rafael Garcia-Suarez | 2004-12-03 | 1 | -31/+38 |
| | |||||
* | Implement a new option, --norebuild, to urpmi, urpmi.update and urpmi.addmedia. | Rafael Garcia-Suarez | 2004-10-14 | 1 | -0/+1 |
| | | | | | | It prevents rebuilding the hdlist from the headers of the RPMs for a local media. It's also settable globally in the urpmi.cfg file. Comes with doc. | ||||
* | Add options -q and -v (quiet and verbose) to urpmi.update | Rafael Garcia-Suarez | 2004-07-27 | 1 | -1/+5 |
| | |||||
* | Copyright updates | Rafael Garcia-Suarez | 2004-07-22 | 1 | -1/+1 |
| | |||||
* | changed MandrakeSoft -> Mandrakesoft | Pablo Saratxaga | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | More checks for root capabilities | Rafael Garcia-Suarez | 2004-07-13 | 1 | -0/+3 |
| | |||||
* | Some more cleanup and refactorization. | Rafael Garcia-Suarez | 2004-04-19 | 1 | -1/+2 |
| | |||||
* | Some more options refactorisation. The --from option of urpmi.addmedia | Rafael Garcia-Suarez | 2004-04-19 | 1 | -2/+2 |
| | | | | | was being ignored; fix it. | ||||
* | Factorize the message/prompt/I18N code of urpm* in a separate module | Rafael Garcia-Suarez | 2004-04-14 | 1 | -0/+1 |
| | |||||
* | Factorize the code to handle command-line options for the urpm* tools | Rafael Garcia-Suarez | 2004-04-13 | 1 | -39/+17 |
| | | | | | in a module urpm::args. | ||||
* | fix --wget and --curl in urpmi.update | Olivier Blin | 2004-01-28 | 1 | -5/+2 |
| | |||||
* | - 4.48 | Olivier Thauvin | 2003-12-24 | 1 | -0/+2 |
| | | | | | | | - urpmq --list-url - urpmq --dump-config - urpmi.update --force-key | ||||
* | fixed small options being blocking long options. | Francois Pons | 2003-12-05 | 1 | -7/+7 |
| | |||||
* | added --no-md5sum in help section of urpmi.update. | Francois Pons | 2003-12-05 | 1 | -0/+1 |
| | |||||
* | 4.4-31mdk | Francois Pons | 2003-09-04 | 1 | -2/+2 |
| | |||||
* | 4.4-19mdk | Francois Pons | 2003-08-06 | 1 | -0/+1 |
| | |||||
* | 4.3-5mdk | Francois Pons | 2003-04-22 | 1 | -1/+1 |
| | |||||
* | 4.2-31mdk | Francois Pons | 2003-03-10 | 1 | -3/+3 |
| | |||||
* | fixed newer export methodology. | Francois Pons | 2003-03-06 | 1 | -3/+0 |
| | |||||
* | changed name of _() function to N() | Pablo Saratxaga | 2003-03-05 | 1 | -18/+18 |
| | | | | | use of perl_checker to create pot file | ||||
* | 4.2-24mdk | Francois Pons | 2003-02-27 | 1 | -0/+3 |
| | |||||
* | 4.2-16mdk | Francois Pons | 2003-01-29 | 1 | -0/+2 |
| | |||||
* | add --limit-rate support to urpmi, urpmi.addmedia and urpmi.update | Francois Pons | 2003-01-24 | 1 | -0/+2 |
| | |||||
* | 4.2-9mdk | Francois Pons | 2003-01-23 | 1 | -1/+1 |
| | |||||
* | 4.1-3mdk | Francois Pons | 2002-11-28 | 1 | -6/+12 |
| |