aboutsummaryrefslogtreecommitdiffstats
path: root/URPM
Commit message (Collapse)AuthorAgeFilesLines
* - sort choices per media, then per versionPascal Rigaux2007-08-121-5/+28
| | | | | | | | | | | | | nb: on 2004-12-13, rgs replaced "$a->id <=> $b->id" with "$b->compare_pkg($a) || $a->id <=> $b->id" Return the list of chosen packages sorted by descending version (bug #12645). the end result is the sorting by media was dropped :-/
* cleanup (easier to read)Pascal Rigaux2007-08-121-2/+2
|
* - "suggests" are no more handled as "requires"Pascal Rigaux2007-08-091-2/+34
| | | | | | | | | - resolve_requested support "suggests": a newly suggested package is installed as if required (can be disabled with option no_suggests) nb: URPM.xs change is quite complex since suggests are mostly seen as requires inside rpmlib.
* factorize some code into with_db_unsatisfied_requires:Pascal Rigaux2007-08-081-13/+20
| | | | | | | #- this function is "suggests vs requires" safe: #- 'whatrequires' will give both requires & suggests, but unsatisfied_requires #- will check $p->requires and so filter out suggests
* "nopromoteepoch => 1" is the default option in ->unsatisfied_requiresPascal Rigaux2007-08-081-2/+2
|
* - fix --auto-select skipping some packages because of other packages providingPascal Rigaux2007-07-021-24/+1
| | | | | | | | | | | | | | | a more recent version, but no obsolete between those packages. the fix is to revert commit from Aug 2002: "fixed propable old package (according provides) requested by request_packages_to_upgrade." hopefully this change won't break too much... for the record, a few issues: - skipping java-1.5.0-gcj-1.5.0.0-14.7mdv2008.0.i586 since java-1.7.0-icedtea-1.7.0.0-1.3mdv2008.0.i586 provides a more recent version of jre (1.7.0 vs 1.5.0) - skipping emacs-common-22.1-2mdv2008.0.i586 since gnus-emacs-5.10.8-1mdv2007.0.noarch provides a more recent vers whereas java-1.5.0-gcj-1.5.0.0-14.6mdv and emacs-common-22.1-1mdv are installed
* help debugging the strange behaviour of this codePascal Rigaux2007-07-021-1/+4
|
* document the fact that build_synthesis returns true on successPascal Rigaux2007-06-151-1/+2
|
* - pass the virtual package name as a parameter to {callback_choices} inPascal Rigaux2007-05-031-1/+1
| | | | | ->resolve_requested
* re-sync after the big svn lossPascal Rigaux2007-04-271-0/+1
|
* re-sync after the big svn loss1.581.571.561.55Pascal Rigaux2007-04-242-14/+22
|
* document what bug is fixedtopic/1.60Pascal Rigaux2007-03-291-1/+1
|
* perl_checker compliancePascal Rigaux2007-03-081-12/+7
|
* split request_packages_to_upgrade() in 2 functionsPascal Rigaux2007-03-061-2/+18
|
* rewritePascal Rigaux2007-03-061-6/+7
|
* simplifyPascal Rigaux2007-03-061-2/+8
|
* fix regexp detecting the need for strict-arch (on x86_64)Pascal Rigaux2007-01-191-2/+2
|
* better debug text1.54Pascal Rigaux2007-01-091-2/+2
|
* @chosen is always non empty, and @chosen == 1 is already handledPascal Rigaux2007-01-091-1/+1
|
* use a sort to make things clearPascal Rigaux2007-01-091-20/+15
|
* factorizePascal Rigaux2007-01-091-12/+10
|
* factorize code into _set_flag_installed_and_upgrade_if_no_newer()Pascal Rigaux2007-01-091-31/+21
|
* suggest a valid reason why a package was not foundPascal Rigaux2007-01-091-1/+1
|
* fix previous commitPascal Rigaux2007-01-091-4/+4
|
* create _id_to_name() and use itPascal Rigaux2007-01-091-12/+37
|
* allow toggling debugging and handling it through a callbackPascal Rigaux2007-01-091-14/+28
|
* Patch by Pixel to ignore self-obsoletesRafael Garcia-Suarez2006-10-161-0/+6
|
* Invert bogus checkRafael Garcia-Suarez2006-09-211-5/+5
|
* Add POD test, remove sole pod fragment in URPM::BuildRafael Garcia-Suarez2006-09-071-5/+2
|
* Oops, remove debug codeRafael Garcia-Suarez2006-09-061-1/+0
|
* prefer kernel-source-stripped over kernel-sourceRafael Garcia-Suarez2006-09-061-0/+18
|
* Micro-optimisation, and make comments more explicitRafael Garcia-Suarez2006-09-051-4/+9
|
* strict-arch doesn't apply to src packagesRafael Garcia-Suarez2006-08-011-2/+2
|
* One might have an undefined package in the depslist (not sure why)Rafael Garcia-Suarez2006-07-041-0/+1
|
* Verify if we can open the rpmdb, and abort if we can't (bug #22527)Rafael Garcia-Suarez2006-06-141-2/+4
|
* 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
|