From e263c022aa904b58f7d61acc702425b81baec15e Mon Sep 17 00:00:00 2001 From: cfillekes Date: Tue, 27 Aug 2024 18:04:52 -0400 Subject: [PATCH] Update README.md (#3409) additional details for periodic rpm list maintenance https://github.com/kubevirt/containerized-data-importer/issues/3089 Signed-off-by: cfillekes --- rpm/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rpm/README.md b/rpm/README.md index 60eda26750..e9cadbbde8 100644 --- a/rpm/README.md +++ b/rpm/README.md @@ -103,4 +103,10 @@ bazel run \ $centos_extra ``` +### Periodic rpm list maintenance, manual and automated + +Currently the rpm lists in `WORKSPACE` and `rpm/BUILD.bazel` are maintained by checking in manual runs of `make rpm-deps` to the main branch of kubevirt/containerized-data-importer on an infrequent _ad hoc_ basis. + +In future this will be automated with a periodic CI/CD run as described in https://github.com/kubevirt/project-infra/issues/3595 , probably monthly. + For further documentation on how `bazeldnf` works, please consult https://github.com/rmohr/bazeldnf