projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb028c1
)
dont abort on failed dry_run
author
Klaus Kaempf
<kkaempf@suse.de>
Thu, 13 Apr 2006 14:00:06 +0000
(14:00 +0000)
committer
Klaus Kaempf
<kkaempf@suse.de>
Thu, 13 Apr 2006 14:00:06 +0000
(14:00 +0000)
zypp/target/TargetImpl.cc
patch
|
blob
|
history
diff --git
a/zypp/target/TargetImpl.cc
b/zypp/target/TargetImpl.cc
index
520847f
..
8214c8e
100644
(file)
--- a/
zypp/target/TargetImpl.cc
+++ b/
zypp/target/TargetImpl.cc
@@
-267,7
+267,6
@@
namespace zypp
WAR << "Install failed, retrying with --nodeps" << endl;
if (policy_r.dryRun()) {
WAR << "dry run failed" << endl;
- abort = true;
progress.disconnect();
break;
}