diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-30 12:31:07 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-05-30 12:31:07 +0200 |
| commit | 87f090e29db13e7bf27d0c23d4cc672389fa5f59 (patch) | |
| tree | 5900896993e0934586c0279235c068f4585baa50 /DistUpgrade/DistUpgradeCache.py | |
| parent | 0c4802739d9433f16444f76f5d5dfa2a30f83d82 (diff) | |
| download | python-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.py | 2 |
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 |
