summaryrefslogtreecommitdiffstats
path: root/urpmi
Commit message (Collapse)AuthorAgeFilesLines
* drop /usr/X11R6/bin from $PATHThierry Vignaud2012-06-081-3/+3
|
* sort imported functionsThierry Vignaud2012-03-271-1/+1
|
* perl_checker cleanupThierry Vignaud2012-03-271-2/+2
|
* warn if --allow-force, --allow-nodeps, --force or --keep is in use (mga#3127)Thierry Vignaud2012-03-051-0/+10
|
* fix urpmi failing silently and with exit status 0 when packageThierry Vignaud2012-02-271-0/+12
| | | | | installation fails due to either conflicts (mdv#63072) or to unselecting package (inspirated by mdv, mdv#63940)
* kill unused DUDF support (mga#4493)Thierry Vignaud2012-02-141-30/+0
|
* return the proper error code in some cases when failing to install some packagesThierry Vignaud2012-02-141-3/+3
| | | | | (conflicts, requires on older than installed packages, unstallable packages)
* (conflicting_packages_msg_) kill unused argsThierry Vignaud2012-01-061-1/+1
|
* disable dudf support (we've nothing server side)Thierry Vignaud2011-12-181-2/+2
|
* perl_checker cleanupsThierry Vignaud2011-12-181-3/+0
|
* do not compute orphan packages when handling priority upgradesThierry Vignaud2011-12-181-1/+1
|
* fix broken 'urpmi --no-md5sum' (pok, mga#62557)Thierry Vignaud2011-10-071-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-09-131-1/+1
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------
* update copyright noticesPer Øyvind Karlsen2010-11-211-2/+2
|
* dudf: add missing calls to dudf_exittopic/rpm5Christophe Fergeau2010-08-191-0/+2
| | | | | When there are deps issues (for example), ie an exit code 17 is returned, dudf_exit wasn't called. Patch by Alexandre Lissy
* update copyrightThierry Vignaud2009-11-241-1/+1
|
* make sure we generate dudf reports for transaction errorsChristophe Fergeau2009-10-161-0/+4
| | | | Fixes #53690
* add --download-all options to enable downloading of all packages before installChristophe Fergeau2009-10-131-0/+1
|
* more dudf cleanupsChristophe Fergeau2009-07-301-1/+1
|
* small clean-ups in text messagesChristophe Fergeau2009-07-301-2/+0
|
* dudf patch from Olivier Rosello for the Mancoosi projectChristophe Fergeau2009-07-301-1/+27
|
* Change error code when some packages couldn't be installedChristophe Fergeau2009-03-241-2/+2
|
* Return error code when the install is aborted during an upgradeChristophe Fergeau2009-03-241-2/+2
|
* Revert "urpmi doesn't have a --auto-orphans parameter, fixes bug #48946"Christophe Fergeau2009-03-231-2/+13
| | | | | The parameter was actually implemented and working, dunno how I overlooked that.
* Remove remnants of --auto-orphans codeChristophe Fergeau2009-03-201-12/+2
| | | | | | | | | I recently removed references to urpmi --auto-orphans from urpmi man pages, but in fact, the bug was that the option wasn't parsed, the rest of the code was here. However, given that many people are surprised by which packages get auto-orphaned, it's better if it's not possible for now to remove auto-orphaned packages at install time. This commit removes the auto-orphans code from urpmi
* urpmi doesn't have a --auto-orphans parameter, fixes bug #48946Christophe Fergeau2009-03-201-1/+0
|
* Mark packages as "manually installed"Christophe Fergeau2009-01-131-0/+9
| | | | | | | | With the orphan mechanism, there is no way to manually mark a package that was installed as a dep of another package as not being a potential orphan. Mimic apt and if an already package is passed as an argument to urpmi, remove it from the potential orphans list. Fixes bug #45054.
* add some docPascal Rigaux2008-12-181-0/+3
|
* - urpmiPascal Rigaux2008-11-141-0/+1
| | | | | | o in --auto, do not allow to install a package substring match (you can use -a to force it)
* - urpmiPascal Rigaux2008-11-031-0/+1
| | | | | o ensure download when updating media (with --auto-update) is quiet
* create urpm::msg::ask_yes_or_no() to remove duplicationPascal Rigaux2008-10-211-3/+3
|
* do not call {ask_yes_or_no} callback with explicit "(y/N)" otherwise it isPascal Rigaux2008-10-211-1/+1
| | | | | displayed in GUIs (gurpmi/rpmdrake/...)
* - urpmiPascal Rigaux2008-10-201-14/+1
| | | | | o fix --auto-update ignoring --media and default-media (#45097)
* - 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)
* - urpmi, library:Pascal Rigaux2008-10-061-0/+1
| | | | | | o handle --replacefiles, will be used by mdkonline (require perl-URPM 3.19)
* - urpmi, rpmdrake:Pascal Rigaux2008-10-061-2/+2
| | | | | | o nice exit code for "bad signature" fatal error. Fixes rpmdrake continuing on bad signature (#44575)
* when using --bug, copy /root/.rpmdrake tooThierry Vignaud2008-09-171-1/+1
|
* - library:Pascal Rigaux2008-09-111-8/+5
| | | | | o create urpm::select::conflicting_packages_msg() for rpmdrake
* (set_env) extract it so that rpmdrake can support the --env optionThierry Vignaud2008-09-091-14/+1
|
* add local metalink generationPer Øyvind Karlsen2008-07-091-0/+1
|
* - urpmiPascal Rigaux2008-07-081-2/+0
| | | | | o handle --debug-librpm
* o handle "unrequested orphans" (similar to "deborphan")Pascal Rigaux2008-07-071-1/+20
|
* remove unused varsPascal Rigaux2008-07-031-8/+4
|
* nicer var namesPascal Rigaux2008-07-031-3/+3
|
* create db_open_or_die_() and use itPascal Rigaux2008-07-011-1/+1
|
* simplify rpmdb_to_synthesis() prototypePascal Rigaux2008-07-011-1/+1
|
* - urpmiPascal Rigaux2008-06-261-0/+5
| | | | | | | o display a message "Package foo is already installed" when asking "urpmi foo bar" and only installing bar (#41593) (requires perl-URPM 3.16)
* - urpmiPascal Rigaux2008-06-021-5/+1
| | | | | | o fix --replacepkgs when a package appears more than once in urpmi db (#40893) (need perl-URPM 3.14)
* - urpmi:Pascal Rigaux2008-05-191-18/+13
| | | | | | o --auto-update should behave like urpmi.update when mirrorlist is outdated (cf http://forum.mandriva.com/viewtopic.php?t=86837)
* - urpmq:Pascal Rigaux2008-04-031-0/+1
| | | | | | o --suggests is currently misleading, introduce --allow-suggests and explain the user that --suggests really means --allow-suggests (#39726)