Merge lp:~vila/otto/doc-fixes into lp:otto

Proposed by Vincent Ladeuil
Status: Merged
Merged at revision: 260
Proposed branch: lp:~vila/otto/doc-fixes
Merge into: lp:otto
Diff against target: 40 lines (+10/-2)
2 files modified
doc/README (+8/-0)
ottolib/commands.py (+2/-2)
To merge this branch: bzr merge lp:~vila/otto/doc-fixes
Reviewer Review Type Date Requested Status
Jean-Baptiste Lallement Approve
Review via email: mp+196591@code.launchpad.net

Commit message

Doc fixes.

Description of the change

A couple of simple doc fixes that were taking dust on my drive.

The lxc chmod bits has already striked thrice in ci so it seems more people will encounter it in the future.

To post a comment you must log in.
Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

Approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/README'
--- doc/README 2013-10-30 09:26:00 +0000
+++ doc/README 2013-11-25 16:37:05 +0000
@@ -23,6 +23,14 @@
23 $ sudo apt-get install bzr --no-install-recommends23 $ sudo apt-get install bzr --no-install-recommends
24 $ sudo apt-get install python3-lxc aufs-tools24 $ sudo apt-get install python3-lxc aufs-tools
2525
26 On 14.04 (Trusty Tahr):
27
28 $ sudo chmod 755 /var/cache/lxc
29 $ sudo chmod 755 /var/lib/lxc
30
31 See https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1244635 for
32 rationale.
33
26 * If you don't want to call otto with the full path of the checkout, you34 * If you don't want to call otto with the full path of the checkout, you
27 can put it into $PATH with (running in your otto checkout/branch):35 can put it into $PATH with (running in your otto checkout/branch):
28 $ mkdir ~/bin36 $ mkdir ~/bin
2937
=== modified file 'ottolib/commands.py'
--- ottolib/commands.py 2013-05-30 08:50:31 +0000
+++ ottolib/commands.py 2013-11-25 16:37:05 +0000
@@ -70,7 +70,7 @@
70 "image will be extracted and used as rootfs")70 "image will be extracted and used as rootfs")
71 pcreate.add_argument("--local-config",71 pcreate.add_argument("--local-config",
72 default=None,72 default=None,
73 help="Use a local configuration file. This one will be reuse until you specify --no-local-config")73 help="Use a local configuration file. This one will be reused until you specify --no-local-config")
74 pcreate.add_argument('-D', '--force-disconnect', action='store_true',74 pcreate.add_argument('-D', '--force-disconnect', action='store_true',
75 default=False,75 default=False,
76 help="Forcibly shutdown lightdm even if a session "76 help="Forcibly shutdown lightdm even if a session "
@@ -106,7 +106,7 @@
106 help="Restore a previous the run state from an archive")106 help="Restore a previous the run state from an archive")
107 pstart.add_argument("--local-config",107 pstart.add_argument("--local-config",
108 default=None,108 default=None,
109 help="Use a local configuration file. This one will be reuse until you specify --no-local-config")109 help="Use a local configuration file. This one will be reused until you specify --no-local-config")
110 pstart.add_argument("--no-local-config", action='store_true',110 pstart.add_argument("--no-local-config", action='store_true',
111 default=None,111 default=None,
112 help="Remove previously used local configuration file.")112 help="Remove previously used local configuration file.")

Subscribers

People subscribed via source and target branches