[elbe-devel] [PATCH 3/3] quickstart: dont use LOCALMACHINE for <key>

Torben Hohn torben.hohn at linutronix.de
Mon Oct 8 13:08:26 CEST 2018


this is currently broken, but a fix is pending.
maybe we should just mention that it was broken ?

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 docs/quickstart.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/quickstart.txt b/docs/quickstart.txt
index 34ce9f4c..612fe506 100644
--- a/docs/quickstart.txt
+++ b/docs/quickstart.txt
@@ -421,7 +421,7 @@ following to access the repository:
 	<url>
 		<binary>http://LOCALMACHINE/repo/ jessie main</binary>
 		<source>http://LOCALMACHINE/repo/ jessie main</source>
-		<key>http://LOCALMACHINE/repo/key.pub</key>
+		<key>http://10.0.2.2/repo/key.pub</key>
 	</url>
 </url-list>
 -------------------------------------------------------------------------------
@@ -430,6 +430,7 @@ ELBE replaces the string `LOCALMACHINE` with the ip address of your machine. If
 you use an external machine as webserver you need to replace `LOCALMACHINE` with
 the name or the ip of it.
 
+NOTE: this is currently broken for <key>, thats why we use 10.0.2.2 here.
 
 Now you can install packages from your custom repository the same way you can
 install from any other repository.
-- 
2.11.0




More information about the elbe-devel mailing list