summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* factorizePascal Rigaux2006-11-071-7/+7
|
* move the "\n" in the print, it's nicer (but no real speedup)Pascal Rigaux2006-11-071-2/+2
|
* use $s instead of $_, it's cleaner and same speedPascal Rigaux2006-11-071-6/+4
|
* rewrite the generation of the callback codePascal Rigaux2006-11-071-29/+36
|
* use 3 args in open: replace ">$file" with ">", "$file"Pascal Rigaux2006-11-071-5/+5
|
* use $LOCK_FILE and $RPMLOCK_FILE instead of LOCK_FILE and RPMLOCK_FILEPascal Rigaux2006-11-071-29/+32
|
* perl_checker compliancePascal Rigaux2006-11-061-12/+13
|
* simplifyPascal Rigaux2006-11-031-1/+1
|
* fix bad typo in previous commit: $qv is now needed in _findindepsPascal Rigaux2006-11-031-19/+19
|
* LOSTSawyer2005-05-241-1/+1
|
* simplifyPascal Rigaux2006-11-031-1/+1
|
* - remove useless call to log, as we are calling 'die' in write_ldap_cache, ↵Michael Scherer2006-11-031-1/+1
| | | | and run inside a eval block, spotted by pixel.
* use member()Pascal Rigaux2006-11-031-2/+2
|
* remove unused variablesPascal Rigaux2006-11-032-8/+0
|
* add member()Pascal Rigaux2006-11-031-1/+2
|
* perl_checker compliancePascal Rigaux2006-11-0310-77/+80
|
* Update German translation (Nicolas Bauer)Nicolas Bauer2006-11-011-4/+2
|
* updated Galician file; corrected syntax errors in Polish filePablo Saratxaga2006-10-312-9/+10
|
* prevent a dialog to have a height of several scores of thousands pixelsThierry Vignaud2006-10-251-1/+6
|
* add support of --root for gurpmiThierry Vignaud2006-10-252-1/+3
|
* - askmedia and suppl option in hdlists where not per media option but ↵Olivier Thauvin2006-10-211-1/+1
| | | | undocumented global option for gi
* Forgot to add the new options to bash completionRafael Garcia-Suarez2006-10-181-1/+1
|
* Add --no-md5sum and --force-key options to urpmiRafael Garcia-Suarez2006-10-183-1/+24
|
* More adjustments in per-media config arguments: factorize listsRafael Garcia-Suarez2006-10-031-1/+2
|
* Don't remove "downloader" setting from per-media config when updating mediaRafael Garcia-Suarez2006-10-031-2/+2
| | | | | (bug #26257)
* Issue error messages on trying to retrieve hdlists in several locations onlyRafael Garcia-Suarez2006-09-271-3/+6
| | | | | when the -v switch to urpmi.addmedia is used.
* updateTomasz Bednarski2006-09-231-2/+2
|
* updated Italian filePablo Saratxaga2006-09-211-280/+187
|
* Add Prozilla supportRafael Garcia-Suarez2006-09-219-14/+51
|
* When printing a list of long packages urls, separate them by newlines for ↵Rafael Garcia-Suarez2006-09-211-1/+1
| | | | readability.
* svn-commit.tmpPablo Saratxaga2006-09-211-3/+3
|
* Fix some error messagesRafael Garcia-Suarez2006-09-211-5/+4
|
* Add missing metafileRafael Garcia-Suarez2006-09-201-0/+13
|
* Update Changelog and bump version number to 4.8.284.8.28Rafael Garcia-Suarez2006-09-202-1/+30
|
* Notes for later.Rafael Garcia-Suarez2006-09-201-9/+2
|
* Fix handling of file:// and removable:// urls by distribconfRafael Garcia-Suarez2006-09-201-6/+5
|
* Add POD test fileRafael Garcia-Suarez2006-09-192-0/+6
|
* Remove unused checkRafael Garcia-Suarez2006-09-191-2/+2
|
* LOSTSawyer2005-05-241-20/+20
|
* Fix error in po fileRafael Garcia-Suarez2006-09-191-2/+1
|
* Bump version to 4.8.27 and regen changelogRafael Garcia-Suarez2006-09-192-1/+65
|
* When restarting urpmi, close leaked filehandles. Useful for the upgradeRafael Garcia-Suarez2006-09-192-1/+25
| | | | | 2006->2007, since the URPM version in 2006 used to leak filehandles.
* Patch by Nicolas Melay to include -q to the command-line options of curl, soRafael Garcia-Suarez2006-09-181-0/+2
| | | | | the ~/.curlrc file isn't read.
* upJosé Melo2006-09-171-2/+2
|
* upJosé Melo2006-09-171-91/+85
|
* fix typoPer Øyvind Karlsen2006-09-141-159/+158
|
* Improving Bosnian translationVedran Ljubovic2006-09-131-511/+207
|
* Update Czech translationMichal Bukovjan2006-09-121-93/+51
|
* updateArpad Biro2006-09-121-277/+149
|
* From urpm::configure(), we need to be able to distinguish media that areRafael Garcia-Suarez2006-09-122-3/+3
| | | | | | temporarily ignored and permanently ignored, so we can restore the previous situation easily (bug #22354)