Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing mark | Olivier Blin | 2008-04-22 | 1 | -0/+3 |
| | |||||
* | 5.19 | Pascal Rigaux | 2008-04-03 | 1 | -0/+2 |
| | |||||
* | - urpmq: | Pascal Rigaux | 2008-04-03 | 1 | -0/+4 |
| | | | | | | o --suggests is currently misleading, introduce --allow-suggests and explain the user that --suggests really means --allow-suggests (#39726) | ||||
* | 5.18 | Pascal Rigaux | 2008-04-01 | 1 | -0/+2 |
| | |||||
* | - urpmf | Pascal Rigaux | 2008-04-01 | 1 | -0/+2 |
| | | | | | | o in some cases (iso on disk), the hdlist is not available in media/xxx/media_info/, but we can use the statedir copy. So use it | ||||
* | - urpmf: | Pascal Rigaux | 2008-03-31 | 1 | -0/+3 |
| | | | | | | o check usage of -a, -! and the like instead of displaying the ugly "Internal error: syntax error ..." | ||||
* | - urpmi.addmedia: | Pascal Rigaux | 2008-03-31 | 1 | -0/+3 |
| | | | | | | o --mirrorlist: if the retrieved media.cfg is broken, try another mirror (#39591, it also workarounds #39592) | ||||
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-03-31 | 1 | -0/+4 |
| | | | | | | o correctly handle media with no xml-info when using "xml-info: always" (#39521) | ||||
* | 5.17 | Pascal Rigaux | 2008-03-28 | 1 | -0/+2 |
| | |||||
* | - urpmq: | Pascal Rigaux | 2008-03-28 | 1 | -0/+2 |
| | | | | | o do not use rpms on removable cdrom media (#39396) | ||||
* | - urpmi.update, urpmi.addmedia: | Pascal Rigaux | 2008-03-27 | 1 | -0/+3 |
| | | | | | | o do not restrict read on /etc/urpmi/proxy.cfg if it doesn't contain passwords (#39434) | ||||
* | - urpmf, urpmq: | Pascal Rigaux | 2008-03-27 | 1 | -0/+2 |
| | | | | | o display an error message when /etc/urpmi/proxy.cfg can't be read | ||||
* | - urpmi: | Pascal Rigaux | 2008-03-25 | 1 | -0/+3 |
| | | | | | o nice error message when hal daemon is not running and is needed (#39327) | ||||
* | 5.16 | Pascal Rigaux | 2008-03-25 | 1 | -0/+2 |
| | |||||
* | - urpmq: | Pascal Rigaux | 2008-03-25 | 1 | -0/+2 |
| | | | | | o fix --list -r (#39287) (regression introduced in 5.7) | ||||
* | o handle displaying utf8 download progression in non-utf8 terminal | Pascal Rigaux | 2008-03-20 | 1 | -0/+3 |
| | | | | | | (ie clean the full line when we can't be sure of the number of characters that will be displayed) | ||||
* | - urpmi: | Pascal Rigaux | 2008-03-19 | 1 | -0/+2 |
| | | | | | | | | | | | | o fix getting rpms from different media on same DVD without it $blist->{medium}{mntpoint} is set during first _find_blist_url_matching() and "$blist->{medium}{mntpoint} and next" will block everything. with this commit, it won't copy rpms on disk even if on different media if same DVD. | ||||
* | add entry for urpmi.bash-completion commit | Pascal Rigaux | 2008-03-19 | 1 | -0/+5 |
| | |||||
* | 5.15 | Pascal Rigaux | 2008-03-18 | 1 | -0/+2 |
| | |||||
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-03-18 | 1 | -0/+5 |
| | | | | | | | o urpmi.addmedia --mirrorlist handles a list of mirrors/mirrorlist: you can specify a mirror to use inside a local network, but it will default to standard mirrors when the local mirror is not available. | ||||
* | 5.14 | Pascal Rigaux | 2008-03-17 | 1 | -0/+2 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2008-03-17 | 1 | -0/+1 |
| | | | | | o tell the user to "restart system" when it is needed | ||||
* | - urpmi: | Pascal Rigaux | 2008-03-17 | 1 | -0/+3 |
| | | | | | o nicer error message when database is locked (#38923) | ||||
* | 5.13 | Pascal Rigaux | 2008-03-17 | 1 | -0/+2 |
| | |||||
* | handle -p and -P like urpmi | Thierry Vignaud | 2008-03-17 | 1 | -0/+1 |
| | |||||
* | handle provides (spotted by salem) | Thierry Vignaud | 2008-03-17 | 1 | -0/+2 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2008-03-14 | 1 | -0/+4 |
| | | | | | | o never suggest --install-src for spec file (#38876) o do not allow "urpmi --install-src foo.spec" | ||||
* | 5.12 | Thierry Vignaud | 2008-03-13 | 1 | -0/+2 |
| | |||||
* | sort | Thierry Vignaud | 2008-03-13 | 1 | -1/+1 |
| | |||||
* | (usage) translate header (modulo s/^g// in urpmi) | Thierry Vignaud | 2008-03-13 | 1 | -0/+1 |
| | |||||
* | (configure_urpm) return 1 like urpmi if package doesn't exist | Thierry Vignaud | 2008-03-13 | 1 | -0/+1 |
| | |||||
* | handle --force | Thierry Vignaud | 2008-03-13 | 1 | -0/+1 |
| | |||||
* | (do_install_3) return urpmi error code | Thierry Vignaud | 2008-03-13 | 1 | -0/+1 |
| | |||||
* | ensure rpm error message are always in UTF-8 | Thierry Vignaud | 2008-03-13 | 1 | -0/+1 |
| | |||||
* | ensure urpmi messages are always in UTF-8 | Thierry Vignaud | 2008-03-13 | 1 | -0/+3 |
| | |||||
* | 5.11 | Pascal Rigaux | 2008-03-11 | 1 | -1/+1 |
| | |||||
* | o do handle suggests in priority upgrades (#38778) | Pascal Rigaux | 2008-03-11 | 1 | -0/+1 |
| | | | | | otherwise perl-Hal-Cdroms suggest is not installed | ||||
* | 5.10 | Pascal Rigaux | 2008-03-11 | 1 | -1/+3 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2008-03-11 | 1 | -0/+2 |
| | | | | | o have a nicer error message when perl-Hal-Cdroms is missing (#38778) | ||||
* | - bash-completion: | Pascal Rigaux | 2008-03-11 | 1 | -0/+3 |
| | | | | | | o restore available-pkgs completion using "urpmq --list" by default (it needed COMP_URPMI_HDLISTS to be set, but it should be fast enough now) | ||||
* | (configure_urpm) fix breakage introduced with priority upgrades support (#38738) | Thierry Vignaud | 2008-03-10 | 1 | -0/+3 |
| | |||||
* | fix date | Thierry Vignaud | 2008-03-07 | 1 | -1/+1 |
| | |||||
* | 5.9 | Thierry Vignaud | 2008-03-07 | 1 | -0/+2 |
| | |||||
* | - modify infrastructure so that rpmdrake doesn't select all updates by | Pascal Rigaux | 2008-03-06 | 1 | -0/+3 |
| | | | | | | | default (#38611) ie create resolve_priority_upgrades_after_auto_select() for use in rpmdrake | ||||
* | 5.8.1 | Thierry Vignaud | 2008-03-06 | 1 | -0/+2 |
| | |||||
* | (resolve_dependencies) add infrastructure so that rpmdrake doesn't | Thierry Vignaud | 2008-03-06 | 1 | -0/+3 |
| | | | | | select all updates by default (#38611) | ||||
* | one more typo fix | Thierry Vignaud | 2008-03-05 | 1 | -1/+1 |
| | |||||
* | typo fix | Thierry Vignaud | 2008-03-05 | 1 | -1/+1 |
| | |||||
* | 5.8 | Thierry Vignaud | 2008-03-04 | 1 | -0/+2 |
| | |||||
* | (resolve_dependencies) add 'upgrade_callback' and | Thierry Vignaud | 2008-03-04 | 1 | -0/+1 |
| | | | | | | 'resolve_req_callback' callbacks so that rpmdrake can reuse more urpmi code |