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:
4bc590f
)
Set autorefresh true for plugin services
author
Michael Andres
<ma@suse.de>
Fri, 15 Oct 2010 15:31:26 +0000
(17:31 +0200)
committer
Michael Andres
<ma@suse.de>
Fri, 15 Oct 2010 15:31:26 +0000
(17:31 +0200)
zypp/repo/PluginServices.cc
patch
|
blob
|
history
diff --git
a/zypp/repo/PluginServices.cc
b/zypp/repo/PluginServices.cc
index 9e7b3f95223f456602e28de2c82d57bb07b484e5..7382a662f360ab828de4b16c1ac38cb571298d3b 100644
(file)
--- a/
zypp/repo/PluginServices.cc
+++ b/
zypp/repo/PluginServices.cc
@@
-59,6
+59,7
@@
namespace zypp
url.setScheme("file");
service_info.setUrl(url);
service_info.setType(ServiceType::PLUGIN);
+ service_info.setAutorefresh( true );
DBG << "Plugin Service: " << service_info << endl;
callback(service_info);
}