summaryrefslogtreecommitdiffstats
path: root/urpmi
Commit message (Collapse)AuthorAgeFilesLines
* Implement a new option, --norebuild, to urpmi, urpmi.update and urpmi.addmedia.Rafael Garcia-Suarez2004-10-141-0/+1
| | | | | | It prevents rebuilding the hdlist from the headers of the RPMs for a local media. It's also settable globally in the urpmi.cfg file. Comes with doc.
* perl_checker fixesRafael Garcia-Suarez2004-09-071-5/+5
|
* Optionally use zenity instead of gchooser if found, it's much prettierRafael Garcia-Suarez2004-08-161-2/+8
|
* When urpmi asks to choose between several packages, help the user byRafael Garcia-Suarez2004-08-091-0/+1
| | | | | displaying their summaries (patch from Michael Scherer)
* urpmi --bug error message when the directory exists didn't display the name.Rafael Garcia-Suarez2004-08-021-2/+2
| | | | | Fix by Pascal Terjan.
* More information in the choice listRafael Garcia-Suarez2004-07-301-2/+6
|
* Add a --more-choices optionRafael Garcia-Suarez2004-07-301-0/+2
|
* Copyright updatesRafael Garcia-Suarez2004-07-221-2/+2
|
* changed MandrakeSoft -> MandrakesoftPablo Saratxaga2004-07-201-2/+2
|
* Remove setuid support in urpmi. Fix the error message when it's run asRafael Garcia-Suarez2004-07-131-4/+2
| | | | | non-root.
* More grammarworthy information messages (or, don't say "1 packages")Rafael Garcia-Suarez2004-07-091-2/+6
|
* Document the "skip" option. Remove obsolete code.Rafael Garcia-Suarez2004-07-091-2/+2
|
* Make the verify-rpm being settable per-media in urpmi.cfgRafael Garcia-Suarez2004-06-251-1/+1
|
* Clarify a confirmation message.Rafael Garcia-Suarez2004-06-081-1/+6
|
* Missing changes in the last revision (urpmi v1.249)Rafael Garcia-Suarez2004-05-131-1/+2
|
* Remove a unused message.Rafael Garcia-Suarez2004-05-131-8/+3
| | | | | | Allow the user to abort by answering '0' to the question 'One of the following packages is needed'.
* The --priority-upgrade option wasn't overridable via the command-lineRafael Garcia-Suarez2004-05-131-10/+15
|
* perl_checker cleanupRafael Garcia-Suarez2004-05-111-81/+87
|
* In gurpmi, the main window was destroyed too early (anthill bug #523)Rafael Garcia-Suarez2004-05-111-1/+2
|
* urpmi --X has module loading problems from time to timeRafael Garcia-Suarez2004-05-111-5/+4
|
* - in urpmi.addmedia, if a "with" argument was provided on the command-line,Rafael Garcia-Suarez2004-05-041-2/+6
| | | | | | don't probe for synthesis or hdlist files in other directories - check return value from system("cp"...) and log errors
* gurpmi: always restore cursor on exit.Rafael Garcia-Suarez2004-04-271-0/+4
|
* - urpmi: display the total number of packages to be installedRafael Garcia-Suarez2004-04-231-2/+2
|
* Fix regressions due to modularizationRafael Garcia-Suarez2004-04-201-1/+1
|
* Some more cleanup and refactorization.Rafael Garcia-Suarez2004-04-191-5/+1
|
* Factorize the message/prompt/I18N code of urpm* in a separate moduleRafael Garcia-Suarez2004-04-141-90/+20
|
* Factorize command-line handling for urpm* tools in a separate module.Rafael Garcia-Suarez2004-04-091-112/+52
| | | | | Use this in urpmi.
* - urpmi was ignoring the password for an http proxyRafael Garcia-Suarez2004-04-091-1/+1
| | | | | - urpm.pm : check whether a fork(2) succeeded before continuing
* fixed typoPablo Saratxaga2004-02-111-1/+1
|
* send download errors to error output instead of log output (in order to ↵Olivier Blin2004-02-111-1/+1
| | | | display them in non-verbose mode too)
* don't rely on backslashed , in translations for gmessage's buttons, do it ↵Guillaume Cottenceau2004-02-101-2/+6
| | | | after translation ourselves, it'll lead to less problems
* updated pot filePablo Saratxaga2004-02-091-1/+1
|
* in binary mode, allow to install file or save itGuillaume Cottenceau2004-02-091-9/+14
|
* exit if user cancels "save file"Guillaume Cottenceau2004-02-091-0/+1
|
* gurpmi: handle case where user clicked on a src.rpm, suggestGuillaume Cottenceau2004-02-091-3/+29
| | | | | | user is misleaded, allow to do nothing, really install, or save on disk
* change extension of description file for one-click installGuillaume Cottenceau2004-02-091-1/+1
|
* allow more buttons in gmessageGuillaume Cottenceau2004-02-091-1/+1
|
* let's use the right operator when evaluating boolean expressionsGuillaume Cottenceau2004-02-061-2/+2
|
* allow providing urpmi parameters in a .urpm-rpmi file so that we can then ↵Guillaume Cottenceau2004-02-061-0/+5
| | | | provide one-click local or remote installation from web
* describe what user who clicked on a rpm in file explorer is really doingGuillaume Cottenceau2004-02-061-0/+11
|
* convert some gurpmi dialogs to UTF8 as they shouldGuillaume Cottenceau2004-02-031-6/+6
|
* download resuming optionsOlivier Blin2004-01-301-0/+4
|
* perl_checker fixesOlivier Blin2004-01-261-10/+10
|
* add downloader option in global config sectionOlivier Blin2004-01-261-9/+2
|
* better error reporting for curlOlivier Blin2004-01-261-0/+3
|
* fix english wordingGuillaume Cottenceau2004-01-191-1/+1
|
* updated pot file; corrected use of N()Pablo Saratxaga2004-01-191-1/+1
|
* fix --limit-rate in man pages (it's in bytes/sec), perl_checker fixesOlivier Blin2004-01-161-3/+3
|
* - re use strict, because nobody is better than perlOlivier Thauvin2004-01-161-11/+17
| | | | | | - use sub folder bug report when restart is need - add cvs $Id$ in script
* - add --root in man/--help, --use-distrib in --help onlyOlivier Thauvin2004-01-151-3/+8
| | | | | | - fix issue using virtual medium and --bug - update error message if --bug dir exist