summaryrefslogtreecommitdiffstats
path: root/urpmf
Commit message (Collapse)AuthorAgeFilesLines
* - urpmiPascal Rigaux2007-08-091-1/+2
| | | | | | | | | | | o explicit error when using "urpmi ---install-src" as user with remote media o add support for "suggests": a newly suggested package is installed as if required, but one can remove it afterwards, or use --no-suggests - urpmf o handle --suggests all the work is done in perl-URPM 1.69
* handle urpmf --licensePascal Rigaux2007-08-021-0/+2
|
* fix debugging urpmf callbackPascal Rigaux2007-08-021-3/+2
|
* factorize handling of -q|--quiet and -v|--verbose for all toolsPascal Rigaux2007-08-011-1/+1
| | | | | this fixes -q option not handled by urpmi.update (#31890)
* - normalize verbose option handling over $options{verbose}Pascal Rigaux2007-08-011-2/+1
| | | | | - handle $rpm_opt where it is used
* we really don't want logs on stdout for urpmq/urpmfPascal Rigaux2007-06-191-1/+3
| | | | | (esp. for "adding medium ..." when using --use-distrib)
* - urpmfPascal Rigaux2007-06-181-1/+1
| | | | | | | o bug fix -m (#31452) (bug introduced when moving code to urpm::media)
* - urpmfPascal Rigaux2007-06-141-0/+2
| | | | | o add option --use-distrib
* - urpmfPascal Rigaux2007-05-311-1/+1
| | | | | | o fix an *old* bug (since december 2002) making urpmf keeps parsed hdlist files in memory
* perl_checker compliancePascal Rigaux2007-02-261-8/+7
|
* - move lock functions to a full blown modulePascal Rigaux2006-11-231-7/+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
* don't have a global variable to hold locks, otherwise code can't lock twicePascal Rigaux2006-11-231-3/+3
| | | | | non-exclusive
* move many functions from urpm.pm to urpm/media.pmPascal Rigaux2006-11-211-1/+2
|
* move lock functions to urpm::sysPascal Rigaux2006-11-211-2/+2
|
* fix typoPascal Rigaux2006-11-211-6/+5
|
* indent the description and do not display on first line. Pascal Rigaux2006-11-071-0/+2
| | | | | | | this allow processing of the output of urpmf (as required by Erwan Velu) for now choosing not to filter description (as suggested by rgs)
* pre-compute part of the qf in case of multitagPascal Rigaux2006-11-071-1/+8
| | | | | => around 25% speedup for file search and 10% speedup for requires search
* perl_checker compliancePascal Rigaux2006-11-071-1/+1
|
* fix typoPascal Rigaux2006-11-071-1/+1
|
* simplify: drop $multi, $multitag is enoughPascal Rigaux2006-11-071-9/+4
|
* factorizePascal Rigaux2006-11-071-7/+7
|
* move the "\n" in the print, it's nicer (but no real speedup)Pascal Rigaux2006-11-071-2/+2
|
* use $s instead of $_, it's cleaner and same speedPascal Rigaux2006-11-071-6/+4
|
* rewrite the generation of the callback codePascal Rigaux2006-11-071-29/+36
|
* perl_checker compliancePascal Rigaux2006-11-061-12/+13
|
* Add a new option -I to urpmfRafael Garcia-Suarez2006-05-191-0/+1
|
* Die if unknown command-line options are given.Rafael Garcia-Suarez2006-02-131-2/+2
|
* Use stdout for informational messages, not stderrRafael Garcia-Suarez2006-02-081-3/+3
|
* Update copyright noticesRafael Garcia-Suarez2005-12-021-1/+2
|
* small changes to translatable strings, to avoid duplicationPablo Saratxaga2005-10-271-20/+20
| | | | | and to reuse existing translations when possible
* Sort better in -h outputRafael Garcia-Suarez2005-10-201-1/+1
|
* Overhaul inline helpRafael Garcia-Suarez2005-10-201-34/+38
|
* New urpmf option : -F (like in awk :)Rafael Garcia-Suarez2005-10-201-2/+5
|
* Adapt loop exit in callback in level of nestingRafael Garcia-Suarez2005-10-201-2/+3
|
* Record used tags for hdlist usage selection even if --qf is usedRafael Garcia-Suarez2005-10-201-10/+12
|
* Handle multi-valued tagsRafael Garcia-Suarez2005-10-191-6/+22
|
* Remove urpmf --all optionRafael Garcia-Suarez2005-10-191-2/+2
|
* Implement a nicer default behaviour for --nameRafael Garcia-Suarez2005-10-181-7/+12
|
* Document urpmf --filenameRafael Garcia-Suarez2005-10-181-10/+14
|
* Document --qf (but the man page will need to be improved)Rafael Garcia-Suarez2005-10-181-0/+1
|
* Add the --qf option to urpmfRafael Garcia-Suarez2005-10-181-42/+25
|
* Use hdlists when you mustRafael Garcia-Suarez2005-10-171-4/+13
|
* New options. Change callback generation method.Rafael Garcia-Suarez2005-10-171-51/+62
|
* Explain internal errors in debug modeRafael Garcia-Suarez2005-10-171-1/+4
|
* Be always 'quiet'Rafael Garcia-Suarez2005-10-131-1/+1
|
* Remove the evil urpmf --quiet optionRafael Garcia-Suarez2005-10-131-16/+9
|
* Don't use the same variable names in generated code and in generating code, ↵Rafael Garcia-Suarez2005-10-131-4/+4
| | | | dammit
* Add a --literal option to urpmfRafael Garcia-Suarez2005-10-131-0/+2
|
* Some commentsRafael Garcia-Suarez2005-10-131-5/+23
|
* Allow to work even if urpmi is locked (but warn in this case)Rafael Garcia-Suarez2005-10-131-2/+6
|