launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #30674
[Merge] ~lgp171188/launchpad:fix-data-dir-typo-readme into launchpad:master
Guruprasad has proposed merging ~lgp171188/launchpad:fix-data-dir-typo-readme into launchpad:master.
Commit message:
charm/launchpad-codehosting: Fix typos in the README
The bzr repositories root directory was wrongly mentioned as
`/srv/launchpad/data/mirror` instead of `/srv/launchpad/data/mirrors`.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~lgp171188/launchpad/+git/launchpad/+merge/454809
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~lgp171188/launchpad:fix-data-dir-typo-readme into launchpad:master.
diff --git a/charm/launchpad-codehosting/README.md b/charm/launchpad-codehosting/README.md
index de715c2..906c6da 100644
--- a/charm/launchpad-codehosting/README.md
+++ b/charm/launchpad-codehosting/README.md
@@ -39,19 +39,19 @@ at the directory configured to store the `bzr` repositories.
* Create a filesystem on the new volume using `sudo mkfs.ext4 /dev/vdb`. Do
check and verify that this device node matches the new volume.
-* Create the `/srv/launchpad/data/mirror` directory, if it does not
+* Create the `/srv/launchpad/data/mirrors` directory, if it does not
exist already. Here, `/srv/launchpad` corresponds to the `base_dir`
template context variable.
-* Add `/dev/vdb /srv/launchpad/data/mirror ext4 defaults 0 2` to
+* Add `/dev/vdb /srv/launchpad/data/mirrors ext4 defaults 0 2` to
`/etc/fstab`.
-* Mount the new volume using `sudo mount /srv/launchpad/data/mirror`.
+* Mount the new volume using `sudo mount /srv/launchpad/data/mirrors`.
* Set the correct permissions on the new volume using the following commands.
- sudo chown launchpad: /srv/launchpad/data/mirror
- sudo chmod 755 /srv/launchpad/data/mirror
+ sudo chown launchpad: /srv/launchpad/data/mirrors
+ sudo chmod 755 /srv/launchpad/data/mirrors
## Maintenance actions