Merge lp://qastaging/~ken-vandine/desktopcouch/desktopcouch-bin-lib into lp://qastaging/desktopcouch

Proposed by Ken VanDine
Status: Merged
Approved by: Rick McBride
Approved revision: 25
Merged at revision: not available
Proposed branch: lp://qastaging/~ken-vandine/desktopcouch/desktopcouch-bin-lib
Merge into: lp://qastaging/desktopcouch
Diff against target: None lines
To merge this branch: bzr merge lp://qastaging/~ken-vandine/desktopcouch/desktopcouch-bin-lib
Reviewer Review Type Date Requested Status
Rick McBride (community) Approve
Stuart Langridge (community) Approve
Review via email: mp+9429@code.qastaging.launchpad.net

Commit message

    * Added man page for desktopcouch-pair

    * Install the service and the stop script in /usr/lib/desktopcouch/, to avoid users thinking they should run them by hand.

To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

    * Added man page for desktopcouch-pair
    * Install the service and the stop script in /usr/lib/desktopcouch/, to avoid users thinking they should run them by hand.

Revision history for this message
Stuart Langridge (sil) wrote :

Looks great to me!

review: Approve
Revision history for this message
Rick McBride (rmcbride) wrote :

looks good to me

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'docs'
2=== added directory 'docs/man'
3=== added file 'docs/man/desktopcouch-pair.1'
4--- docs/man/desktopcouch-pair.1 1970-01-01 00:00:00 +0000
5+++ docs/man/desktopcouch-pair.1 2009-07-29 14:46:57 +0000
6@@ -0,0 +1,15 @@
7+.TH DESKTOPCOUCH-PAIR 1
8+
9+.SH NAME
10+desktopcouch-pair \- A tool used to pair desktop CouchDBs.
11+
12+.SH SYNOPSYS
13+.B desktopcouch-pair
14+
15+.SH DESCRIPTION
16+This manual page briefly documents the
17+.BR desktopcouch-pair
18+tool, which provides an interface to pair desktop systems running CouchDB for synchronizing.
19+
20+.SH AUTHOR
21+This manual page was written by Ken VanDine <ken.vandine@canonical.com>
22
23=== modified file 'org.desktopcouch.CouchDB.service'
24--- org.desktopcouch.CouchDB.service 2009-07-24 19:32:52 +0000
25+++ org.desktopcouch.CouchDB.service 2009-07-29 14:31:01 +0000
26@@ -1,3 +1,3 @@
27 [D-BUS Service]
28 Name=org.desktopcouch.CouchDB
29-Exec=/usr/bin/desktopcouch-service
30+Exec=/usr/lib/desktopcouch/desktopcouch-service
31
32=== modified file 'setup.py'
33--- setup.py 2009-07-24 20:31:01 +0000
34+++ setup.py 2009-07-29 14:31:01 +0000
35@@ -27,10 +27,12 @@
36
37 setup(
38 name='desktopcouch',
39- version='0.0.1',
40+ version='0.0.2',
41 description='A Desktop CouchDB instance.',
42 url='https://launchpad.net/desktopcouch',
43 license='LGPL-3',
44 author='Stuart Langridge',
45 author_email='stuart.langridge@canonical.com',
46+ data_files = [('/usr/lib/desktopcouch/', ['bin/desktopcouch-service',
47+ 'bin/desktopcouch-stop'])],
48 )

Subscribers

People subscribed via source and target branches