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
=== modified file 'README.txt'
--- README.txt 2015-09-02 13:41:11 +0000
+++ README.txt 2015-09-03 18:11:59 +0000
@@ -21,12 +21,12 @@
21Create the SSL certificates for client to communicate with server21Create the SSL certificates for client to communicate with server
22securely. These certificates need to be stored in the folder:22securely. These certificates need to be stored in the folder:
2323
24~/filesync/certifs24~/filesync/certs
2525
26To do so:26To do so:
2727
28 mkdir ~/filesync/certifs28 mkdir ~/filesync/certs
29 cd ~/filesync/certifs29 cd ~/filesync/certs
3030
31Now, generate a private key:31Now, generate a private key:
3232
@@ -119,7 +119,7 @@
119119
120 ~/filesync/magicicada-protocol <-- this is a subproject needed by the client120 ~/filesync/magicicada-protocol <-- this is a subproject needed by the client
121 ~/filesync/magicicada-client <-- this is the proper filesync client121 ~/filesync/magicicada-client <-- this is the proper filesync client
122 ~/filesync/certifs <-- this is where you'll store the SSL certifs for the client122 ~/filesync/certs <-- this is where you'll store the SSL certs for the client
123123
124So, branch and build the storage protocol:124So, branch and build the storage protocol:
125125
@@ -128,14 +128,14 @@
128 cd magicicada-protocol128 cd magicicada-protocol
129 ./setup.py build129 ./setup.py build
130130
131Ensure the proper certificates are in the right folder:131Ensure the proper certificate is the right folder, for the client you only need
132'cacert.pem':
132133
133 ls ~/filesync/certifs134 ls ~/filesync/certs
134135
135You should see something like:136You should see something like:
136137
137-rw-rw-r-- 1 user user 765 Aug 13 09:18 cacert.pem138-rw-rw-r-- 1 user user 765 Aug 13 09:18 cacert.pem
138-rw-rw-r-- 1 user user 493 Aug 13 09:17 privkey.pem
139139
140Also branch and build the client:140Also branch and build the client:
141141
@@ -149,7 +149,7 @@
149Finally, start the client149Finally, start the client
150150
151 export $(dbus-launch) # seems this is needed if you're inside a LXC or VPS151 export $(dbus-launch) # seems this is needed if you're inside a LXC or VPS
152 PYTHONPATH=. SSL_CERTIFICATES_DIR=~/filesync/certifs bin/ubuntuone-syncdaemon \152 PYTHONPATH=. SSL_CERTIFICATES_DIR=~/filesync/certs bin/ubuntuone-syncdaemon \
153 --auth=testuser:testpass --host=testfsyncserver \153 --auth=testuser:testpass --host=testfsyncserver \
154 --port=21101 --logging-level=DEBUG154 --port=21101 --logging-level=DEBUG
155155

Subscribers

People subscribed via source and target branches

to all changes: