From b345ca9463e89180c510f0e31959778a4122c501 Mon Sep 17 00:00:00 2001 From: Jonathan Dieter Date: Mon, 26 Mar 2007 20:53:43 +0300 Subject: Properly exit when unable to apply deltarpm Signed-off-by: Jonathan Dieter --- ChangeLog | 3 ++- presto.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6bd1dcc..9ad481e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,10 @@ -* Mon Mar 26 2007 Jonathan Dieter - 0.2.7 +* Mon Mar 26 2007 Jonathan Dieter - 0.2.8 - Fix another mirrorlist bug - Minor optimization - Added logging to /var/log/presto.log - Fix another mirrorlist bug - Fix bug where we sometimes die if delta repository doesn't exist + - Properly exit when unable to rebuild drpm * Sat Mar 24 2007 Jonathan Dieter - 0.2.3 - Fixed bug that breaks yum install diff --git a/presto.py b/presto.py index a31615e..d66d960 100644 --- a/presto.py +++ b/presto.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Copyright 2005 Duke University -from yum.plugins import TYPE_INTERACTIVE +from yum.plugins import TYPE_INTERACTIVE, PluginYumExit from yum import config import os -- cgit