Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 6.46.4 | Thierry Vignaud | 2008-08-14 | 1 | -0/+2 |
| | |||||
* | typo fix | Thierry Vignaud | 2008-08-14 | 1 | -1/+1 |
| | |||||
* | (ask_choice) fix exit code if canceling when requested to select a choice | Thierry Vignaud | 2008-08-14 | 1 | -0/+1 |
| | |||||
* | (do_install_3) fix exit code if not refusing to insert the proper media | Thierry Vignaud | 2008-08-14 | 1 | -0/+1 |
| | |||||
* | (cancel_n_quit) notify callers when installation is canceled (#40358) | Thierry Vignaud | 2008-08-14 | 1 | -0/+3 |
| | |||||
* | 6.36.3 | Thierry Vignaud | 2008-08-14 | 1 | -0/+2 |
| | |||||
* | (do_install3) implement missing ask_yes_or_no() callback | Thierry Vignaud | 2008-08-14 | 1 | -0/+1 |
| | |||||
* | (quit) add proper destro management & fix gtk+ critical messages | Thierry Vignaud | 2008-08-14 | 1 | -0/+3 |
| | |||||
* | 6.26.2 | Thierry Vignaud | 2008-08-07 | 1 | -0/+2 |
| | |||||
* | handle --justdb and --noscripts in gurpmi | Thierry Vignaud | 2008-08-07 | 1 | -0/+1 |
| | |||||
* | (configure_urpm) parse command line when initializing urpmi, thus | Thierry Vignaud | 2008-08-07 | 1 | -0/+2 |
| | | | | | fixing --urpmi-root | ||||
* | o sort the list of orphans | Pascal Rigaux | 2008-07-11 | 1 | -0/+1 |
| | |||||
* | - urpme | Pascal Rigaux | 2008-07-11 | 1 | -0/+3 |
| | | | | | o add --justdb | ||||
* | 6.16.1 | Pascal Rigaux | 2008-07-10 | 1 | -0/+2 |
| | |||||
* | o fix creation of chroot with --root by using ↵ | Pascal Rigaux | 2008-07-10 | 1 | -0/+2 |
| | | | | | | | | | /var/lib/rpm/installed-through-deps.list (instead of having it in /var/lib/urpmi) it's a saner place to put this file anyway | ||||
* | o fix --parallel --auto-select when one box is up-to-date but not the ↵ | Pascal Rigaux | 2008-07-10 | 1 | -0/+1 |
| | | | | others (#41924) | ||||
* | - urpmi | Pascal Rigaux | 2008-07-09 | 1 | -0/+1 |
| | | | | | o fix --parallel on local media (ie when synthesis.cz is not copied to /var/lib/urpmi) | ||||
* | - all tools | Pascal Rigaux | 2008-07-09 | 1 | -0/+2 |
| | | | | | o fix broken ssh:// (regression introduced in 6.0) | ||||
* | - urpmi, urpme, urpmq: | Pascal Rigaux | 2008-07-09 | 1 | -0/+2 |
| | | | | | | | | o fix orphans handling: suggested packages must not be detected as orphans (reported on cooker ml: perl-Mail-DomainKeys suggested by spamassassin was detected as orphan) | ||||
* | - urpmi | Pascal Rigaux | 2008-07-08 | 1 | -0/+1 |
| | | | | | o handle --debug-librpm | ||||
* | - urpmi.addmedia | Pascal Rigaux | 2008-07-08 | 1 | -0/+1 |
| | | | | | o --interactive: fix selecting "noauto" media (#39522) | ||||
* | allow "urpmi.addmedia --distrib --mirrorlist" to please blino (#40283) | Pascal Rigaux | 2008-07-08 | 1 | -0/+2 |
| | |||||
* | - urpme: | Pascal Rigaux | 2008-07-08 | 1 | -0/+2 |
| | | | | | | | o --test: display "Removal is possible" if no pb (#40584) (though i wonder what kind of issues could arise when testing transaction?) | ||||
* | - urpmi: | Pascal Rigaux | 2008-07-08 | 1 | -0/+2 |
| | | | | | o handle README.urpmi in utf8 (but not other encodings) (#41553) | ||||
* | - urpmq | Pascal Rigaux | 2008-07-08 | 1 | -0/+1 |
| | | | | | o add --obsoletes | ||||
* | - urpmq: | Pascal Rigaux | 2008-07-08 | 1 | -0/+4 |
| | | | | | | | | o --suggests now displays the suggested packages, see --allow-suggests for previous behaviour (#39726) - fixing duplicated setting of options in args.pm | ||||
* | 6.06.0 | Pascal Rigaux | 2008-07-07 | 1 | -0/+2 |
| | |||||
* | o handle "unrequested orphans" (similar to "deborphan") | Pascal Rigaux | 2008-07-07 | 1 | -0/+1 |
| | |||||
* | with --urpmi-root, we do not use statedir_media_info_file to allow ↵ | Pascal Rigaux | 2008-07-07 | 1 | -0/+2 |
| | | | | compatibility with older urpmi | ||||
* | what was introduced in perl-URPM 3.16 to get "rejected already installed pkgs" | Pascal Rigaux | 2008-07-07 | 1 | -1/+1 |
| | | | | | | is wrong. Adapt to perl-URPM 3.18 way ($state->{rejected_already_installed}) which ensures we don't break things (eg: superuser--priority-upgrade.t test case) | ||||
* | o fix handling --urpmi-root <relative dir> | Pascal Rigaux | 2008-07-07 | 1 | -0/+1 |
| | |||||
* | o enhance error message "Removing the following package will break your ↵ | Pascal Rigaux | 2008-07-03 | 1 | -0/+1 |
| | | | | system" | ||||
* | - urpme: | Pascal Rigaux | 2008-07-02 | 1 | -0/+2 |
| | | | | | o indent the list of packages to be removed | ||||
* | do cancel when pressing the No button (#41648) | Thierry Vignaud | 2008-07-01 | 1 | -0/+2 |
| | |||||
* | comment bash-completion change | Pascal Rigaux | 2008-06-27 | 1 | -0/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-06-26 | 1 | -0/+3 |
| | | | | | | | o display a message "Package foo is already installed" when asking "urpmi foo bar" and only installing bar (#41593) (requires perl-URPM 3.16) | ||||
* | - urpmi: | Pascal Rigaux | 2008-06-26 | 1 | -0/+2 |
| | | | | | | o "missing file" and "bad rpms" errors are reported asap and are fatal errors unless the user wants to go on anyway (or --force) | ||||
* | - urpmi | Pascal Rigaux | 2008-06-26 | 1 | -0/+1 |
| | | | | | o fix displaying "files are missing" (regression introduced in 5.6) | ||||
* | - all tools: | Pascal Rigaux | 2008-06-24 | 1 | -0/+5 |
| | | | | | | | | o statedir files are now in /var/lib/urpmi/<medium-name>/ for eg: /var/lib/urpmi/synthesis.hdlist.<medium-name> is now /var/lib/urpmi/<medium-name>/synthesis.hdlist.cz it allows easier medium update without using urpmi.update (#31893) | ||||
* | o fix --replacepkgs when a same package appears more than once in urpmi db | Pascal Rigaux | 2008-06-23 | 1 | -0/+1 |
| | |||||
* | urpmi: set connection timeout for rsync as well | Anssi Hannula | 2008-06-15 | 1 | -0/+2 |
| | |||||
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-06-05 | 1 | -0/+3 |
| | | | | | o fix --no-md5sum (regression introduced in 5.20) (#41237) | ||||
* | 5.205.20 | Pascal Rigaux | 2008-06-02 | 1 | -0/+2 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-06-02 | 1 | -0/+2 |
| | | | | | | o fix --replacepkgs when a package appears more than once in urpmi db (#40893) (need perl-URPM 3.14) | ||||
* | - urpmi: | Pascal Rigaux | 2008-05-19 | 1 | -0/+3 |
| | | | | | | o --auto-update should behave like urpmi.update when mirrorlist is outdated (cf http://forum.mandriva.com/viewtopic.php?t=86837) | ||||
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-05-15 | 1 | -1/+2 |
| | | | | | | | o check downloaded MD5SUM is not invalid HTML code, and try another mirror from mirrorlist (#39918) (useful for servers not returning a valid HTTP error) | ||||
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-05-15 | 1 | -0/+2 |
| | | | | | | o check downloaded synthesis is not invalid HTML code (#39918) (useful for servers not returning a valid HTTP error) | ||||
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-05-15 | 1 | -0/+2 |
| | | | | | | | o fix checking synthesis MD5SUM ie fix typo | ||||
* | add missing mark | Olivier Blin | 2008-04-22 | 1 | -0/+3 |
| | |||||
* | 5.19 | Pascal Rigaux | 2008-04-03 | 1 | -0/+2 |
| |