diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20120305/cffa88ee | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20120305/cffa88ee')
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20120305/cffa88ee/attachment-0001.obj | 32 | ||||
-rw-r--r-- | zarb-ml/mageia-dev/attachments/20120305/cffa88ee/attachment.obj | 32 |
2 files changed, 64 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20120305/cffa88ee/attachment-0001.obj b/zarb-ml/mageia-dev/attachments/20120305/cffa88ee/attachment-0001.obj new file mode 100644 index 000000000..32ce67d72 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120305/cffa88ee/attachment-0001.obj @@ -0,0 +1,32 @@ +commit 6adc54613c28970be25150af81da0e1cce27b97f +Author: tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> +Date: Tue Mar 24 15:39:51 2009 +0000 + + (install) revert refcount workarounds now that we fix refcounting in + r254652 ; revert both: + + - r253559 (2009-03-04) "(install) close another fd leak (needed for + drakx)" + + - and r253550 (2009-03-04: "(install) explicitely close the RPM DB on + comleting transaction (needed for drakx -- looks like refcount has + hard work)" + + + git-svn-id: svn+ssh://svn.mandriva.com/svn/soft/rpm/urpmi/trunk@254653 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 + +diff --git a/urpm/install.pm b/urpm/install.pm +index 4faab2d..a18796f 100644 +--- a/urpm/install.pm ++++ b/urpm/install.pm +@@ -289,10 +289,6 @@ sub install { + + urpm::sys::may_clean_rpmdb_shared_regions($urpm, $options{test}); + +- # explicitely close the RPM DB (needed for drakx -- looks like refcount has hard work): +- undef $db; +- undef $trans; +- + @errors; + } +
\ No newline at end of file diff --git a/zarb-ml/mageia-dev/attachments/20120305/cffa88ee/attachment.obj b/zarb-ml/mageia-dev/attachments/20120305/cffa88ee/attachment.obj new file mode 100644 index 000000000..32ce67d72 --- /dev/null +++ b/zarb-ml/mageia-dev/attachments/20120305/cffa88ee/attachment.obj @@ -0,0 +1,32 @@ +commit 6adc54613c28970be25150af81da0e1cce27b97f +Author: tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> +Date: Tue Mar 24 15:39:51 2009 +0000 + + (install) revert refcount workarounds now that we fix refcounting in + r254652 ; revert both: + + - r253559 (2009-03-04) "(install) close another fd leak (needed for + drakx)" + + - and r253550 (2009-03-04: "(install) explicitely close the RPM DB on + comleting transaction (needed for drakx -- looks like refcount has + hard work)" + + + git-svn-id: svn+ssh://svn.mandriva.com/svn/soft/rpm/urpmi/trunk@254653 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 + +diff --git a/urpm/install.pm b/urpm/install.pm +index 4faab2d..a18796f 100644 +--- a/urpm/install.pm ++++ b/urpm/install.pm +@@ -289,10 +289,6 @@ sub install { + + urpm::sys::may_clean_rpmdb_shared_regions($urpm, $options{test}); + +- # explicitely close the RPM DB (needed for drakx -- looks like refcount has hard work): +- undef $db; +- undef $trans; +- + @errors; + } +
\ No newline at end of file |