summaryrefslogtreecommitdiffstats
path: root/presto.py
diff options
context:
space:
mode:
Diffstat (limited to 'presto.py')
-rw-r--r--presto.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/presto.py b/presto.py
index d66d960..60e391c 100644
--- a/presto.py
+++ b/presto.py
@@ -141,6 +141,7 @@ def postdownload_hook(conduit):
try:
drpm.apply(pkg.reallocalpath, pkg.localpath)
except:
+ conduit.info(2, "Error rebuilding rpm from %s!" % pkg.localpath)
failure = True
this_failure = True
if not this_failure:
@@ -171,7 +172,7 @@ def postdownload_hook(conduit):
os.unlink(drpm_path)
if failure:
- raise PluginYumExit("Error rebuilding at least one deltarpm. Please run report this error to\nhttps://hosted.fedoraproject.org/projects/presto/newticket. To bypass this problem, run yum \nwith the --disablepresto option")
+ raise PluginYumExit("Error rebuilding at least one deltarpm. Please report this error to\nhttp://hosted.fedoraproject.org/projects/presto/newticket. To bypass this problem, run yum \nwith the --disablepresto option")
def posttrans_hook(conduit):
global rpm_size