Merge lp:~xnox/bzr-cia/fix-hostname into lp:bzr-cia

Proposed by Dimitri John Ledkov
Status: Merged
Merged at revision: 59
Proposed branch: lp:~xnox/bzr-cia/fix-hostname
Merge into: lp:bzr-cia
Diff against target: 11 lines (+1/-1)
1 file modified
cia.py (+1/-1)
To merge this branch: bzr merge lp:~xnox/bzr-cia/fix-hostname
Reviewer Review Type Date Requested Status
Bazaar Developers Pending
Review via email: mp+122490@code.launchpad.net

Description of the change

The old hostname no longer works.
Change to use the current & supported cia.vc hostname.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'cia.py'
2--- cia.py 2012-03-08 17:42:19 +0000
3+++ cia.py 2012-09-03 10:56:20 +0000
4@@ -87,7 +87,7 @@
5 import xmlrpclib
6 server = config.get_user_option('cia_server')
7 if server is None:
8- server = "http://cia.navi.cx"
9+ server = "http://cia.vc"
10
11 return xmlrpclib.ServerProxy(server)
12

Subscribers

People subscribed via source and target branches