aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/init.pm
Commit message (Expand)AuthorAgeFilesLines
* bump copyright noticeThierry Vignaud2014-06-291-1/+1
* fix my emailThierry Vignaud2013-12-161-1/+1
* use Gtk3 namespace instead of Gtk2Thierry Vignaud2013-12-051-1/+1
* display package basenames when signature checking failsThierry Vignaud2012-08-241-0/+2
* perl_checker cleanupsThierry Vignaud2012-03-281-1/+1
* - 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
* remove --root option that was deprecated since August 2007Thierry Vignaud2009-12-031-2/+1
* (run_treeview_dialog) show rpmdrake version in about dialog instead ofThierry Vignaud2009-10-011-1/+1
* kill --no-splash option (useless since r244763 from 2008-09-04 (wasThierry Vignaud2009-04-011-1/+0
* 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
* provide --no-splash option in order to skip splash screen when run fromThierry Vignaud2008-05-081-0/+2
* 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
* (init) call URPM::bind_rpm_textdomain_codeset() to ensure perl-URPMThierry Vignaud2007-09-191-0/+1
* 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
* add --run-as-root as equivalent to --root which will be deprecated in next co...Thierry Vignaud2007-08-291-1/+2
* 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
* 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
* 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