summaryrefslogtreecommitdiffstats
path: root/urpmi.removemedia
Commit message (Collapse)AuthorAgeFilesLines
* bump copyrightThierry Vignaud2020-01-171-1/+1
|
* Update Mageia copyright statementsRémi Verschelde2017-04-261-0/+1
|
* drop very old CVS/SVN $Id tagsThierry Vignaud2015-09-021-1/+0
|
* drop /usr/X11R6/bin from $PATHThierry Vignaud2012-06-081-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-09-131-1/+1
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------
* update copyright noticesPer Øyvind Karlsen2010-11-211-1/+1
|
* - remove double declaration, spotted by warnings.pmMichael Scherer2010-01-221-1/+0
|
* - urpmi.update, urpmi.addmedia, urpmi.removemedia:Pascal Rigaux2008-10-141-1/+1
| | | | | | | o do not check wether the media are valid, it allows "mv /etc/urpmi/urpmi.cfg.{backup,} ; urpmi.update -a" to work (nb: not equivalent with urpmi.addmedia, since pubkey will not be imported)
* - -c option is no more (only kept for compatibility in urpmi.update)Pascal Rigaux2008-02-251-1/+0
| | | | | - {cachedir}/headers is not used anymore
* - urpmi.update, urpmi.addmedia, urpmi.removemedia:Pascal Rigaux2007-12-191-6/+0
| | | | | | | o drop option "-c" which used to clean /var/cache/urpmi/headers since we don't use that dir anymore :)
* create urpm->new_parse_cmdline and use itPascal Rigaux2007-12-121-3/+1
| | | | | (it may be a little stricter for urpmi since we exit(1) on parse_cmdline error)
* - all tools:Pascal Rigaux2007-11-221-1/+1
| | | | | | | o exit with code 1 after displaying usage (instead of exit code 0) (urpmi exit code "1" is correctly documented in urpmi's manpage)
* - all toolsPascal Rigaux2007-08-111-1/+1
| | | | | o new option --wait-lock (#13025)
* factorize handling of -q|--quiet and -v|--verbose for all toolsPascal Rigaux2007-08-011-2/+0
| | | | | this fixes -q option not handled by urpmi.update (#31890)
* re-sync after the big svn lossPascal Rigaux2007-04-241-2/+9
|
* urpmi.removemedia now use urpm::args, and some cleanupPascal Rigaux2006-11-291-29/+22
|
* - move lock functions to a full blown modulePascal Rigaux2006-11-231-0/+1
| | | | | | | | | | | | - handle get_exclusive and release_exclusive on existing lock, *but* don't use it for now! (not useful) - remove urpmi_db locking from add_medium and update_media - move rpm_db locking into _read_cachedir_pubkey - update_media: restrict rpm_db exclusive locking to parse_pubkeys - urpmi: move locking rpm_db near its use - handle lock directly in urpmi.addmedia, urpmi.update, urpme, urpmf - log locking/unlocking
* move many functions from urpm.pm to urpm/media.pmPascal Rigaux2006-11-211-4/+5
|
* add a FIXMEPascal Rigaux2006-11-201-2/+6
|
* use ->select_media_by_name & ->remove_media instead of ->select_media & ↵Pascal Rigaux2006-11-131-5/+4
| | | | ->remove_selected_media
* simplifyPascal Rigaux2006-11-091-7/+6
|
* perl_checker compliancePascal Rigaux2006-11-091-1/+1
|
* Let urpmi.removemedia return an exit status of 1 when removing a media ↵Rafael Garcia-Suarez2006-08-011-0/+6
| | | | failed (#23923)
* Code cleanupRafael Garcia-Suarez2006-02-131-27/+29
|
* urpmi.removemedia should remove proxy settings tooRafael Garcia-Suarez2005-12-081-0/+2
|
* Update copyright noticesRafael Garcia-Suarez2005-12-021-1/+2
|
* One steps towards -T complianceRafael Garcia-Suarez2005-06-281-0/+3
|
* s/Mandrake/Mandriva/Pablo Saratxaga2005-04-251-1/+1
|
* Print usage messages to stdout, not stderrRafael Garcia-Suarez2005-02-011-1/+4
|
* Add a "--" option to urpmi.removemedia.Rafael Garcia-Suarez2004-09-201-6/+10
|
* Add options -q and -v (quiet and verbose) to urpmi.{add,remove}mediaRafael Garcia-Suarez2004-07-271-0/+8
|
* Copyright updatesRafael Garcia-Suarez2004-07-221-1/+1
|
* changed MandrakeSoft -> MandrakesoftPablo Saratxaga2004-07-201-1/+1
|
* More checks for root capabilitiesRafael Garcia-Suarez2004-07-131-1/+5
|
* Add an option -y (fuzzy match on media names) in urpmi.removemediaRafael Garcia-Suarez2004-07-091-1/+4
|
* Don't perform a fuzzy match on media names when removing mediaRafael Garcia-Suarez2004-06-301-1/+1
|
* Factorize the message/prompt/I18N code of urpm* in a separate moduleRafael Garcia-Suarez2004-04-141-1/+1
|
* - re use strict, because nobody is better than perlOlivier Thauvin2004-01-161-0/+3
| | | | | | - use sub folder bug report when restart is need - add cvs $Id$ in script
* fixed small options being blocking long options.Francois Pons2003-12-051-2/+2
|
* 4.3-5mdkFrancois Pons2003-04-221-1/+1
|
* fixed newer export methodology.Francois Pons2003-03-061-3/+0
|
* changed name of _() function to N()Pablo Saratxaga2003-03-051-8/+8
| | | | | use of perl_checker to create pot file
* 4.0-22mdkFrancois Pons2002-10-251-1/+2
|
* big move to perl-URPM, a lot of problem still existsFrancois Pons2002-06-041-3/+0
| | | | | enhanced algorithms must be done too.
* updated help invocation.Francois Pons2002-01-171-3/+10
| | | | | | added -c (clean) flag. avoid removing header almost all the time.
* 3.1Francois Pons2001-12-131-1/+2
|
* *** empty log message ***Francois Pons2001-06-211-12/+5
|
* *** empty log message ***Francois Pons2001-04-101-1/+1
|
* Updated Finnish filePablo Saratxaga2001-04-041-2/+1
| | | | | small change in sources to make strings more friendly to pl_xgettext
* *** empty log message ***Francois Pons2001-04-031-1/+6
|