summaryrefslogtreecommitdiffstats
path: root/urpm.pm
Commit message (Collapse)AuthorAgeFilesLines
* Make --ignorearch really work by overriding a package subroutine (not veryRafael Garcia-Suarez2006-02-131-5/+7
| | | | | clean, but fast)
* Another --ignorearch fix in search_packages()Rafael Garcia-Suarez2006-02-131-1/+1
|
* Make research of packages work with ignorearch optionRafael Garcia-Suarez2006-02-131-1/+4
|
* Implement urpmi --repackage. Add a "repackage" global option in urpmi.cfg.Rafael Garcia-Suarez2006-02-091-0/+1
| | | | | Document them.
* Log mounts and umountsRafael Garcia-Suarez2006-02-091-0/+3
|
* Log transaction creationRafael Garcia-Suarez2006-02-091-1/+2
|
* Always remove from the local cache all packages that were part of theRafael Garcia-Suarez2006-02-061-14/+5
| | | | | transaction, even if they weren't successfully installed. (Bug #17913)
* Clean more aggressively in /var/cache/rpmsRafael Garcia-Suarez2006-02-061-23/+21
|
* 4.8.9-1mdkRafael Garcia-Suarez2006-02-021-1/+1
|
* Patch by Shlomi Fish to fix error recovery on download of description files.Rafael Garcia-Suarez2006-02-011-4/+10
|
* Attempt to fix a bug in translate_why_unselected on x86_64 where sometimes idsRafael Garcia-Suarez2006-02-011-3/+9
| | | | | were reported instead of human-readable dependencies.
* 4.8.8Rafael Garcia-Suarez2006-01-251-1/+1
|
* Oops, accidental deletionRafael Garcia-Suarez2006-01-251-0/+1
|
* Correctly register specfiles in depslistRafael Garcia-Suarez2006-01-251-1/+3
|
* Allow to install specfiles via urpmi (like source rpms)Rafael Garcia-Suarez2006-01-251-6/+14
|
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-241-1/+1
|
* 5.8.7-1mdkRafael Garcia-Suarez2006-01-131-1/+1
|
* Remove force_local download option (which was always on)Rafael Garcia-Suarez2006-01-131-6/+1
|
* Code cleanup, remove obsolete code.Rafael Garcia-Suarez2006-01-131-11/+12
|
* Verify signature in orderRafael Garcia-Suarez2006-01-121-2/+4
|
* Code factorizationRafael Garcia-Suarez2006-01-111-3/+4
|
* Fix minor locking bug in urpmqRafael Garcia-Suarez2006-01-111-10/+3
|
* 4.8.6-1mdkRafael Garcia-Suarez2006-01-041-1/+1
|
* RefactoringRafael Garcia-Suarez2006-01-041-30/+21
|
* Speed and space optimisation when retrieving list of rpm files for a media.Rafael Garcia-Suarez2006-01-041-7/+11
|
* There's no point in scanning all media for a matching MD5SUM, just directlyRafael Garcia-Suarez2006-01-031-48/+36
| | | | | | | look at the media we're updating. In case of multiple enabled media using the same hdlist, only one used to be correctly marked modified, so the changes of md5sum for others were silently ignored, and breakage ensued.
* Add explicit loop namesRafael Garcia-Suarez2006-01-031-5/+5
|
* Don't bother comparing all md5sums if we haven't gotten it from the mirrorRafael Garcia-Suarez2006-01-031-46/+48
|
* 4.8.5-1mdkRafael Garcia-Suarez2005-12-231-1/+1
|
* 4.8.4-1mdkRafael Garcia-Suarez2005-12-081-1/+1
|
* Fix a regression (introduced in urpm.pm revision 1.579) : the packages thatRafael Garcia-Suarez2005-12-081-1/+3
| | | | | | obsoleted older packages were installed as 'install', not as 'upgrade', thus rpm wasn't attempting to deinstall the old package.
* 4.8.3-1mdkRafael Garcia-Suarez2005-12-051-1/+1
|
* More error checking when generating names fileRafael Garcia-Suarez2005-12-051-1/+7
|
* Add a new configuration option, default-media, that specifies a comma-separatedRafael Garcia-Suarez2005-12-021-2/+6
| | | | | | list of media to be taken into account by default (i.e., if the --media switch is not specified on the command-line)
* Add new switches to the urpm tools, --wget-options, --curl-options andRafael Garcia-Suarez2005-12-021-4/+8
| | | | | | | --rsync-options, to specify additionnal command-line options to pass to the downloader programs. These are also available as global variables that can be set in urpmi.cfg.
* Update copyright noticesRafael Garcia-Suarez2005-12-021-2/+4
|
* 4.8.2Rafael Garcia-Suarez2005-11-251-1/+1
|
* Quote package names in regular expressions, this could cause problems withRafael Garcia-Suarez2005-11-231-1/+1
| | | | | things like libstdc++
* Add native error messages when build_synthesis failsRafael Garcia-Suarez2005-11-231-0/+2
|
* 4.8.1-1mdkRafael Garcia-Suarez2005-11-171-1/+1
|
* Install uninstalled packages as installs, not as upgradesRafael Garcia-Suarez2005-11-151-1/+2
|
* Display a README.urpmi only once. It could be displayed twice if the end ofRafael Garcia-Suarez2005-11-151-8/+6
| | | | | | installation callback was called twice, which happens when a package has both post and posttrans hooks.
* 4.8.0-1mdkRafael Garcia-Suarez2005-11-141-1/+1
|
* Remove more MDK::Common vestigiaRafael Garcia-Suarez2005-11-031-6/+8
|
* Don't use MDK::CommonRafael Garcia-Suarez2005-11-031-5/+20
|
* Simplify code, change obscure error messageRafael Garcia-Suarez2005-10-311-3/+4
|
* Remove encoding kludgeRafael Garcia-Suarez2005-10-271-2/+1
|
* Fail earlier and more aggressively when downloading an rpm failsRafael Garcia-Suarez2005-10-271-1/+5
|
* 4.7.18-1mdkRafael Garcia-Suarez2005-10-261-1/+1
|
* urpmi.addmedia --raw should add medium as ignored, since the new medium is justRafael Garcia-Suarez2005-10-251-4/+5
| | | | | a config entry and wasn't initialised