launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #27791
[Merge] ~jugmac00/turnip:improve-turnip-setup-documentation into turnip:master
Jürgen Gmach has proposed merging ~jugmac00/turnip:improve-turnip-setup-documentation into turnip:master.
Commit message:
Add instructions for host configuration inside the LP instance
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~jugmac00/turnip/+git/turnip/+merge/412502
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/turnip:improve-turnip-setup-documentation into turnip:master.
diff --git a/README.rst b/README.rst
index f9b6278..b2a68d4 100644
--- a/README.rst
+++ b/README.rst
@@ -152,7 +152,11 @@ A basic test that can be performed by dropping into the Turnip container shell.
>>> exit()
root@turnip-bionic:~#
-In your LP container edit ~/.gitconfig and add these lines, where USER is your Launchpad username:
+In your LP container the hosts file needs to point ot the Turnip container (x.x.x.x is the IP address of Turnip):
+
+ x.x.x.x git.launchpad.test
+
+Then, also in your LP container edit ~/.gitconfig and add these lines, where USER is your Launchpad username:
[url "git+ssh://USER@xxxxxxxxxxxxxxxxxx/"]
insteadof = lptest: