Skip to content

Commit

Permalink
Sync properties with what Deb provides
Browse files Browse the repository at this point in the history
This permits install/upgrade script to share the same logic and not be
deb/rpm dependant.
  • Loading branch information
fauust committed Nov 15, 2023
1 parent ce20ead commit a749132
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions master-libvirt/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
]
),
Expand Down

0 comments on commit a749132

Please sign in to comment.