From 267f5bbae032710918f952f2c08454955f876e8d Mon Sep 17 00:00:00 2001 From: Tomas Kopecek Date: Mar 23 2021 12:46:30 +0000 Subject: PR#2777: docs: fix Fedora's koji URL Merges #2777 https://pagure.io/koji/pull-request/2777 Fixes: #2776 https://pagure.io/koji/issue/2776 I canot visit url from doc? --- diff --git a/docs/source/server_bootstrap.rst b/docs/source/server_bootstrap.rst index 96d0e10..a39c316 100644 --- a/docs/source/server_bootstrap.rst +++ b/docs/source/server_bootstrap.rst @@ -76,8 +76,8 @@ amount of time, especially when tagging a large number of packages. the minimal buildroot You can find out what the current build group for Fedora is by running -``koji -s https://$ARCH.koji.fedoraproject.org/kojihub list-groups f17-build`` -against the Fedora Koji instance for your $ARCH. This is probably a good +``koji -s https://koji.fedoraproject.org/kojihub list-groups f17-build`` +against the Fedora Koji instance. This is probably a good starting point for your minimal buildroot. :: @@ -91,7 +91,7 @@ tag. :: - $ koji -s https://$ARCH.koji.fedoraproject.org/kojihub show-groups --comps f17-build > comps.xml + $ koji -s https://koji.fedoraproject.org/kojihub show-groups --comps f17-build > comps.xml $ koji import-comps comps.xml dist-foo-build - regenerate the repo