summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeCache.py
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-05-30 12:31:07 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-05-30 12:31:07 +0200
commit87f090e29db13e7bf27d0c23d4cc672389fa5f59 (patch)
tree5900896993e0934586c0279235c068f4585baa50 /DistUpgrade/DistUpgradeCache.py
parent0c4802739d9433f16444f76f5d5dfa2a30f83d82 (diff)
downloadpython-apt-87f090e29db13e7bf27d0c23d4cc672389fa5f59.tar.gz
* DistUpgrade/DistUpgradeCache.py, DistUpgrade/DistUpgradeControler.py:
- make the warnings from apt go away * DistUpgrade/dist-upgrade.py: - make sure to run under a segv handler and write faults to /var/log/dist-upgrade-segv.log * DistUpgrade/ReleaseAnnouncement: - point to RC1
Diffstat (limited to 'DistUpgrade/DistUpgradeCache.py')
-rw-r--r--DistUpgrade/DistUpgradeCache.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/DistUpgrade/DistUpgradeCache.py b/DistUpgrade/DistUpgradeCache.py
index 96b8517d..c9cdfad3 100644
--- a/DistUpgrade/DistUpgradeCache.py
+++ b/DistUpgrade/DistUpgradeCache.py
@@ -1,4 +1,6 @@
+import warnings
+warnings.filterwarnings("ignore", "apt API not stable yet", FutureWarning)
import apt
import apt_pkg
import os