summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
* - all toolsPascal Rigaux2008-09-011-2/+13
| | | | | o use metalink/aria2 by default (when available) when using a mirrorlist
* - urpmi.addmediaPascal Rigaux2008-09-011-2/+5
| | | | | | o handle $URPMI_ADDMEDIA_REASON (special reason to give to api.mandriva.com/mirrors/... to allow statistics)
* fix --limit-rate with aria2Pascal Rigaux2008-09-011-1/+1
|
* help perl_checkerPascal Rigaux2008-09-011-0/+1
|
* instead of passing around $options->{media} with medium name, pass directly ↵Pascal Rigaux2008-09-011-15/+9
| | | | $medium
* cleanupPascal Rigaux2008-09-011-1/+2
|
* cleanupPascal Rigaux2008-09-011-6/+4
|
* cleanupPascal Rigaux2008-09-011-2/+2
|
* cleanupPascal Rigaux2008-09-011-8/+5
|
* cleanupPascal Rigaux2008-09-011-18/+22
|
* cleanupPascal Rigaux2008-09-011-1/+1
|
* perl_checker compliancePascal Rigaux2008-09-011-30/+29
|
* - gurpmi2Pascal Rigaux2008-09-011-1/+1
| | | | | o handle --update
* minimal re-indent to make things clearPascal Rigaux2008-08-211-2/+3
|
* - urpmiPascal Rigaux2008-08-201-1/+3
| | | | | | o do not write useless "foo (obsoletes foo-xxx)" in installed-through-deps.list (#42167)
* - urpmi, urpmq:Pascal Rigaux2008-08-201-1/+2
| | | | | | o do not display all substring matches on stderr, only a subset of them, and suggest to use "-a" to use all matches (#38956)
* add formatList() (taken from MDK::Common)Pascal Rigaux2008-08-201-0/+4
|
* factorizePascal Rigaux2008-08-201-2/+1
|
* replace unless with if !Pascal Rigaux2008-08-201-2/+2
|
* create _search_packages_keep_best() out of _search_packages()Pascal Rigaux2008-08-201-22/+27
|
* cleanupPascal Rigaux2008-08-201-3/+1
|
* cleanupPascal Rigaux2008-08-201-1/+1
|
* handle --justdb and --noscripts in gurpmiThierry Vignaud2008-08-071-1/+1
|
* o sort the list of orphansPascal Rigaux2008-07-111-1/+1
|
* - urpmePascal Rigaux2008-07-111-1/+1
| | | | | o add --justdb
* o fix creation of chroot with --root by using ↵Pascal Rigaux2008-07-101-7/+7
| | | | | | | | | /var/lib/rpm/installed-through-deps.list (instead of having it in /var/lib/urpmi) it's a saner place to put this file anyway
* o fix --parallel --auto-select when one box is up-to-date but not the ↵Pascal Rigaux2008-07-101-1/+1
| | | | others (#41924)
* this message is parsed in urpm::parallel tooPascal Rigaux2008-07-101-0/+1
|
* urpm_popen errors are not fatal by default on ssh, only for urpmqPascal Rigaux2008-07-103-2/+8
|
* fix parsing urpme outputPascal Rigaux2008-07-101-17/+9
|
* fix getting install errors (since value has been chomp'ed in urpm_popen)Pascal Rigaux2008-07-101-1/+1
|
* fix return value of callback to urpm_popenPascal Rigaux2008-07-101-0/+1
|
* skip parallel.pm when looking for parallel modulesPascal Rigaux2008-07-101-1/+1
|
* add debugPascal Rigaux2008-07-101-0/+1
|
* shut up the "adding medium "Virtual"" when using --synthesis or --use-distribPascal Rigaux2008-07-101-5/+5
|
* more orthogonal error msgPascal Rigaux2008-07-101-3/+2
|
* urpm_popen: fix exit conditionPascal Rigaux2008-07-102-2/+2
|
* fix debug messagePascal Rigaux2008-07-101-1/+1
|
* revert using --no-locales on urpmq, keep it a special case for nowPascal Rigaux2008-07-102-2/+8
| | | | | (for compat with urpmi < 6.1)
* add debug message in --debug modePascal Rigaux2008-07-101-0/+2
|
* add debug message in --debug modePascal Rigaux2008-07-101-0/+1
|
* add comment wrt. <?xml*> field at top of metalinkPer Øyvind Karlsen2008-07-101-0/+2
|
* - when must use method calls for run_urpm_command, copy_to_dir, propagate_filePascal Rigaux2008-07-101-12/+12
| | | | | - use local function names
* "urpmq -du" is "urpmq -m"Pascal Rigaux2008-07-101-1/+1
|
* factorize parallel_install() which is now the same in each backendPascal Rigaux2008-07-103-66/+32
|
* merge diffs with parallel_ka_runPascal Rigaux2008-07-101-1/+1
|
* move code into run_urpm_command()Pascal Rigaux2008-07-102-5/+15
|
* have an implementation that works both on ssh and rshp (where outputs are ↵Pascal Rigaux2008-07-102-4/+7
| | | | intermingled)
* merge diffs with parallel_ka_runPascal Rigaux2008-07-101-0/+1
|
* - merge diffs with parallel_sshPascal Rigaux2008-07-101-2/+3
| | | | | - fix return value (bug introduced during refactoring)