summaryrefslogtreecommitdiffstats
path: root/urpmi.update
Commit message (Collapse)AuthorAgeFilesLines
* bump copyrightThierry Vignaud2020-01-171-1/+1
|
* Update Mageia copyright statementsRémi Verschelde2017-04-261-0/+1
|
* drop /usr/X11R6/bin from $PATHThierry Vignaud2012-06-081-1/+1
|
* document that -a only works on enabled media (mga#3190)Thierry Vignaud2011-10-271-1/+1
|
* update copyright noticesPer Øyvind Karlsen2010-11-211-1/+1
|
* r249409 | pixel | 2008-11-13 14:55:28 +0100 (Thu, 13 Nov 2008) | 10 linesPascal Rigaux2008-11-141-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.addmediaPascal Rigaux2008-10-211-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 Rigaux2008-10-141-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)
* cleanupPascal Rigaux2008-08-211-6/+7
|
* cleanupPascal Rigaux2008-08-211-4/+6
|
* cleanupPascal Rigaux2008-08-211-9/+9
|
* add aria2 option to --help as well as --metalinkPer Øyvind Karlsen2008-07-101-0/+2
|
* - -c option is no more (only kept for compatibility in urpmi.update)Pascal Rigaux2008-02-251-1/+0
| | | | | - {cachedir}/headers is not used anymore
* - urpmi.update, urpmi.addmedia, urpmi.removemedia:Pascal Rigaux2007-12-191-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 Rigaux2007-12-191-3/+3
| | | | | o drop hdlist support (will be replaced with xml media_info)
* create urpm->new_parse_cmdline and use itPascal Rigaux2007-12-121-2/+1
| | | | | (it may be a little stricter for urpmi since we exit(1) on parse_cmdline error)
* fix typo in previous commitPascal Rigaux2007-12-051-1/+1
|
* - urpmi.update:Pascal Rigaux2007-12-051-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 Rigaux2007-11-221-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 reallyPascal Rigaux2007-09-241-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 toolsPascal Rigaux2007-08-111-1/+1
| | | | | o new option --wait-lock (#13025)
* factorize handling of -q|--quiet and -v|--verbose for all toolsPascal Rigaux2007-08-011-2/+0
| | | | | this fixes -q option not handled by urpmi.update (#31890)
* re-sync after the big svn lossPascal Rigaux2007-04-241-2/+6
|
* urpmi.removemedia now use urpm::args, and some cleanupPascal Rigaux2006-11-291-4/+4
|
* - move lock functions to a full blown modulePascal Rigaux2006-11-231-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.pmPascal Rigaux2006-11-211-1/+1
|
* move many functions from urpm.pm to urpm/media.pmPascal Rigaux2006-11-211-6/+5
|
* perl_checker compliancePascal Rigaux2006-11-091-1/+1
|
* simplifyPascal Rigaux2006-11-091-1/+1
|
* Add Prozilla supportRafael Garcia-Suarez2006-09-211-0/+1
|
* Die if unknown command-line options are given.Rafael Garcia-Suarez2006-02-131-2/+2
|
* Update copyright noticesRafael Garcia-Suarez2005-12-021-1/+2
|
* One steps towards -T complianceRafael Garcia-Suarez2005-06-281-0/+3
|
* s/Mandrake/Mandriva/Pablo Saratxaga2005-04-251-1/+1
|
* Print usage messages to stdout, not stderrRafael Garcia-Suarez2005-02-011-1/+1
|
* let perl_checker be able to update translation catalogsThierry Vignaud2004-12-131-2/+2
|
* While we're at it, implement --no-ignore and make it work with -aRafael Garcia-Suarez2004-12-031-5/+7
|
* Add an --ignore option to urpmi.updateRafael Garcia-Suarez2004-12-031-31/+38
|
* Implement a new option, --norebuild, to urpmi, urpmi.update and urpmi.addmedia.Rafael Garcia-Suarez2004-10-141-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.updateRafael Garcia-Suarez2004-07-271-1/+5
|
* Copyright updatesRafael Garcia-Suarez2004-07-221-1/+1
|
* changed MandrakeSoft -> MandrakesoftPablo Saratxaga2004-07-201-1/+1
|
* More checks for root capabilitiesRafael Garcia-Suarez2004-07-131-0/+3
|
* Some more cleanup and refactorization.Rafael Garcia-Suarez2004-04-191-1/+2
|
* Some more options refactorisation. The --from option of urpmi.addmediaRafael Garcia-Suarez2004-04-191-2/+2
| | | | | was being ignored; fix it.
* Factorize the message/prompt/I18N code of urpm* in a separate moduleRafael Garcia-Suarez2004-04-141-0/+1
|
* Factorize the code to handle command-line options for the urpm* toolsRafael Garcia-Suarez2004-04-131-39/+17
| | | | | in a module urpm::args.
* fix --wget and --curl in urpmi.updateOlivier Blin2004-01-281-5/+2
|
* - 4.48Olivier Thauvin2003-12-241-0/+2
| | | | | | | - urpmq --list-url - urpmq --dump-config - urpmi.update --force-key
* fixed small options being blocking long options.Francois Pons2003-12-051-7/+7
|