From afef8c6f26a6d4867d8a601b815406f7534b9dfa Mon Sep 17 00:00:00 2001 From: Ben Morrice <ben.morrice@cern.ch> Date: Mon, 15 Mar 2021 10:10:56 +0100 Subject: [PATCH] add exclude_list documentation to distributions/cc7 --- docs/distributions/cc7.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/distributions/cc7.md b/docs/distributions/cc7.md index ef71a61..50ac689 100644 --- a/docs/distributions/cc7.md +++ b/docs/distributions/cc7.md @@ -15,7 +15,8 @@ Apart from the obvious, the script also supports: * Building CERN rpms (if they are placed in the neccessary `incoming` directories) * Automatic rebuild of the openafs kmod for main and centosplus kernels * Ability to pause the release by populating a `/mnt/data2/home/build/bin/.freeze` file -* Administrator email notifications in the event of a failure or if there are no new packages for a daily run +* Ability to exclude packages from promotion to production by populating the `/mnt/data2/home/build/bin/exclude_list` file +* Administrator email notifications in the event of a failure, no new packages, or if only src/debug packages were released !!! danger "" Nobody should need to follow the below instructions for daily testing/production updates, however the information is still provided if at all needed. -- GitLab