From 445c055420c1ee94e753e13d8f1c3f13ab20f9c3 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Jul 02 2023 01:12:55 +0000 Subject: [PATCH 1/2] docs/contributing/packaging: Update location for CentOS Stream 8 sources These moved to GitLab recently, so all the branches on git.centos.org are stale. --- diff --git a/docs/contributing/packaging.md b/docs/contributing/packaging.md index f17510b..6dd8cc1 100644 --- a/docs/contributing/packaging.md +++ b/docs/contributing/packaging.md @@ -53,7 +53,7 @@ and do your changes. Remember to add a changelog entry and to bump the `Release` Sometimes it is necessary to catch up a Hyperscale-branched packaged with the latest changes that had happened upstream. Note that "upstream" for a Hyperscale package could be either the corresponding CentOS Stream branch (for modifications of exisiting CentOS packages), or a Fedora branch (for backports), and these are hosted in different places: -- CentOS Stream 8 sources are in the `c8s` branches on [git.centos.org](https://git.centos.org) +- CentOS Stream 8 sources are in the `c8s` branches on [GitLab](https://gitlab.com/redhat/centos-stream/rpms) - CentOS Stream 9 sources are in the `c9s` branches on [GitLab](https://gitlab.com/redhat/centos-stream/rpms) - Fedora sources are in the corresponding branch on [Fedora dist-git](https://src.fedoraproject.org) From 045334e23fbdc651576be4bc6377b7c8bfbd2441 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Jul 02 2023 01:13:01 +0000 Subject: [PATCH 2/2] docs/contributing/packaging: Consolidate CentOS Stream sources locations Both CentOS Stream 8 and CentOS Stream 9 sources are in the same place now, so there is no reason to have mostly redundant items on a list. --- diff --git a/docs/contributing/packaging.md b/docs/contributing/packaging.md index 6dd8cc1..991aa50 100644 --- a/docs/contributing/packaging.md +++ b/docs/contributing/packaging.md @@ -53,8 +53,7 @@ and do your changes. Remember to add a changelog entry and to bump the `Release` Sometimes it is necessary to catch up a Hyperscale-branched packaged with the latest changes that had happened upstream. Note that "upstream" for a Hyperscale package could be either the corresponding CentOS Stream branch (for modifications of exisiting CentOS packages), or a Fedora branch (for backports), and these are hosted in different places: -- CentOS Stream 8 sources are in the `c8s` branches on [GitLab](https://gitlab.com/redhat/centos-stream/rpms) -- CentOS Stream 9 sources are in the `c9s` branches on [GitLab](https://gitlab.com/redhat/centos-stream/rpms) +- CentOS Stream sources are in the `cXs` branches on [GitLab](https://gitlab.com/redhat/centos-stream/rpms), where `cXs` refers to the CentOS Stream version (e.g. `c9s` for CentOS Stream 9). - Fedora sources are in the corresponding branch on [Fedora dist-git](https://src.fedoraproject.org) If you're not sure, please ask before embarking on this work.