[gnome-build-meta.wiki] Update deploy components ostree



commit d3f68032ff494afc6e46ed943ff4a338288ae9a8
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sat Apr 9 12:50:06 2022 +0000

    Update deploy components ostree

 deploy-components-ostree.md | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/deploy-components-ostree.md b/deploy-components-ostree.md
index 6f2ee82..bac1c6a 100644
--- a/deploy-components-ostree.md
+++ b/deploy-components-ostree.md
@@ -20,9 +20,20 @@ Setup ostree repo on the client/deploy machine
 
 ```shell
 NAME="workstation"
+REF="gnome-os/master/x86_64-devel"
+
+# Fetching the repo from another machine in your local network
 URI="http://192.168.2.2:8000";
 GPG="http://192.168.2.2:8000/key.gpg";
-REF="gnome-os/master/x86_64-devel"
+
+# If gnome-os is runnuning under qemu/Boxes use the following uri
+URI="http://192.168.2.2:8000";
+GPG="http://192.168.2.2:8000/key.gpg";
+
+# If you are self-hosting, deploying on the machine you are building,
+# use localhost
+URI="http://10.0.2.2:8000/";
+GPG="http://10.0.2.2:8000/key.gpg";
 
 sudo enable-developer-repository \
     --name "$NAME" \
@@ -30,9 +41,4 @@ sudo enable-developer-repository \
     --gpg "$GPG" \
     --ref "$REF"
     
-# sudo enable-developer-repository \
-#     --name "workstation" \
-#     --url "http://192.168.2.2:8000"; \
-#     --gpg "http://192.168.2.2:8000/key.gpg"; \
-#     --ref "gnome-os/master/x86_64-devel"
 ```
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]