[yum/f16] revert the setCacheDir() override

Zdeněk Pavlas zpavlas at fedoraproject.org
Fri May 4 13:34:09 UTC 2012


commit cb699f6c49100a684d4ca51b7e63c78f213cb22c
Author: Zdeněk Pavlas <zpavlas at redhat.com>
Date:   Fri May 4 15:32:18 2012 +0200

    revert the setCacheDir() override

 BZ-809469-completion-helper.patch |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)
---
diff --git a/BZ-809469-completion-helper.patch b/BZ-809469-completion-helper.patch
index d98652a..3dd92db 100644
--- a/BZ-809469-completion-helper.patch
+++ b/BZ-809469-completion-helper.patch
@@ -1,16 +1,3 @@
-diff --git a/completion-helper.py b/completion-helper.py
-index 405ceab..71de058 100755
---- a/completion-helper.py
-+++ b/completion-helper.py
-@@ -69,6 +69,8 @@ def get_pattern(extcmds):
- 
- def main(args):
-     base = cli.YumBaseCli()
-+    # We want the default cachedir but commit 0f034091 does not.
-+    base.setCacheDir = lambda *x: True # monkeypatch
-     base.yum_cli_commands.clear()
-     base.registerCommand(GroupsCompletionCommand())
-     base.registerCommand(ListCompletionCommand())
 commit 6351d7bbb6957e7c739a674696fcc5d7d31ecb17
 Author: Zdeněk Pavlas <zpavlas at redhat.com>
 Date:   Wed Apr 4 13:36:36 2012 +0200


More information about the scm-commits mailing list