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

Manuel Traut manut at linutronix.de
Fri Oct 19 16:49:03 CEST 2018


On Mon, Oct 08, 2018 at 01:08:26PM +0200, Torben Hohn wrote:
> this is currently broken, but a fix is pending.
> maybe we should just mention that it was broken ?

it's fixed so i see no reason to mention it in the current
documentation.

> 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
> 
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel



More information about the elbe-devel mailing list