index
:
urpmi
distro/mga1
distro/mga2
distro/mga5
distro/mga6
distro/mga7
master
topic/4.10.14
topic/4.9.21
topic/4.x
topic/5.19
topic/6.14
topic/6.25
topic/6.25@258013
topic/6.32
topic/color
topic/kernel-orphans
topic/maat_color
topic/rpm5
topic/urpmi-4_6_24-3mdk
user/pterjan/ignorearch
Software Installation Tools
Thierry Vignaud [tv]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
urpm
Commit message (
Expand
)
Author
Age
Files
Lines
*
o sort the list of orphans
Pascal Rigaux
2008-07-11
1
-1
/
+1
*
- urpme
Pascal Rigaux
2008-07-11
1
-1
/
+1
*
o fix creation of chroot with --root by using /var/lib/rpm/installed-throug...
Pascal Rigaux
2008-07-10
1
-7
/
+7
*
o fix --parallel --auto-select when one box is up-to-date but not the other...
Pascal Rigaux
2008-07-10
1
-1
/
+1
*
this message is parsed in urpm::parallel too
Pascal Rigaux
2008-07-10
1
-0
/
+1
*
urpm_popen errors are not fatal by default on ssh, only for urpmq
Pascal Rigaux
2008-07-10
3
-2
/
+8
*
fix parsing urpme output
Pascal Rigaux
2008-07-10
1
-17
/
+9
*
fix getting install errors (since value has been chomp'ed in urpm_popen)
Pascal Rigaux
2008-07-10
1
-1
/
+1
*
fix return value of callback to urpm_popen
Pascal Rigaux
2008-07-10
1
-0
/
+1
*
skip parallel.pm when looking for parallel modules
Pascal Rigaux
2008-07-10
1
-1
/
+1
*
add debug
Pascal Rigaux
2008-07-10
1
-0
/
+1
*
shut up the "adding medium "Virtual"" when using --synthesis or --use-distrib
Pascal Rigaux
2008-07-10
1
-5
/
+5
*
more orthogonal error msg
Pascal Rigaux
2008-07-10
1
-3
/
+2
*
urpm_popen: fix exit condition
Pascal Rigaux
2008-07-10
2
-2
/
+2
*
fix debug message
Pascal Rigaux
2008-07-10
1
-1
/
+1
*
revert using --no-locales on urpmq, keep it a special case for now
Pascal Rigaux
2008-07-10
2
-2
/
+8
*
add debug message in --debug mode
Pascal Rigaux
2008-07-10
1
-0
/
+2
*
add debug message in --debug mode
Pascal Rigaux
2008-07-10
1
-0
/
+1
*
add comment wrt. <?xml*> field at top of metalink
Per Øyvind Karlsen
2008-07-10
1
-0
/
+2
*
- when must use method calls for run_urpm_command, copy_to_dir, propagate_file
Pascal Rigaux
2008-07-10
1
-12
/
+12
*
"urpmq -du" is "urpmq -m"
Pascal Rigaux
2008-07-10
1
-1
/
+1
*
factorize parallel_install() which is now the same in each backend
Pascal Rigaux
2008-07-10
3
-66
/
+32
*
merge diffs with parallel_ka_run
Pascal Rigaux
2008-07-10
1
-1
/
+1
*
move code into run_urpm_command()
Pascal Rigaux
2008-07-10
2
-5
/
+15
*
have an implementation that works both on ssh and rshp (where outputs are int...
Pascal Rigaux
2008-07-10
2
-4
/
+7
*
merge diffs with parallel_ka_run
Pascal Rigaux
2008-07-10
1
-0
/
+1
*
- merge diffs with parallel_ssh
Pascal Rigaux
2008-07-10
1
-2
/
+3
*
move parallel_resolve_dependencies() which is now the same in parallel_ssh an...
Pascal Rigaux
2008-07-10
3
-60
/
+30
*
create propagate_file() to be similar to parallel_ssh
Pascal Rigaux
2008-07-10
1
-1
/
+6
*
move some code into new function propagate_file()
Pascal Rigaux
2008-07-10
1
-3
/
+9
*
inline urpm::parallel::post_register_rpms()
Pascal Rigaux
2008-07-10
1
-4
/
+0
*
move parallel_register_rpms() to parallel (ie avoid duplication)
Pascal Rigaux
2008-07-10
3
-17
/
+8
*
create copy_to_dir() to be similar with parallel_ssh
Pascal Rigaux
2008-07-10
1
-2
/
+4
*
create a generic copy_to_dir() replacing _scp_rpms()
Pascal Rigaux
2008-07-10
1
-7
/
+8
*
normalize parameters ordering
Pascal Rigaux
2008-07-10
1
-9
/
+9
*
factorize error handling into _run_mput()
Pascal Rigaux
2008-07-10
1
-3
/
+2
*
move parallel_find_remove() (=> avoid duplication)
Pascal Rigaux
2008-07-10
3
-76
/
+38
*
rename var
Pascal Rigaux
2008-07-10
1
-4
/
+4
*
create ->urpm_popen and use it
Pascal Rigaux
2008-07-10
1
-27
/
+29
*
create urpm_popen() and use it
Pascal Rigaux
2008-07-10
1
-20
/
+24
*
do same as ssh
Pascal Rigaux
2008-07-10
1
-1
/
+1
*
factorize --version and --help handling
Pascal Rigaux
2008-07-10
1
-19
/
+7
*
factorize
Pascal Rigaux
2008-07-10
1
-4
/
+9
*
cleanup, and also add --metalink on urpmq
Pascal Rigaux
2008-07-10
1
-4
/
+2
*
adjust tabbing to pixel's taste
Per Øyvind Karlsen
2008-07-10
2
-43
/
+43
*
add --metalink option to urpmi.addmedia & urpmi.updatemedia as well
Per Øyvind Karlsen
2008-07-09
1
-0
/
+2
*
clean up with help from pixel's suggestions
Per Øyvind Karlsen
2008-07-09
1
-28
/
+25
*
introduce inheritance
Pascal Rigaux
2008-07-09
2
-2
/
+2
*
add local metalink generation
Per Øyvind Karlsen
2008-07-09
2
-4
/
+84
*
create _rshp_urpm_popen() and use it
Pascal Rigaux
2008-07-09
1
-4
/
+11
[next]