From da2ac7443097358cd4c0ad07dea0d7a11ed67877 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Oct 12 2021 23:27:10 +0000 Subject: SemBr for Build time network.... section --- diff --git a/guidelines/modules/ROOT/pages/index.adoc b/guidelines/modules/ROOT/pages/index.adoc index 51c76d2..834d77c 100644 --- a/guidelines/modules/ROOT/pages/index.adoc +++ b/guidelines/modules/ROOT/pages/index.adoc @@ -2989,7 +2989,12 @@ you should mention the CVE number in the RPM changelog entry. == Build time network access -Packages in the Fedora buildsystem are built in a mock chroot with no access to the internet. Packages must not depend or or use any network resources that they don't themselves create (i.e., for tests). In no cases should source code be downloaded from any external sources, only from the lookaside cache and/or the Fedora git repository. +Packages in the Fedora buildsystem are built in a mock chroot +with no access to the internet. +Packages must not depend or or use any network resources +that they don't themselves create (i.e., for tests). +In no cases should source code be downloaded from any external sources, +only from the lookaside cache and/or the Fedora git repository. [#bootstrapping] == Bootstrapping