summaryrefslogtreecommitdiffstats
path: root/urpmi.addmedia
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* remove "\n" from error message for re-use in gurpmi.addmediaPascal Rigaux2007-05-091-1/+1
|
* ensure comments end in poThierry Vignaud2007-03-271-5/+4
|
* (usage) don't advertize twice --probe-hdlistThierry Vignaud2007-03-271-7/+12
|
* oops, restore the check (it's only the variable we don't want)Pascal Rigaux2006-12-141-0/+1
|
* simplifyPascal Rigaux2006-12-141-4/+3
|
* remove broken deprecated check Pascal Rigaux2006-12-141-3/+0
| | | | | ($type was "http:/", and so the elsif was always failing...)
* don't document "-f" which does nothing, directly document "-f -f"Pascal Rigaux2006-12-131-1/+1
|
* no urpmi.cfg is now a simple warningPascal Rigaux2006-12-011-1/+1
|
* instead of displaying usage, say what's wrongPascal Rigaux2006-11-291-4/+2
|
* - 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
* create urpm::removable out of urpm.pmPascal Rigaux2006-11-211-1/+1
|
* move many functions from urpm.pm to urpm/media.pmPascal Rigaux2006-11-211-10/+11
|
* deprecate [with <relative path of synthesis|hdlist>]: don't document it anymorePascal Rigaux2006-11-201-9/+6
|
* create name2medium() and use itPascal Rigaux2006-11-131-3/+3
|
* perl_checker compliancePascal Rigaux2006-11-091-7/+7
|
* Issue error messages on trying to retrieve hdlists in several locations onlyRafael Garcia-Suarez2006-09-271-3/+6
| | | | | when the -v switch to urpmi.addmedia is used.
* Add Prozilla supportRafael Garcia-Suarez2006-09-211-0/+1
|
* Let urpmi.addmedia return an exit status of 1 when adding a media failed ↵Rafael Garcia-Suarez2006-08-011-0/+1
| | | | (#23923)
* Make options --interactive and --all-media independent in urpmi.addmedia.Rafael Garcia-Suarez2006-06-121-15/+18
| | | | | Plus spelling fixes.
* - restore old behavior of urpmi.addmedia, add --all-media and --interactive ↵Olivier Thauvin2006-06-111-9/+15
| | | | options
* - make urpmi.addmedia asking media by media if they should be installedOlivier Thauvin2006-06-101-0/+9
|
* Fix error in in line synopsisRafael Garcia-Suarez2006-04-071-1/+1
|
* Add a SIGINT handler for --distrib tooRafael Garcia-Suarez2006-03-241-0/+4
|
* Add a SIGINT handler to avoid adding media when interrupting hdlist download.Rafael Garcia-Suarez2006-03-241-0/+4
|
* Fix error reporting on missing "with"Rafael Garcia-Suarez2006-03-211-2/+2
|
* Lock the urpmi db when adding a new media (previously it was locked only on ↵Rafael Garcia-Suarez2006-03-201-1/+9
| | | | update)
* Die if unknown command-line options are given.Rafael Garcia-Suarez2006-02-131-1/+1
|
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-241-1/+1
|
* Remove documentation for options that don't exist, and improve documentation ofRafael Garcia-Suarez2006-01-161-6/+1
| | | | | --distrib.
* Update copyright noticesRafael Garcia-Suarez2005-12-021-1/+2
|
* Escape @< in double quoted stringRafael Garcia-Suarez2005-11-031-1/+1
|
* urpmi.addmedia --raw should add medium as ignored, since the new medium is justRafael Garcia-Suarez2005-10-251-0/+1
| | | | | a config entry and wasn't initialised
* One steps towards -T complianceRafael Garcia-Suarez2005-06-281-0/+3
|
* add a --nopubkey option to urpmi.addmediaRafael Garcia-Suarez2005-04-291-0/+1
|
* s/Mandrake/Mandriva/Pablo Saratxaga2005-04-251-3/+3
|
* Fix typo and copyrightRafael Garcia-Suarez2005-04-111-2/+2
|
* Code factorizationRafael Garcia-Suarez2005-04-111-16/+15
|
* DeindentRafael Garcia-Suarez2005-04-111-76/+69
|
* Add a --raw option to urpmi.addmediaRafael Garcia-Suarez2005-04-111-11/+22
|
* Factorize out the code that handles /etc/urpmi/mirror.configRafael Garcia-Suarez2005-02-211-16/+7
|
* Remove obsoleted and broken --distrib-XXX command-line optionRafael Garcia-Suarez2005-02-171-96/+8
|
* Misformatted error messageRafael Garcia-Suarez2005-02-171-1/+1
|
* Print usage messages to stdout, not stderrRafael Garcia-Suarez2005-02-011-1/+1
|
* When invoking urpmi.addmedia with --proxy, save this proxy setting forRafael Garcia-Suarez2004-11-241-0/+1
| | | | | this particular new media. (bug 12483)
* use proxy when downloading mirror listRafael Garcia-Suarez2004-11-181-1/+1
|
* Implement a new option, --norebuild, to urpmi, urpmi.update and urpmi.addmedia.Rafael Garcia-Suarez2004-10-141-0/+1
| | | | | | It prevents rebuilding the hdlist from the headers of the RPMs for a local media. It's also settable globally in the urpmi.cfg file. Comes with doc.
* Create the configuration file when adding a media if it's not foundRafael Garcia-Suarez2004-09-151-0/+4
|
* Make the --probe-synthesis option compatible with --distrib inRafael Garcia-Suarez2004-08-261-3/+3
| | | | | urpmi.addmedia.
* Update official domain nameRafael Garcia-Suarez2004-08-021-1/+1
|