From 87f090e29db13e7bf27d0c23d4cc672389fa5f59 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 30 May 2006 12:31:07 +0200 Subject: * 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 --- DistUpgrade/DistUpgradeCache.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DistUpgrade/DistUpgradeCache.py') 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 -- cgit v1.2.3