aboutsummaryrefslogtreecommitdiffstats
path: root/URPM
Commit message (Collapse)AuthorAgeFilesLines
* Fix longstanding epoch promotion bug, caused by braindead API designRafael Garcia-Suarez2005-12-071-0/+2
|
* Use new MDV namespaceRafael Garcia-Suarez2005-10-281-3/+3
|
* Minor comment fixesRafael Garcia-Suarez2005-09-121-4/+4
|
* DocletRafael Garcia-Suarez2005-06-291-1/+2
|
* Warning fixes and documentationRafael Garcia-Suarez2005-06-011-5/+13
|
* Ensure archs are identicalRafael Garcia-Suarez2005-06-011-2/+4
|
* Integrate a function to produce deltarpmsRafael Garcia-Suarez2005-06-011-4/+20
|
* Removes obsolete codeRafael Garcia-Suarez2005-05-311-44/+6
|
* Remove the return value of compute_installed_flags, it's not used anywhereRafael Garcia-Suarez2005-05-111-5/+0
|
* Fix bug 15628 : when no preferred locale is found, put locales-en in front ofRafael Garcia-Suarez2005-04-281-3/+9
| | | | | choice list
* Speed optimisation for updating mediaRafael Garcia-Suarez2005-03-031-4/+2
|
* Comments and indentationRafael Garcia-Suarez2005-02-151-96/+99
|
* Force recomputation of rejected packages when deleting some in installationRafael Garcia-Suarez2005-02-151-0/+1
| | | | | dependency resolution
* Croak if build_base_files can't write filesRafael Garcia-Suarez2005-01-041-3/+3
|
* Indentation and commentsRafael Garcia-Suarez2004-12-211-78/+82
|
* Return the list of chosen packages sorted by descending versionRafael Garcia-Suarez2004-12-131-3/+5
| | | | | (bug #12645).
* trust packdrake's defaultsRafael Garcia-Suarez2004-12-091-4/+3
|
* Remove external call to packdrake.Rafael Garcia-Suarez2004-12-091-3/+9
|
* Inspired changes on top of Olivier's changesRafael Garcia-Suarez2004-11-251-5/+1
|
* - allow to use an array of id instead (start .. end) in functions.Olivier Thauvin2004-11-252-8/+16
|
* When resolving dependencies, keep track of the packages that we justRafael Garcia-Suarez2004-11-101-1/+7
| | | | | | deselected because newer versions were found, but that were not actually installed.
* Support for the 'strict-arch' option : upgrade only packages that haveRafael Garcia-Suarez2004-10-271-5/+36
| | | | | the same architecture than the one of the already-installed version.
* CommentsRafael Garcia-Suarez2004-10-251-17/+17
|
* A few perl_checker fixesRafael Garcia-Suarez2004-10-181-3/+3
|
* Patch by Gwenole Beauchesne to prefer packages which have the closestRafael Garcia-Suarez2004-10-181-11/+17
| | | | | | architecture compatibility over others when version/release are the same (using rpm's scoring system).
* Fix method descriptionRafael Garcia-Suarez2004-10-141-1/+0
|
* Small comment fixesRafael Garcia-Suarez2004-10-131-15/+15
|
* If $TMPDIR is not writable, don't use itRafael Garcia-Suarez2004-09-031-3/+9
|
* fixed deadlock caused with libgc1 obsoleting itself ;-) and in the case were anFrancois Pons2004-08-021-2/+2
| | | | | | | older package is already installed and an older package is present in urpmi db. The problems comes with a badly interpreted comparison without an operator checked.
* Protection against packages that obsolete themselves.Rafael Garcia-Suarez2004-08-021-0/+1
|
* Silence a compilation warningRafael Garcia-Suarez2004-08-021-1/+1
|
* Make perl_checker a bit more happyRafael Garcia-Suarez2004-08-023-30/+34
|
* Resolution of requested packages: by default, don't propose a choice whenRafael Garcia-Suarez2004-07-301-2/+6
| | | | | multiple found packages are already installed.
* Use lexical filehandles.Rafael Garcia-Suarez2004-07-281-29/+25
|
* Don't use keys() in scalar contextRafael Garcia-Suarez2004-07-121-2/+2
|
* Simplify the compute_flags function (used for the {skip,inst}.list files)Rafael Garcia-Suarez2004-07-091-44/+26
|
* Allow urpmi to downgrade packages if it was invoked with --allow-forceRafael Garcia-Suarez2004-05-211-1/+9
|
* When an rpm installed locally had a version greater than the one foundRafael Garcia-Suarez2004-05-191-77/+97
| | | | | in the update media, urpmi was trying to downgrade it.
* Add a way to downgrade some errors (file not found) to non-fatalRafael Garcia-Suarez2004-05-061-2/+2
|
* - fix tag2id on old mdk, ensure all test are ok on 9.1Olivier Thauvin2004-04-271-1/+1
|
* - add $pkg->queryformat() functionOlivier Thauvin2004-04-251-1/+1
| | | | | - $ûrpm->list_rpm_tag show all tag, value for unparsable tag is 'undef' in hash
* - Don't pass whole %options to parse_rpm in parse_rpms_build_headersOlivier Thauvin2004-04-221-1/+1
|
* - remove unusefull functionOlivier Thauvin2004-04-221-17/+2
| | | | | - start to add parsing test
* - export keep_all_tags trought function in parse_rpm_build_headersOlivier Thauvin2004-04-221-2/+2
|
* - add list_rpm_tag functionOlivier Thauvin2004-04-211-160/+4
|
* More cleanup.Rafael Garcia-Suarez2004-04-211-25/+24
|
* Minor cleanupRafael Garcia-Suarez2004-04-211-4/+1
|
* - add query_pkg functionOlivier Thauvin2004-04-182-1/+21
| | | | | - transmit %options to parse_rpm in parse_rpms_build_headers
* - add Query.pm (starting to code)Olivier Thauvin2004-04-172-2/+237
| | | | | | - add fuzzy_parse function, transparency parse hdlist, synthesis, rpms or dir (dir/*.rpm) - add parse_rpms function to have same behaviours than parse_{hdlists,synthesis}
* - parse_rpm_build_headers have same behaviour with dontdie and callbackOlivier Thauvin2004-01-181-2/+11
| | | | | when using cache or the rpm