summaryrefslogtreecommitdiffstats
path: root/urpm.pm
Commit message (Expand)AuthorAgeFilesLines
* 4.8.15v4_8_15Rafael Garcia-Suarez2006-03-211-1/+1
* Add a hint for users that run urpmq as non-root and who have trouble withRafael Garcia-Suarez2006-03-211-0/+1
* Better alignment of progress bars. Remove incorrect total count.Rafael Garcia-Suarez2006-03-201-5/+1
* Count correctly even when repackagingRafael Garcia-Suarez2006-03-201-1/+6
* Remove dead branchRafael Garcia-Suarez2006-03-201-7/+3
* Lock the urpmi db when adding a new media (previously it was locked only on u...Rafael Garcia-Suarez2006-03-201-0/+2
* 4.8.14Rafael Garcia-Suarez2006-03-201-1/+1
* Patch by Michael Scherer (with tweaks) to warn the user when urpmi is usingRafael Garcia-Suarez2006-03-201-5/+6
* --install-src was brokenRafael Garcia-Suarez2006-03-141-1/+1
* Passing bundle option, even if that does nothing for nowRafael Garcia-Suarez2006-03-131-5/+5
* Some urpme cleanupRafael Garcia-Suarez2006-03-081-35/+44
* Easier to read layout when explaining reasons for removalRafael Garcia-Suarez2006-03-081-2/+2
* POSIX is actually not used by urpmRafael Garcia-Suarez2006-03-071-1/+0
* Check architecture of local packages tooRafael Garcia-Suarez2006-03-071-2/+4
* 4.8.13Rafael Garcia-Suarez2006-03-031-1/+1
* Use the new versions of verify_rpm and verify_signature from URPM, adapted to...Rafael Garcia-Suarez2006-03-031-3/+5
* Set perms on partial downloads cache directoryRafael Garcia-Suarez2006-03-021-1/+1
* Don't clear cache if transaction failed.Rafael Garcia-Suarez2006-03-021-1/+2
* 4.8.12v4_8_12Rafael Garcia-Suarez2006-02-281-1/+1
* Less verbosity with urpmi -qRafael Garcia-Suarez2006-02-281-1/+1
* 4.8.11-1mdkv4_8_11Rafael Garcia-Suarez2006-02-171-1/+1
* Let "ignoresize" be configurable in urpmi.cfgRafael Garcia-Suarez2006-02-171-0/+1
* Bump version number.Rafael Garcia-Suarez2006-02-141-2/+2
* Adjust transaction count when repackagingRafael Garcia-Suarez2006-02-141-1/+5
* Make --ignorearch really work by overriding a package subroutine (not veryRafael Garcia-Suarez2006-02-131-5/+7
* 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
* 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
* 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
* 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