Open nabadger opened 4 years ago
I brought up this before, I think since the time we did the initial fork, build-harness add the ability for easier extending https://github.com/cloudposse/build-harness#extending-build-harness-with-targets-from-another-repo probably worth look into
This looks perfect, something to look into :+1:
This repo should definitely be re-created to fork from the cloudposse repo directly. It was high on my to-do list but never quite made it to the top.
As for refactoring to use their method of extending, you're going to create a lot more work for yourself.
There were (and still are) good reasons for why we hard-forked. We don't actually use any of their targets. The purpose was attribution only on the 2-3 core files. I started a branch to merge upstream a few months back, mainly to pull in their testing. I see that as the only strong motivation to do so, even now.
That said, I no longer have a stake in this debate. Happy to help walk through changes to the core files to point out where they diverged and why!
I think it's important to remember that their build-harness exists to enable their CI-CD process when deploying pre-fab clusters and services for their clients. Our environments and practices do not mirror theirs, thus our build-harness does not mirror theirs.
The diff between mintel/alphachai repos is minimal, but the diff between mintel/cloudposse repos is quite large :)
I would prefer the following:
@alphachai (hope this still works!). We're starting a few new projects soon which will want shared Mkefiles, so hoping to put work into build-harness here. We want to figure out ownership first (probably SRE+some devs?).
Keen to get your thoughts on this though - there's no impact if we re-fork against cloudposse right? If end up creating useful PR's into build-harness (even the mintel repo), then you could still pull those in.
Also, was there any advantage in removing un-used modules such as #59 - I feel that removing stuff may lead to conflicts when bringing in upstream changes.