summaryrefslogtreecommitdiffstats
path: root/urpm.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* 4.7.17-1mdkRafael Garcia-Suarez2005-10-201-1/+1
|
* Forbid urpmq --use-distrib when non rootRafael Garcia-Suarez2005-10-121-1/+17
|
* Add a quiet option to the API of specialized download routinesRafael Garcia-Suarez2005-10-111-3/+6
|
* Don't use "verbose" setting in urpm::download APIRafael Garcia-Suarez2005-10-111-1/+0
|
* strict_match option on a media name means the whole media name, not only a ↵Rafael Garcia-Suarez2005-10-111-2/+2
| | | | whole word
* 4.7.16-1mdkRafael Garcia-Suarez2005-10-111-1/+1
|
* updated pot file; merged two duplicate translatable stringsPablo Saratxaga2005-09-201-1/+1
|
* 4.7.15-1mdkRafael Garcia-Suarez2005-09-141-1/+1
|
* 4.7.14-1mdkRafael Garcia-Suarez2005-09-071-1/+2
|
* 4.7.13-1mdkRafael Garcia-Suarez2005-09-051-1/+1
|
* 4.7.12-1mdkRafael Garcia-Suarez2005-09-011-1/+1
|
* Avoid another double encoding (nested N())Rafael Garcia-Suarez2005-09-011-2/+3
|
* Turn off utf8 warnings in the caller each time we use urpm::msg.Rafael Garcia-Suarez2005-08-311-3/+0
|
* Suppress utf8 warnings unless we want themRafael Garcia-Suarez2005-08-301-0/+3
|
* Unroll double negativeRafael Garcia-Suarez2005-08-231-2/+1
|
* Bad return type if skip.list or inst.list is not hereRafael Garcia-Suarez2005-08-221-1/+1
|