Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Oops, remove debug code | Rafael Garcia-Suarez | 2006-09-06 | 1 | -1/+0 |
| | |||||
* | prefer kernel-source-stripped over kernel-source | Rafael Garcia-Suarez | 2006-09-06 | 1 | -0/+18 |
| | |||||
* | Micro-optimisation, and make comments more explicit | Rafael Garcia-Suarez | 2006-09-05 | 1 | -4/+9 |
| | |||||
* | strict-arch doesn't apply to src packages | Rafael Garcia-Suarez | 2006-08-01 | 1 | -2/+2 |
| | |||||
* | One might have an undefined package in the depslist (not sure why) | Rafael Garcia-Suarez | 2006-07-04 | 1 | -0/+1 |
| | |||||
* | Fix longstanding epoch promotion bug, caused by braindead API design | Rafael Garcia-Suarez | 2005-12-07 | 1 | -0/+2 |
| | |||||
* | Minor comment fixes | Rafael Garcia-Suarez | 2005-09-12 | 1 | -4/+4 |
| | |||||
* | Doclet | Rafael Garcia-Suarez | 2005-06-29 | 1 | -1/+2 |
| | |||||
* | Removes obsolete code | Rafael Garcia-Suarez | 2005-05-31 | 1 | -44/+6 |
| | |||||
* | Remove the return value of compute_installed_flags, it's not used anywhere | Rafael Garcia-Suarez | 2005-05-11 | 1 | -5/+0 |
| | |||||
* | Fix bug 15628 : when no preferred locale is found, put locales-en in front of | Rafael Garcia-Suarez | 2005-04-28 | 1 | -3/+9 |
| | | | | | choice list | ||||
* | Comments and indentation | Rafael Garcia-Suarez | 2005-02-15 | 1 | -96/+99 |
| | |||||
* | Force recomputation of rejected packages when deleting some in installation | Rafael Garcia-Suarez | 2005-02-15 | 1 | -0/+1 |
| | | | | | dependency resolution | ||||
* | Indentation and comments | Rafael Garcia-Suarez | 2004-12-21 | 1 | -78/+82 |
| | |||||
* | Return the list of chosen packages sorted by descending version | Rafael Garcia-Suarez | 2004-12-13 | 1 | -3/+5 |
| | | | | | (bug #12645). | ||||
* | - allow to use an array of id instead (start .. end) in functions. | Olivier Thauvin | 2004-11-25 | 1 | -5/+11 |
| | |||||
* | When resolving dependencies, keep track of the packages that we just | Rafael Garcia-Suarez | 2004-11-10 | 1 | -1/+7 |
| | | | | | | deselected because newer versions were found, but that were not actually installed. | ||||
* | Support for the 'strict-arch' option : upgrade only packages that have | Rafael Garcia-Suarez | 2004-10-27 | 1 | -5/+36 |
| | | | | | the same architecture than the one of the already-installed version. | ||||
* | Comments | Rafael Garcia-Suarez | 2004-10-25 | 1 | -17/+17 |
| | |||||
* | A few perl_checker fixes | Rafael Garcia-Suarez | 2004-10-18 | 1 | -3/+3 |
| | |||||
* | Patch by Gwenole Beauchesne to prefer packages which have the closest | Rafael Garcia-Suarez | 2004-10-18 | 1 | -11/+17 |
| | | | | | | architecture compatibility over others when version/release are the same (using rpm's scoring system). | ||||
* | fixed deadlock caused with libgc1 obsoleting itself ;-) and in the case were an | Francois Pons | 2004-08-02 | 1 | -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-Suarez | 2004-08-02 | 1 | -0/+1 |
| | |||||
* | Make perl_checker a bit more happy | Rafael Garcia-Suarez | 2004-08-02 | 1 | -4/+4 |
| | |||||
* | Resolution of requested packages: by default, don't propose a choice when | Rafael Garcia-Suarez | 2004-07-30 | 1 | -2/+6 |
| | | | | | multiple found packages are already installed. | ||||
* | Don't use keys() in scalar context | Rafael Garcia-Suarez | 2004-07-12 | 1 | -2/+2 |
| | |||||
* | Simplify the compute_flags function (used for the {skip,inst}.list files) | Rafael Garcia-Suarez | 2004-07-09 | 1 | -44/+26 |
| | |||||
* | Allow urpmi to downgrade packages if it was invoked with --allow-force | Rafael Garcia-Suarez | 2004-05-21 | 1 | -1/+9 |
| | |||||
* | When an rpm installed locally had a version greater than the one found | Rafael Garcia-Suarez | 2004-05-19 | 1 | -77/+97 |
| | | | | | in the update media, urpmi was trying to downgrade it. | ||||
* | Add a way to downgrade some errors (file not found) to non-fatal | Rafael Garcia-Suarez | 2004-05-06 | 1 | -2/+2 |
| | |||||
* | added support for RH 7.3 | Francois Pons | 2003-12-09 | 1 | -9/+9 |
| | |||||
* | fixed to find package with full provides on whatrequires obsoleted, so that | Francois Pons | 2003-10-13 | 1 | -5/+7 |
| | | | | | pam-devel is upgraded correctly for example. | ||||
* | removed STDERR log. | Francois Pons | 2003-09-10 | 1 | -1/+0 |
| | |||||
* | diff_provides on obsoleted provides are needed. | Francois Pons | 2003-09-10 | 1 | -3/+2 |
| | |||||
* | fixed bad ARRAY reference (promote). | Francois Pons | 2003-09-10 | 1 | -4/+3 |
| | |||||
* | 0.94-4mdk0.94.4 | Francois Pons | 2003-09-05 | 1 | -247/+247 |
| | |||||
* | removed log. | Francois Pons | 2003-09-02 | 1 | -4/+0 |
| | |||||
* | fixed package badly removed. | Francois Pons | 2003-09-02 | 1 | -1/+5 |
| | |||||
* | removed potential deadlock. | Francois Pons | 2003-08-22 | 1 | -33/+40 |
| | |||||
* | final 0.93-7mdk | Francois Pons | 2003-08-20 | 1 | -7/+5 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2003-08-18 | 1 | -11/+11 |
| | |||||
* | 0.92-4mdk | Francois Pons | 2003-08-04 | 1 | -11/+27 |
| | |||||
* | fixed some missing unsatisfied in reason of rejected packages. | Francois Pons | 2003-07-30 | 1 | -7/+14 |
| | | | | | | fixed provide obsoleted which should not be taken into account when looking for obsoletes. | ||||
* | 0.92-1mdk0.92 | Francois Pons | 2003-07-28 | 1 | -33/+88 |
| | |||||
* | 0.91-14mdk | Francois Pons | 2003-07-24 | 1 | -44/+49 |
| | |||||
* | 0.91-13mdk | Francois Pons | 2003-07-24 | 1 | -39/+15 |
| | |||||
* | fixed small typo on regex for URPM::compute_flags | Francois Pons | 2003-07-16 | 1 | -1/+1 |
| | |||||
* | optimized URPM::compute_flags method by an almost unlimited factor. | Francois Pons | 2003-07-10 | 1 | -26/+37 |
| | |||||
* | 0.91-10mdk | Francois Pons | 2003-07-07 | 1 | -7/+31 |
| | |||||
* | 0.91-9mdk | Francois Pons | 2003-07-07 | 1 | -12/+15 |
| |