summaryrefslogtreecommitdiffstats
path: root/urpmf
Commit message (Collapse)AuthorAgeFilesLines
* bump Magia copyrightThierry Vignaud2020-05-021-1/+1
|
* bump copyrightThierry Vignaud2020-01-171-1/+1
|
* Update Mageia copyright statementsRémi Verschelde2017-04-261-1/+2
|
* drop very old CVS/SVN $Id tagsThierry Vignaud2015-09-021-1/+0
|
* enable to use the "recommends" tagThierry Vignaud2014-09-071-1/+2
|
* rename 'no-suggests' option as 'no-recommends'Thierry Vignaud2014-09-071-1/+1
| | | | keep --no-suggests but with a warning
* bump copyrightThierry Vignaud2013-02-051-1/+1
|
* (copyright) factorize a translated stringThierry Vignaud2012-09-011-9/+1
|
* factorize Copyright stringThierry Vignaud2012-08-311-3/+5
| | | | | | rationale: - easier to maintain in the long term - help syncing translations
* update distro credit for mageiaFunda Wang2012-06-181-0/+1
|
* fix -m option not showing media names (mga#5916)Thierry Vignaud2012-05-171-3/+3
|
* perl_checker cleanupsThierry Vignaud2012-03-271-4/+4
|
* silent perl_checkerThierry Vignaud2012-03-271-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-2/+2
|
* [urpmf] in "fast mode", look in package names as well as filenamesChristophe Fergeau2010-03-311-2/+2
| | | | | | | urpmf foo used to be looking for foo in both package names and filenames, and to return all files in the package when the package name matched. The behaviour changed at some point, restore the old behaviour (#58313)
* $urpm->{fatal} expects 2 argumentsChristophe Fergeau2009-06-051-1/+1
|
* - urpmf:Pascal Rigaux2008-03-311-1/+2
| | | | | | o check usage of -a, -! and the like instead of displaying the ugly "Internal error: syntax error ..."
* - create non_modified_media() and use itPascal Rigaux2008-03-031-3/+3
| | | | | - rename _parse_media() into parse_media() for next commit
* - urpmfPascal Rigaux2008-02-251-0/+1
| | | | | o fix fallback on hdlist when xml-info not found
* - urpmfPascal Rigaux2008-02-221-2/+7
| | | | | o fallback on hdlist when xml-info not found (useful for old distribs)
* nocheck_access is quite wrong nowadays afaikPascal Rigaux2008-02-051-1/+0
|
* - urpmf:Pascal Rigaux2008-01-301-2/+1
| | | | | o fix --synthesis
* - urpmf:Pascal Rigaux2008-01-181-6/+40
| | | | | | o add special code for --files simple case, it makes urpmf 3x faster for this often used case
* - 5.0Pascal Rigaux2008-01-111-14/+79
| | | | | | | | | | | | | | | | | | | - urpmf, urpmq: o use xml info instead of hdlist when possible o "urpmq -l" is faster (3x) o "urpmf -l" is slower (1.5x) o "urpmf --sourcerpm" is much faster o see "xml-info" option in urpmi.cfg(5) to see when those files are downloaded o new require: perl module XML::LibXML - urpmq: o use rpm file instead of hdlist/xml-info when file is local o use URPM::Package->changelogs (need perl-URPM 3.06) - urpmi.update, urpmi.addmedia, urpmi.removemedia: o drop hdlist support replaced with xml media_info (this imply file-deps are correctly handled, see genhdlist2(1)) - urpmi.addmedia o new --xml-info option
* move the list of known tags out of urpm/args.pm into urpmf,Pascal Rigaux2008-01-101-13/+34
| | | | | | and remove duplicated list (nb: conf_files has been added to command-line, but this won't hurt afaik)
* no_second_pass option is no more (since "drop hdlist support")Pascal Rigaux2008-01-101-1/+0
|
* - urpmfPascal Rigaux2008-01-101-1/+1
| | | | | | o fix an *old* bug (since december 2002) making urpmf keeps parsed hdlist files in memory (was fixed for multitags, but not for simple tags)
* - all tools:Pascal Rigaux2007-12-191-8/+4
| | | | | o drop hdlist support (will be replaced with xml media_info)
* create urpm->new_parse_cmdline and use itPascal Rigaux2007-12-121-2/+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)
* fix previous commitPascal Rigaux2007-09-271-0/+1
|
* - urpmfPascal Rigaux2007-09-271-4/+4
| | | | | o fix -a and -o
* - urpmfPascal Rigaux2007-08-211-0/+1
| | | | | o display "usage" when no <pattern-expression> is given (#32658)
* - all toolsPascal Rigaux2007-08-111-1/+1
| | | | | o new option --wait-lock (#13025)
* - 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
|