So we already abstract away copying the bits into place for the packages via bigtop-packages/src/common/foo/install_foo.sh. But we're not as of yet abstracting the build logic - as a result, we're duplicating the build calls in both the Debian rules files and the RPM spec files. I don't like duplication. =) So I'd like to propose moving the build logic for the components into shell scripts akin to the install_foo.sh scripts, in the common area, which would then be called in the rules/specs. Does this sound reasonable to everyone?
A.
