From a749132324c0a97b1f8480424d2e3c87a9adec5b Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Wed, 15 Nov 2023 11:58:43 +0100 Subject: [PATCH] Sync properties with what Deb provides This permits install/upgrade script to share the same logic and not be deb/rpm dependant. --- master-libvirt/master.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/master-libvirt/master.cfg b/master-libvirt/master.cfg index b7e284c1..7149e733 100644 --- a/master-libvirt/master.cfg +++ b/master-libvirt/master.cfg @@ -95,8 +95,13 @@ def getRpmUpgradeStep(): "arch", "artifactsURL", "branch", + "dist_name", "is_main_tree", "major_version", + "mariadb_version", + "master_branch", + "needsGalera", + "parentbuildername", "systemdCapability", "test_mode", "test_type", @@ -119,8 +124,15 @@ def getRpmInstallStep(): "arch", "artifactsURL", "branch", + "dist_name", + "major_version", + "mariadb_version", "master_branch", + "needsGalera", + "parentbuildername", "systemdCapability", + "test_mode", + "test_type", "version_name", ] ),