summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--presto.py2
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 <jdieter@gmail.com> - 0.2.7
+* Mon Mar 26 2007 Jonathan Dieter <jdieter@gmail.com> - 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 <jdieter@gmail.com> - 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