Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop /usr/X11R6/bin from $PATH | Thierry Vignaud | 2012-06-08 | 1 | -1/+1 |
| | |||||
* | document that -a only works on enabled media (mga#3190) | Thierry Vignaud | 2011-10-27 | 1 | -1/+1 |
| | |||||
* | update copyright notices | Per Øyvind Karlsen | 2010-11-21 | 1 | -1/+1 |
| | |||||
* | r249409 | pixel | 2008-11-13 14:55:28 +0100 (Thu, 13 Nov 2008) | 10 lines | Pascal Rigaux | 2008-11-14 | 1 | -24/+19 |
| | | | | | | | | | | | | | - urpmi.update o updated "ignore"d medium should not become non "ignore"d (#45457) (regression introduced in 6.18) the fix is to use update_those_media() which doesn't filter on {ignore} media, and so we don't need to unset {ignore} to allow updating a media setting {modified} is hopefully unneeded when using update_those_media(), but who knows :-/ | ||||
* | - urpmi.update, urpmi.addmedia | Pascal Rigaux | 2008-10-21 | 1 | -0/+4 |
| | | | | | | | | o exit on failing media instead of ignoring them (esp. for urpmi.addmedia --distrib). exceptions: "urpmi.update -a" and "urpmi.update --update" for backward compatibility | ||||
* | - urpmi.update, urpmi.addmedia, urpmi.removemedia: | Pascal Rigaux | 2008-10-14 | 1 | -1/+1 |
| | | | | | | | o do not check wether the media are valid, it allows "mv /etc/urpmi/urpmi.cfg.{backup,} ; urpmi.update -a" to work (nb: not equivalent with urpmi.addmedia, since pubkey will not be imported) | ||||
* | cleanup | Pascal Rigaux | 2008-08-21 | 1 | -6/+7 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-08-21 | 1 | -4/+6 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-08-21 | 1 | -9/+9 |
| | |||||
* | add aria2 option to --help as well as --metalink | Per Øyvind Karlsen | 2008-07-10 | 1 | -0/+2 |
| | |||||
* | - -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 |
| |