From f232b17190dbb33d6f27e7221ba7c30cda1fb261 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Jan 11 2022 04:15:09 +0000 Subject: Switch instructions to use centos-stream-hyperscale-8 This comes from `mock-centos-sig-configs`, also document installing it Signed-off-by: Michel Alexandre Salim --- diff --git a/docs/internal/building.md b/docs/internal/building.md index cdd6f0b..a86bccc 100644 --- a/docs/internal/building.md +++ b/docs/internal/building.md @@ -27,9 +27,9 @@ to push them to lookaside, then update gitignore and metadata (example: https:// `lookaside_upload` comes from https://git.centos.org/centos-git-common and requires a valid CentOS certificate. -To do a local test build +To do a local test build, make sure `mock-centos-sig-configs` is installed, then do: ``` -$ mock -r centos-stream-8-x86_64 --sources ./SOURCES --spec ./SPECS/*.spec +$ mock -r centos-stream-hyperscale-8-x86_64 --sources ./SOURCES --spec ./SPECS/*.spec ``` # Build tags diff --git a/docs/internal/onboarding.md b/docs/internal/onboarding.md index bc26392..b9862f3 100644 --- a/docs/internal/onboarding.md +++ b/docs/internal/onboarding.md @@ -13,6 +13,7 @@ New member side: * Get a Fedora account if you don't have one already * make sure to follow [this part](https://docs.fedoraproject.org/en-US/package-maintainers/Joining_the_Package_Maintainers/#install_the_developer_client_tools) and set up your `~/.fedora.upn` to tell our tooling your FAS username if it differs from your Unix name + * install [mock-centos-sig-configs](https://src.fedoraproject.org/rpms/mock-centos-sig-configs) * Login on [pagure.io](http://pagure.io/) and [src.fedoraproject.org](https://src.fedoraproject.org) to initialize your account * Get a CentOS account if you don't have one already * Login on [git.centos.org](https://git.centos.org) to initialize your account