summaryrefslogtreecommitdiffstats
path: root/gurpmi2
Commit message (Collapse)AuthorAgeFilesLines
* - gurpmiPascal Rigaux2008-10-211-1/+1
| | | | | o fix answering yes to questions on error
* - gurpmiPascal Rigaux2008-10-161-0/+7
| | | | | | | o display the download errors (backported from trunk)
* (configure_urpm,do_install_3) display all urpmi logsThierry Vignaud2008-10-151-0/+5
|
* enhance layout (as suggested by fcrozat)Pascal Rigaux2008-10-081-1/+0
|
* - gurpmiPascal Rigaux2008-10-071-16/+54
| | | | | o overall progress-bar, display the download speed, nicer looking
* (do_install) typo fixThierry Vignaud2008-10-071-1/+1
|
* fix gurpmi2 that was broken because of commit "r247805 | pixel | 2008-10-06"Pascal Rigaux2008-10-071-0/+1
| | | | | | | ie "re-allow to continue on bad signature" (backported from trunk)
* (do_install) just do not ask for confirmation before removing packages in ↵Thierry Vignaud2008-10-061-1/+1
| | | | --auto mode
* (do_install_3) do not exit in --auto mode at end of installation which preventsThierry Vignaud2008-10-061-1/+1
| | | | | restarting after priority upgrade
* - gurpmi, gurpmi2:Pascal Rigaux2008-09-041-1/+0
| | | | | o silence perl warnings (ie remove "use warnings")
* - gurpmi2Pascal Rigaux2008-09-011-0/+1
| | | | | o handle --update
* - gurpmi2Pascal Rigaux2008-09-011-1/+2
| | | | | o render nicely under matchbox during install
* - gurpmi2Pascal Rigaux2008-09-011-1/+4
| | | | | | o nicer default window size
* (ask_choice) fix exit code if canceling when requested to select a choiceThierry Vignaud2008-08-141-1/+1
|
* (do_install_3) fix exit code if not refusing to insert the proper mediaThierry Vignaud2008-08-141-1/+1
|
* set $::main_windowThierry Vignaud2008-08-141-0/+1
|
* (do_install3) implement missing ask_yes_or_no() callbackThierry Vignaud2008-08-141-0/+7
|
* (configure_urpm) parse command line when initializing urpmi, thusThierry Vignaud2008-08-071-2/+6
| | | | | fixing --urpmi-root
* use urpm::get_pkgs::selected2local_and_blists()Pascal Rigaux2008-07-081-2/+2
|
* do cancel when pressing the No button (#41648)Thierry Vignaud2008-07-011-1/+1
|
* (copy_removable) add a FIXME noteThierry Vignaud2008-04-011-0/+1
|
* handle provides (spotted by salem)Thierry Vignaud2008-03-171-1/+4
|
* (configure_urpm) return 1 like urpmi if package doesn't existThierry Vignaud2008-03-131-1/+1
|
* handle --forceThierry Vignaud2008-03-131-0/+1
|
* actually declare the global variables used by urpm::argsThierry Vignaud2008-03-131-0/+5
|
* (do_install_3) return urpmi error codeThierry Vignaud2008-03-131-1/+1
|
* (configure_urpm) do not convert manually in UTF-8, it's cannot cover bothThierry Vignaud2008-03-131-1/+0
| | | | | | running with either a UTF-8 or a non UTF-8 locale; no we just tell gettext we expect UTF-8 messages
* (do_install_2) perl_checker cleanupsThierry Vignaud2008-03-101-2/+2
|
* (configure_urpm) fix breakage introduced with priority upgrades support (#38738)Thierry Vignaud2008-03-101-1/+1
|
* handle priority upgrade listThierry Vignaud2008-03-041-2/+19
|
* (copy_removable) do not pass the device around (we don't want to force a ↵Thierry Vignaud2008-03-031-1/+1
| | | | device anymore)
* better styleThierry Vignaud2008-03-031-1/+1
|
* give the focus to buttons (Emmanuel Blindauer, #38047)Thierry Vignaud2008-03-031-0/+5
|
* fix --auto-select optionThierry Vignaud2008-03-031-1/+1
|
* (do_install_3) make completed() callback return instead of waitingThierry Vignaud2008-03-031-0/+1
| | | | | while displaying a success message in automatic mode
* - urpmi:Pascal Rigaux2007-12-121-1/+2
| | | | | | | | | o fix handling "post-clean: 0" in urpmi.cfg (#36082, regression introduced 2007-11-28) - library: o urpm::media::read_config() doesn't read urpmi.cfg global options anymore, use urpm->get_global_options or urpm->new_parse_cmdline
* factorize default options, and have them by default in $urpm->{options}Pascal Rigaux2007-11-281-3/+0
|
* - urpmi:Pascal Rigaux2007-11-281-1/+1
| | | | | | | | o small transactions should have at least 8 packages (ie --split-length is now 8 by default) o do not do a big transaction if installing less than 20 packages (ie --split-level is now 1 by default)
* (completed callback) umount removable media as soon as possibleThierry Vignaud2007-08-131-1/+1
|
* (completed callback) unlock RPM & URPMI dbs locks as soon as possible like ↵Thierry Vignaud2007-08-131-2/+2
| | | | rpmdrake
* (do_install_3) reuse urpm::main_loopThierry Vignaud2007-08-131-94/+60
|
* re-sync after the big svn lossPascal Rigaux2007-04-241-2/+2
|
* merge some strings (thus giving more control to translators for theThierry Vignaud2007-03-051-1/+1
| | | | | second occurence)
* bump copyright headerThierry Vignaud2007-02-221-1/+1
|
* fixed some ngettext usePablo Saratxaga2007-02-211-4/+6
|
* (do_install_2) display the same info as the text version (number and size of ↵Thierry Vignaud2007-01-181-2/+7
| | | | packages)
* use urpm::msg for P()Thierry Vignaud2007-01-181-0/+1
|
* (do_install_2) really factorize stringThierry Vignaud2007-01-181-1/+1
|
* (do_install_2) factorize string with urpmiThierry Vignaud2007-01-181-4/+4
|
* (do_install_2) handle sing/plural formsThierry Vignaud2007-01-181-46/+37
|