aboutsummaryrefslogtreecommitdiffstats
path: root/gurpmi.addmedia
Commit message (Collapse)AuthorAgeFilesLines
* fix my emailThierry Vignaud2013-12-161-1/+1
|
* use (my|u)gtk3 instead of *tk2Thierry Vignaud2013-12-051-1/+1
|
* another round of plural fix from JohnRMichael Scherer2011-05-061-3/+3
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-141-1/+1
| | | | | | | | | | | | 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 ------------------------------------------------------------------------
* fix message when adding distrib media (#49566)Thierry Vignaud2009-10-011-1/+5
|
* fix success message when adding mirrorlist (#48660)Thierry Vignaud2009-03-261-1/+2
|
* extract message so that the code is clearerThierry Vignaud2009-03-261-5/+4
|
* handle --urpmi-root (usefull in order to test mdkapplet's distroThierry Vignaud2008-10-061-0/+1
| | | | | upgrade feature)
* fix crash in heartily failed attempt to set dialog hint...Olivier Blin2008-09-241-1/+1
|
* set dialog hint if drakx-matchbox-window-manager is used (for installer)Thierry Vignaud2008-09-231-0/+3
|
* - gurpmi.addmediaPascal Rigaux2008-08-281-2/+3
| | | | | | o instead of discarding --update when using --distrib, give it a meaning: only add media flagged "update"
* fix displaying --help by parsing @ARGV before rpmdrake::init doesThierry Vignaud2008-08-071-2/+2
|
* fix "Gtk-WARNING **: Failed to set text from markup due to error parsing ↵Thierry Vignaud2008-08-071-1/+2
| | | | markup: Unknown tag 'url' on line 1 char 14"
* don't pass "with-dir" if not setPascal Rigaux2008-03-281-1/+1
| | | | | (otherwise urpm::media::add_distrib_media currently does not override it)
* read config in order not to garbage ~/.rpmdrake (because myexit() calls ↵Thierry Vignaud2008-03-281-0/+2
| | | | writeconf())
* fix --distrib --mirrorlist supportThierry Vignaud2008-03-281-0/+4
|
* fix --distribThierry Vignaud2008-03-281-0/+2
|
* - gurpmi.addmedia:Pascal Rigaux2008-03-281-1/+9
| | | | | | o handle --mirrorlist o drop 'with' parameter, it didn't work properly anymore (Anssi)
* drop 'with' parameter, it didn't work properly anymore (Anssi)Pascal Rigaux2008-03-281-11/+5
|
* fix superfluous parameter to add_medium_and_checkPascal Rigaux2008-03-281-1/+1
| | | | | | | (note that add_medium_and_check() is quite touchy since it redirects the call to urpm::media::add_medium or urpm::media::add_distrib_media which have different arguments)
* display plural with --distribThierry Vignaud2007-09-141-1/+1
|
* display the URL when bogusThierry Vignaud2007-09-141-1/+1
|
* sortThierry Vignaud2007-09-141-1/+1
|
* handle --distribThierry Vignaud2007-09-141-2/+4
|
* enable to use --urpmi-root & co options (needed the previous commit)Thierry Vignaud2007-09-141-0/+1
|
* reuse fast_open_urpmi_db()Thierry Vignaud2007-09-141-2/+2
|
* do not always adds repository as update medium (#30440)Thierry Vignaud2007-09-051-1/+1
|
* - allow adding local media without file:// (#27291)Pascal Rigaux2007-05-091-6/+12
| | | | | | - update usage accordingly - do not mention "... with hdlist" in usage (it's deprecated)
* don't redo what ugtk2 already does for usThierry Vignaud2007-02-201-6/+1
|
* bump copyrightThierry Vignaud2007-01-261-2/+2
|
* perl_checker cleanupsThierry Vignaud2006-12-041-2/+2
|
* fix module to importThierry Vignaud2006-11-231-1/+1
|
* adapt to new urpmi APIThierry Vignaud2006-11-231-1/+2
|
* add Mandriva as copyright holderThierry Vignaud2006-07-041-0/+1
|
* add myself as maintenerThierry Vignaud2006-07-041-0/+1
|
* Let gurpmi.addmedia be able to add several media at onceRafael Garcia-Suarez2006-03-071-12/+45
|
* Add option --silent-success to automatically add media (Thierry Vignaud)Rafael Garcia-Suarez2006-03-031-3/+12
|
* bug: on update, we keep the option and we name the new repositery with the ↵Thierry Vignaud2006-02-281-1/+1
| | | | option name (eg "--update" :-()
* do not silently exit if $fromfile is not setThierry Vignaud2006-02-281-2/+2
|
* Get rid of c::_exitRafael Garcia-Suarez2005-10-271-1/+2
|
* Display help message when invoked without arguments; trim spaces from mediaRafael Garcia-Suarez2005-03-291-16/+15
| | | | | file (bug #15028); make command-line option more robust
* change extension of file for one-click add of mediumGuillaume Cottenceau2004-02-091-1/+1
|
* return an erroneous exitcode when user didn't accept to carry onGuillaume Cottenceau2004-02-051-1/+1
|
* use myexit from rpmdrake.pm rather than POSIX::_exitGuillaume Cottenceau2004-02-051-4/+3
|
* explain what's going on, when we install from a file, so that one-click ↵Guillaume Cottenceau2004-02-051-0/+11
| | | | adding people will get that explanation
* add a message saying that medium was successfully added, and use ↵Guillaume Cottenceau2004-02-041-3/+9
| | | | POSIX::_exit to fuck atexit gtk stuff fucking with my exitcode
* add --helpGuillaume Cottenceau2004-02-041-0/+17
|
* allow specifying arguments in a file, so that adding-in-one-click is possibleGuillaume Cottenceau2004-02-041-0/+4
|
* add gurpmi.addmedia for "Add an Urpmi source in one click" specGuillaume Cottenceau2004-01-301-0/+54