diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-10-27 11:38:11 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-10-27 11:38:11 +0000 |
commit | b494812daced7acbb49aaf27671cde8a4f055b7e (patch) | |
tree | c8be06534263a1f3d99723ba7a2dd836caa3d173 /urpm/main_loop.pm | |
parent | 58ee3cbcf2b07a7538b3265605d1effa6823d9da (diff) | |
download | urpmi-b494812daced7acbb49aaf27671cde8a4f055b7e.tar urpmi-b494812daced7acbb49aaf27671cde8a4f055b7e.tar.gz urpmi-b494812daced7acbb49aaf27671cde8a4f055b7e.tar.bz2 urpmi-b494812daced7acbb49aaf27671cde8a4f055b7e.tar.xz urpmi-b494812daced7acbb49aaf27671cde8a4f055b7e.zip |
simplify: instead of passing around {rpmdb}, set $urpm->{env_rpmdb} and use it
Diffstat (limited to 'urpm/main_loop.pm')
-rw-r--r-- | urpm/main_loop.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/urpm/main_loop.pm b/urpm/main_loop.pm index fdb82717..8761a16d 100644 --- a/urpm/main_loop.pm +++ b/urpm/main_loop.pm @@ -63,7 +63,6 @@ $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::build_transaction_set_($urpm, $state, - rpmdb => $env && "$env/rpmdb.cz", nodeps => $urpm->{options}{'allow-nodeps'} || $urpm->{options}{'allow-force'}, keep => $urpm->{options}{keep}, split_level => $urpm->{options}{'split-level'}, |