mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-22 15:52:13 +00:00
This commit changes the build file generation and the package creation scripts to be product aware. This will change the relocatable package archives to be named after the product, this commit deals with two main things: 1. Creating the actual Scylla server relocatable with a product prefixed name - which is independent of any other change 2. Expect all other packages to create product prefixed archive - which is dependant uppon the actual submodules creating product prefixed archives. If the support is not introduced in the submodules first this will break the package build. Tests: Scylla full build with the original product and a different product name. Closes #7581