summaryrefslogtreecommitdiffstats
path: root/urpm/main_loop.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-23 13:14:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-23 13:14:42 +0000
commit73541f4cf13f9bf1d61f0ec98ebd6e5601d1661b (patch)
tree5050265a169e28566e4cea19c40756604f7b6b31 /urpm/main_loop.pm
parentbf5c13dc382b88a5189c1f1bb94690ff76573b1b (diff)
downloadurpmi-73541f4cf13f9bf1d61f0ec98ebd6e5601d1661b.tar
urpmi-73541f4cf13f9bf1d61f0ec98ebd6e5601d1661b.tar.gz
urpmi-73541f4cf13f9bf1d61f0ec98ebd6e5601d1661b.tar.bz2
urpmi-73541f4cf13f9bf1d61f0ec98ebd6e5601d1661b.tar.xz
urpmi-73541f4cf13f9bf1d61f0ec98ebd6e5601d1661b.zip
rename urpm::install::create_transaction() into build_transaction_set_()
(to avoid confusion with $db->create_transaction from URPM.xs)
Diffstat (limited to 'urpm/main_loop.pm')
-rw-r--r--urpm/main_loop.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/urpm/main_loop.pm b/urpm/main_loop.pm
index 0f074ef3..28aeb5f6 100644
--- a/urpm/main_loop.pm
+++ b/urpm/main_loop.pm
@@ -58,7 +58,7 @@ $callbacks->{post_removable} and $callbacks->{post_removable}->();
#- now create transaction just before installation, this will save user impression of slowness.
#- split of transaction should be disabled if --test is used.
-urpm::install::create_transaction($urpm, $state,
+urpm::install::build_transaction_set_($urpm, $state,
nodeps => $urpm->{options}{'allow-nodeps'} || $urpm->{options}{'allow-force'},
split_level => $urpm->{options}{'split-level'},
split_length => !$test && $urpm->{options}{'split-length'});