summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeControler.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/DistUpgradeControler.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/DistUpgradeControler.py')
-rw-r--r--DistUpgrade/DistUpgradeControler.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py
index 3d1c7e3e..9ab18523 100644
--- a/DistUpgrade/DistUpgradeControler.py
+++ b/DistUpgrade/DistUpgradeControler.py
@@ -20,6 +20,8 @@
# USA
+import warnings
+warnings.filterwarnings("ignore", "apt API not stable yet", FutureWarning)
import apt
import apt_pkg
import sys