~fabien-morin/unifield-wm/fm-us-3048

« back to all changes in this revision

Viewing changes to mkdb.py

  • Committer: Fabien MORIN
  • Date: 2017-07-26 13:24:21 UTC
  • Revision ID: fabien.morin@tempo-consulting.fr-20170726132421-0khgypw9zaxk5tpp
US-3048 [FIX] use xmlrpc instead of netrpc as it has been removed from the
possible values of protocols.

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
                server=client,
243
243
                name=name,
244
244
                synchro={
245
 
                    'protocol' : 'netrpc',
 
245
                    'protocol' : 'xmlrpc',
246
246
                    'host' : config.server_host,
247
 
                    'port' : config.netrpc_port,
 
247
                    'port' : config.server_port,
248
248
                    'database' : Synchro.name,
249
249
                    'login' : sync_user,
250
250
                    'password' : sync_user,