Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update translation by kournikola | Nicolas Lécureuil | 2006-01-05 | 1 | -397/+399 |
| | |||||
* | Rework urpmi manpage intro | Rafael Garcia-Suarez | 2006-01-04 | 1 | -5/+5 |
| | |||||
* | 4.8.6-1mdk | Rafael Garcia-Suarez | 2006-01-04 | 3 | -2/+99 |
| | |||||
* | Refactoring | Rafael Garcia-Suarez | 2006-01-04 | 1 | -30/+21 |
| | |||||
* | Document last change in rurpmi | Rafael Garcia-Suarez | 2006-01-04 | 1 | -1/+2 |
| | |||||
* | rurpmi shouldn't allow to install unsigned packages | Rafael Garcia-Suarez | 2006-01-04 | 1 | -1/+2 |
| | |||||
* | Speed and space optimisation when retrieving list of rpm files for a media. | Rafael Garcia-Suarez | 2006-01-04 | 1 | -7/+11 |
| | |||||
* | There's no point in scanning all media for a matching MD5SUM, just directly | Rafael Garcia-Suarez | 2006-01-03 | 1 | -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 names | Rafael Garcia-Suarez | 2006-01-03 | 1 | -5/+5 |
| | |||||
* | Count failed transactions, so when displaying counter you don't get an | Rafael Garcia-Suarez | 2006-01-03 | 1 | -0/+3 |
| | | | | | off-by-one error at the end if a transaction failed. | ||||
* | Don't bother comparing all md5sums if we haven't gotten it from the mirror | Rafael Garcia-Suarez | 2006-01-03 | 1 | -46/+48 |
| | |||||
* | updated po file | Shiva Huang | 2006-01-03 | 1 | -2/+2 |
| | |||||
* | osatuta | Iñigo Salvador Azurmendi | 2005-12-30 | 1 | -44/+30 |
| | |||||
* | updated translation + fixed bug | Pavel Maryanov | 2005-12-29 | 1 | -56/+31 |
| | |||||
* | Update translation by Frank Köster | Nicolas Lécureuil | 2005-12-29 | 1 | -222/+49 |
| | |||||
* | amaitu gabe | Iñigo Salvador Azurmendi | 2005-12-29 | 1 | -335/+106 |
| | |||||
* | Fix missing, spelling, better translations | Pjetur Hjaltason | 2005-12-29 | 1 | -340/+98 |
| | |||||
* | Updated | Willy Sudiarto Raharjo | 2005-12-28 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | José Melo | 2005-12-26 | 1 | -101/+53 |
| | |||||
* | Don't update media twice when restarting urpmi | Rafael Garcia-Suarez | 2005-12-23 | 1 | -0/+3 |
| | |||||
* | Updated POT file. | Funda Wang | 2005-12-23 | 68 | -7254/+7545 |
| | |||||
* | 4.8.5-1mdk | Rafael Garcia-Suarez | 2005-12-23 | 3 | -2/+74 |
| | |||||
* | Fix --auto-update bug : urpmi was loosing the skip list | Rafael Garcia-Suarez | 2005-12-23 | 1 | -13/+21 |
| | |||||
* | - Fix BuildRequires | Michael Scherer | 2005-12-22 | 1 | -0/+2 |
| | |||||
* | Don't update media if we're dealing with bug reports | Rafael Garcia-Suarez | 2005-12-22 | 1 | -1/+1 |
| | |||||
* | Nit: the plural form is "media" in urpmi messages | Rafael Garcia-Suarez | 2005-12-22 | 1 | -1/+1 |
| | |||||
* | New option --auto-update (bug #19819) | Rafael Garcia-Suarez | 2005-12-22 | 5 | -6/+28 |
| | |||||
* | updated translation | Pavel Maryanov | 2005-12-21 | 1 | -183/+124 |
| | |||||
* | Updated | Willy Sudiarto Raharjo | 2005-12-18 | 1 | -3/+5 |
| | |||||
* | Updated POT file. | Funda Wang | 2005-12-17 | 68 | -8571/+8861 |
| | |||||
* | update (Yukiko Bando) | Thierry Vignaud | 2005-12-15 | 1 | -131/+91 |
| | |||||
* | Add a --noscripts option to urpme | Rafael Garcia-Suarez | 2005-12-14 | 3 | -3/+22 |
| | |||||
* | updated po file | Pablo Saratxaga | 2005-12-14 | 2 | -291/+211 |
| | |||||
* | Small code factorization | Rafael Garcia-Suarez | 2005-12-13 | 1 | -5/+5 |
| | |||||
* | * Dec 10 2005 Reinout van Schouwen <reinout@cs.vu.nl> | Reinout van Schouwen | 2005-12-10 | 1 | -138/+104 |
| | | | | | Updated Dutch translation | ||||
* | 4.8.4-1mdk | Rafael Garcia-Suarez | 2005-12-08 | 3 | -2/+73 |
| | |||||
* | urpmi.removemedia should remove proxy settings too | Rafael Garcia-Suarez | 2005-12-08 | 1 | -0/+2 |
| | |||||
* | urpmi.addmedia with proxy did erase the previous proxy settings (bug 20108) | Rafael Garcia-Suarez | 2005-12-08 | 1 | -0/+1 |
| | |||||
* | Fix a regression (introduced in urpm.pm revision 1.579) : the packages that | Rafael Garcia-Suarez | 2005-12-08 | 3 | -3/+5 |
| | | | | | | obsoleted older packages were installed as 'install', not as 'upgrade', thus rpm wasn't attempting to deinstall the old package. | ||||
* | update | Thierry Vignaud | 2005-12-08 | 1 | -13/+11 |
| | |||||
* | typo fixes | Thierry Vignaud | 2005-12-08 | 1 | -2/+2 |
| | |||||
* | The parallel handlers define the same function. This could lead to warnings; ↵ | Rafael Garcia-Suarez | 2005-12-06 | 3 | -1/+4 |
| | | | | silence them. | ||||
* | Fix compilation warning | Rafael Garcia-Suarez | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | Drop the urpmq --headers options (and the requirement on rpmtools). It | Rafael Garcia-Suarez | 2005-12-06 | 5 | -62/+3 |
| | | | | | was only used by the late rpminst. | ||||
* | - use mkrel | Michael Scherer | 2005-12-05 | 1 | -1/+1 |
| | |||||
* | One of the calls to rpm2header still used PATH | Rafael Garcia-Suarez | 2005-12-05 | 1 | -1/+1 |
| | |||||
* | Add a cvsignore file | Rafael Garcia-Suarez | 2005-12-05 | 1 | -0/+4 |
| | |||||
* | updated po file | Shiva Huang | 2005-12-05 | 1 | -15/+11 |
| | |||||
* | Add version number | Rafael Garcia-Suarez | 2005-12-05 | 1 | -0/+1 |
| | |||||
* | 4.8.3-1mdk | Rafael Garcia-Suarez | 2005-12-05 | 3 | -3/+131 |
| |