From bb9d45cbcb3b219f977e6475ab79162d153ea5a5 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Tue, 17 Sep 2024 01:43:42 -0700 Subject: [PATCH] Move the rpm actor config into the rpmtransaction actor where it is used. We decided that we weren't going to share config schema via python import. Instead, Actors would need to copy the schema into themselves. That way the framework can check whether the schema for two Actors is out of sync and force the user to correct the code before running. Depends-On: 870 --- .../rpmtransactionconfigtaskscollector}/configs/rpm.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename repos/system_upgrade/common/{ => actors/rpmtransactionconfigtaskscollector}/configs/rpm.py (100%) diff --git a/repos/system_upgrade/common/configs/rpm.py b/repos/system_upgrade/common/actors/rpmtransactionconfigtaskscollector/configs/rpm.py similarity index 100% rename from repos/system_upgrade/common/configs/rpm.py rename to repos/system_upgrade/common/actors/rpmtransactionconfigtaskscollector/configs/rpm.py