Merge lp://qastaging/~jdobrien/desktopcouch/fix-u1-port into lp://qastaging/desktopcouch

Proposed by John O'Brien
Status: Merged
Merge reported by: Chad Miller
Merged at revision: not available
Proposed branch: lp://qastaging/~jdobrien/desktopcouch/fix-u1-port
Merge into: lp://qastaging/desktopcouch
Diff against target: 12 lines
1 file modified
desktopcouch/replication_services/ubuntuone.py (+1/-1)
To merge this branch: bzr merge lp://qastaging/~jdobrien/desktopcouch/fix-u1-port
Reviewer Review Type Date Requested Status
John O'Brien (community) Needs Fixing
Review via email: mp+12477@code.qastaging.launchpad.net
To post a comment you must log in.
Revision history for this message
John O'Brien (jdobrien) wrote :

My first tiny contribution to desktopcouch.

The port for the ubuntuone replication service is 443 (https)

Revision history for this message
John O'Brien (jdobrien) wrote :

This function isn't even used. Should this branch just delete it?

review: Needs Fixing

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'desktopcouch/replication_services/ubuntuone.py'
2--- desktopcouch/replication_services/ubuntuone.py 2009-09-17 09:58:35 +0000
3+++ desktopcouch/replication_services/ubuntuone.py 2009-09-27 04:15:23 +0000
4@@ -52,7 +52,7 @@
5 records and whatnot."""
6
7 # ...eventually. For now, hard-coded. Maybe YAGNI.
8- return "couchdb.one.ubuntu.com", 5984
9+ return "couchdb.one.ubuntu.com", 443
10
11 def get_oauth_token(consumer):
12 """Get the token from the keyring"""

Subscribers

People subscribed via source and target branches