From 13e41bdbed6f70d03f23698a37ec3e505c02e88c Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Jan 20 2022 16:49:38 +0000 Subject: Update systemd docs to include information on requesting new release branches --- diff --git a/docs/internal/systemd.md b/docs/internal/systemd.md index d1dc1ac..3ee72fb 100644 --- a/docs/internal/systemd.md +++ b/docs/internal/systemd.md @@ -24,6 +24,8 @@ Steps: * Login on [pagure.io](http://pagure.io/) and [src.fedoraproject.org](https://src.fedoraproject.org) to initialize your account. * Fork [centos-sig-hyperscale/systemd](https://pagure.io/centos-sig-hyperscale/systemd). * Check out the latest branch there. It should be the last one alphabetically in the form of "fb-v". + If you want to backport a patch to a stable systemd version that does not yet have a branch available in the staging repo, open an issue + [here](https://pagure.io/centos-sig-hyperscale/systemd/issues) to ask the maintainers to create a new branch for that version. * If you think your PR from upstream will apply cleanly, you can download it and `git am ` it directly. Otherwise you can use `git cherry-pick` and manual edits to ensure your change will build. * At minimum, do a `meson test` to ensure unit tests pass.