This repo is community distro of Chef Habitat Application Automation.
It was generated from original using small tool ForkMan.
Here is how can you proceed:
- Install
forkman
biome/habitat package:bio pkg install -fb jsirex/forkman
- Clone this project
- Update and commit Forkman Configuration File
- Add
habitat
repo as remote:git remote add habitat https://github.com/habitat-sh/habitat.git
- Fetch latest changes:
git fetch habitat master
- Make sure you have up to date with
origin/forkman-raw
forkman-raw
branch. - Patch project with
forkman-patch-git -u habitat/master
- Avoid manual changing of
forkman-raw
branch, because new run will override it. - Create new branch from
origin/master
and try to mergeforkman-raw
. - If you satisfied with forkmans' job push changes / create PR for your branch and
forkman-raw
branch. - If after all you still need some manual fixes related directly to biome, do it as you do with regular project - send a PR.
It is highly recommended to not change code by hand because it requires effort for further support.
If it is possible to update forkman
s' dictionary - update dictionary.
If you want new feature or bug fix - it is good idea to contribute to original Chef Habitat Application Automation project.