| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
o display a message "Package foo is already installed" when asking
"urpmi foo bar" and only installing bar (#41593)
(requires perl-URPM 3.16)
|
|
|
|
|
|
| |
o "missing file" and "bad rpms" errors are reported asap
and are fatal errors unless the user wants to go on anyway (or --force)
|
|
|
|
|
| |
o fix displaying "files are missing" (regression introduced in 5.6)
|
|
|
|
|
|
|
|
| |
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 --no-md5sum (regression introduced in 5.20) (#41237)
|
| |
|
|
|
|
|
|
| |
o fix --replacepkgs when a package appears more than once in urpmi db (#40893)
(need perl-URPM 3.14)
|
|
|
|
|
|
| |
o --auto-update should behave like urpmi.update when mirrorlist is outdated
(cf http://forum.mandriva.com/viewtopic.php?t=86837)
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
| |
o check downloaded synthesis is not invalid HTML code (#39918)
(useful for servers not returning a valid HTTP error)
|
|
|
|
|
|
|
| |
o fix checking synthesis MD5SUM
ie fix typo
|
| |
|
| |
|
|
|
|
|
|
| |
o --suggests is currently misleading, introduce --allow-suggests and explain
the user that --suggests really means --allow-suggests (#39726)
|
| |
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
o check usage of -a, -! and the like instead of displaying the ugly
"Internal error: syntax error ..."
|
|
|
|
|
|
| |
o --mirrorlist: if the retrieved media.cfg is broken, try another mirror
(#39591, it also workarounds #39592)
|
|
|
|
|
|
| |
o correctly handle media with no xml-info when using "xml-info: always"
(#39521)
|
| |
|
|
|
|
|
| |
o do not use rpms on removable cdrom media (#39396)
|
|
|
|
|
|
| |
o do not restrict read on /etc/urpmi/proxy.cfg if it doesn't contain
passwords (#39434)
|
|
|
|
|
| |
o display an error message when /etc/urpmi/proxy.cfg can't be read
|
|
|
|
|
| |
o nice error message when hal daemon is not running and is needed (#39327)
|
| |
|
|
|
|
|
| |
o fix --list -r (#39287) (regression introduced in 5.7)
|
|
|
|
|
|
| |
(ie clean the full line when we can't be sure of the number of characters
that will be displayed)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
o tell the user to "restart system" when it is needed
|
|
|
|
|
| |
o nicer error message when database is locked (#38923)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
o never suggest --install-src for spec file (#38876)
o do not allow "urpmi --install-src foo.spec"
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|