Skip to content

Add a new build script to allow us to rebuild bigtop easily for WMF

Btullis requested to merge update_bigtop_1.5_build into branch-1.5

The procedure for building bigtop packages for WMF has until now required lots of commands to be executed and has been problematic when building for different distributions.

This commit intends to address this problem by adding a single script to build all packages for both of our currently supported distributions.

In addition to this, we include a step to extract each package, add a suffix to the version string indicating the distribution for which it is built, then repackage it.

Bug: T337465

Merge request reports