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



commit 36c212363c1a96477f858fc9f24cde16e5d8ef4f
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sat Apr 9 12:51:22 2022 +0000

    Update deploy components ostree

 deploy-components-ostree.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/deploy-components-ostree.md b/deploy-components-ostree.md
index bac1c6a..b55d4cb 100644
--- a/deploy-components-ostree.md
+++ b/deploy-components-ostree.md
@@ -27,13 +27,13 @@ URI="http://192.168.2.2:8000";
 GPG="http://192.168.2.2:8000/key.gpg";
 
 # 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";
+URI="http://10.0.2.2:8000/";
+GPG="http://10.0.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";
+URI="http://127.0.0.1:8000/";
+GPG="http://127.0.0.1:8000/key.gpg";
 
 sudo enable-developer-repository \
     --name "$NAME" \


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