From d143c40c573cd9c99b31d9672e9134a11843905a Mon Sep 17 00:00:00 2001 From: Alex Iribarren <Alex.Iribarren@cern.ch> Date: Thu, 6 Mar 2025 15:28:58 +0100 Subject: [PATCH] Clarify readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 44a1c1d..47eed2f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ * openafs upstream uses a helper script to generate the kmod-openafs spec file. This file (src/openafs-kmodtool) has been modified to support our custom koji massages ## new OpenAFS upstream releases -* a helper script `new_upstream_release.sh` will download the new tarball(s) and fix up hardcoded references to the version. The result still will need to be manully committed back to GIT. +* a helper script `new_upstream_release.sh` will download the new tarball(s) and fix up hardcoded references to the version. The result will still need to be manually committed back to GIT. +* **commit to a new branch first, don't merge to master until the package is fully tested and ready to be deployed**. Kmods will be built based off of what is in master. ## Building KMODs locally for testing -- GitLab