Merge lp:~nataliabidart/magicicada-server/testing-tarmac into lp:magicicada-server

Proposed by Natalia Bidart
Status: Merged
Approved by: Natalia Bidart
Approved revision: 10
Merged at revision: 10
Proposed branch: lp:~nataliabidart/magicicada-server/testing-tarmac
Merge into: lp:magicicada-server
Diff against target: 54 lines (+8/-8)
1 file modified
README.txt (+8/-8)
To merge this branch: bzr merge lp:~nataliabidart/magicicada-server/testing-tarmac
Reviewer Review Type Date Requested Status
Natalia Bidart Approve
Review via email: mp+270094@code.launchpad.net

Commit message

- Trivial fix to README to test tarmac landings.

To post a comment you must log in.
Revision history for this message
Natalia Bidart (nataliabidart) wrote :

Voting does not meet specified criteria. Required: Approve >= 1, Disapprove == 0, Needs Fixing == 0, Needs Information == 0, Resubmit == 0, Pending == 0. Got: 1 Pending.

Revision history for this message
Natalia Bidart (nataliabidart) wrote :

Voting does not meet specified criteria. Required: Approve >= 1, Disapprove == 0, Needs Fixing == 0, Needs Information == 0, Resubmit == 0, Pending == 0. Got: 1 Pending.

Revision history for this message
Natalia Bidart (nataliabidart) wrote :

Trivial

review: Approve
Revision history for this message
Natalia Bidart (nataliabidart) wrote :

The attempt to merge lp:~nataliabidart/magicicada-server/testing-tarmac into lp:magicicada-server failed. Below is the output from the failed tests.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README.txt'
2--- README.txt 2015-09-02 13:41:11 +0000
3+++ README.txt 2015-09-03 18:11:59 +0000
4@@ -21,12 +21,12 @@
5 Create the SSL certificates for client to communicate with server
6 securely. These certificates need to be stored in the folder:
7
8-~/filesync/certifs
9+~/filesync/certs
10
11 To do so:
12
13- mkdir ~/filesync/certifs
14- cd ~/filesync/certifs
15+ mkdir ~/filesync/certs
16+ cd ~/filesync/certs
17
18 Now, generate a private key:
19
20@@ -119,7 +119,7 @@
21
22 ~/filesync/magicicada-protocol <-- this is a subproject needed by the client
23 ~/filesync/magicicada-client <-- this is the proper filesync client
24- ~/filesync/certifs <-- this is where you'll store the SSL certifs for the client
25+ ~/filesync/certs <-- this is where you'll store the SSL certs for the client
26
27 So, branch and build the storage protocol:
28
29@@ -128,14 +128,14 @@
30 cd magicicada-protocol
31 ./setup.py build
32
33-Ensure the proper certificates are in the right folder:
34+Ensure the proper certificate is the right folder, for the client you only need
35+'cacert.pem':
36
37- ls ~/filesync/certifs
38+ ls ~/filesync/certs
39
40 You should see something like:
41
42 -rw-rw-r-- 1 user user 765 Aug 13 09:18 cacert.pem
43--rw-rw-r-- 1 user user 493 Aug 13 09:17 privkey.pem
44
45 Also branch and build the client:
46
47@@ -149,7 +149,7 @@
48 Finally, start the client
49
50 export $(dbus-launch) # seems this is needed if you're inside a LXC or VPS
51- PYTHONPATH=. SSL_CERTIFICATES_DIR=~/filesync/certifs bin/ubuntuone-syncdaemon \
52+ PYTHONPATH=. SSL_CERTIFICATES_DIR=~/filesync/certs bin/ubuntuone-syncdaemon \
53 --auth=testuser:testpass --host=testfsyncserver \
54 --port=21101 --logging-level=DEBUG
55

Subscribers

People subscribed via source and target branches

to all changes: