[entropy.const] tweak Entropy server installed packages repository id

This commit is contained in:
Fabio Erculiani
2010-02-05 14:04:32 +01:00
parent 1d94eb5542
commit dd910a73eb
+3 -2
View File
@@ -538,10 +538,11 @@ def const_default_settings(rootdir):
'client_plugin': "client_plugin",
'server_plugin': "server_plugin",
'server_plugin_fatscope': "server_plugin_fatscope",
'server_plugin_fake_client': "server_plugin_fake_client",
},
'clientserverrepoid': "__system__",
'clientdbid': "__client__",
'clientserverrepoid': "__system__", # these two values have to match!
'clientdbid': "__system__", # these two values have to match!
'serverdbid': "__etpdb:",
'genericdbid': "__generic__",
'systemreleasefile': "/etc/sabayon-release",