aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/init.pm
Commit message (Collapse)AuthorAgeFilesLines
* - fix plural, thank to JohnR Michael Scherer2011-05-061-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-141-2/+2
| | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r535 | dmorgan | 2011-02-14 00:37:56 +0000 (Mon, 14 Feb 2011) | 1 line Import cleaned rpmdrake ------------------------------------------------------------------------
* remove --root option that was deprecated since August 2007Thierry Vignaud2009-12-031-2/+1
| | | | (rationale: its meaning conflicts with urpmi's --root one)
* (run_treeview_dialog) show rpmdrake version in about dialog instead ofThierry Vignaud2009-10-011-1/+1
| | | | distribution version (#49467)
* kill --no-splash option (useless since r244763 from 2008-09-04 (wasThierry Vignaud2009-04-011-1/+0
| | | | | "do not display a splash text anymore")), thus fixing #49035
* open the chrooted .rpmdrake config file when using --envThierry Vignaud2008-10-111-4/+6
|
* (init) do not ask sources on startupThierry Vignaud2008-10-061-14/+0
|
* (fast_open_urpmi_db) handle -q, --quiet, -v & --verbose optionsThierry Vignaud2008-09-091-0/+5
|
* remove a gurpmi.addmedia workaround that make us ignore some optionsThierry Vignaud2008-09-091-1/+0
|
* kill now useless 'already_splashed' optionThierry Vignaud2008-09-041-1/+0
|
* (check_if_first_run,init) do not display a splash text anymoreThierry Vignaud2008-09-041-25/+0
|
* be able to handle --expertThierry Vignaud2008-09-041-2/+2
|
* (readconf) make --mode option work againThierry Vignaud2008-08-261-0/+1
|
* further fix parsing @ARGVThierry Vignaud2008-08-071-1/+4
|
* fix parsing @ARGV which left undef values that break gurpmi.addmediaThierry Vignaud2008-08-071-1/+1
| | | | | when using '--foobar' like option such as '--urpmi-root'
* provide --no-splash option in order to skip splash screen when run fromThierry Vignaud2008-05-081-0/+2
| | | | | mdkapplet (#40366)
* handle priority upgrade listThierry Vignaud2008-03-041-0/+3
|
* make export list more readableThierry Vignaud2008-03-041-1/+7
|
* remove ending full stop from --version description like other help itemsThierry Vignaud2008-03-041-1/+1
|
* fix alignment of --versionThierry Vignaud2008-03-041-1/+1
|
* handle --testThierry Vignaud2008-03-041-1/+5
|
* default to 'GUI packages' viewThierry Vignaud2008-02-191-1/+1
|
* - drop --pkg-sel and --pkg-nosel broken options (introduced inThierry Vignaud2007-11-291-3/+1
| | | | | | rpmdrake-2.1.2-8mdk on Feb 26 2004 for MandrakeOnline which didn't use them since 2007.0)
* (init) call URPM::bind_rpm_textdomain_codeset() to ensure perl-URPMThierry Vignaud2007-09-191-0/+1
| | | | | return proper strings
* strip processed options like --urpmi-root for gurpmi.addmediaThierry Vignaud2007-09-141-0/+1
|
* clear executable bitThierry Vignaud2007-09-031-0/+0
|
* deprecate --root option (the goal being unifying rpmdrake & urpmi options in ↵Thierry Vignaud2007-08-291-1/+1
| | | | mdv2008.1)
* add --run-as-root as equivalent to --root which will be deprecated in next ↵Thierry Vignaud2007-08-291-1/+2
| | | | commit
* MandrivaUpdate doesn't handle --parallelThierry Vignaud2007-08-271-1/+1
|
* make clearer how to use --rpm-rootThierry Vignaud2007-08-271-1/+1
|
* warn if misusing --rpm-root optionThierry Vignaud2007-08-271-1/+1
|
* rename options as rpmdrake_options so that we can reuse urpm::args somedayThierry Vignaud2007-08-271-8/+8
|
* new option --justdb (new perl-URPM 1.76 & urpmi 4.10.6)Thierry Vignaud2007-08-231-0/+1
|
* (open_urpmi_db,open_urpmi_db) add support for --rpm-root and --urpmi-rootThierry Vignaud2007-08-131-0/+2
| | | | | | | (equivalent to urpmi --root and --urpmi-root options) Rationale: --root option is already defined for another purpose by rpmdrake
* implement --auto option (#16093)Thierry Vignaud2007-08-101-0/+1
|
* remove workaround for buggy GNOME now that it has been fixedThierry Vignaud2007-08-031-7/+0
|
* prevent urpmi.update to run /usr/bin/resize throughThierry Vignaud2007-06-131-0/+6
| | | | | | Term::ReadKey->GetTerminalSize() when xterm is installed (which freezes the GNOME desktop) (#30867)
* workaround crash due to option abuse (#30817)Thierry Vignaud2007-05-221-0/+7
|
* ensure verion as reported by rpmdrake --version is uptodate (#29840)Thierry Vignaud2007-03-271-1/+1
|
* bump release (3.42)Thierry Vignaud2007-03-071-1/+1
|
* I forgot to bump version numberThierry Vignaud2007-03-071-1/+1
|
* reuse an urpmi stringThierry Vignaud2007-03-061-1/+2
|
* display version number if --version is given (#28858)Thierry Vignaud2007-03-061-0/+6
|
* on first run, offer to set up the packages sources (#28050)Thierry Vignaud2007-03-061-0/+14
|
* split out initialization stuff into Rpmdrake::initThierry Vignaud2007-02-201-0/+150