diff options
| author | Joshua Boniface <joshua@boniface.me> | 2019-01-19 18:48:48 -0500 |
|---|---|---|
| committer | Joshua Boniface <joshua@boniface.me> | 2019-01-19 18:48:48 -0500 |
| commit | 0addc9ef464be3a1e2c1a2912efedf0ded74ca48 (patch) | |
| tree | 71a82e933aa0c3d1df99ee80b04fd5fa4e9932da | |
| parent | 9f8b716f4000a68c1661e481144f5fba538f2a74 (diff) | |
Add mention of dependencies file per platform
| -rw-r--r-- | deployment/README.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/deployment/README.md b/deployment/README.md index f598028eb..05b4ed51e 100644 --- a/deployment/README.md +++ b/deployment/README.md @@ -29,9 +29,15 @@ These builds are not necessarily run from the `build` script, but are present fo ## Package Specification +### Dependencies + +* If a platform requires additional build dependencies, the required binary names, i.e. to validate `which <binary>`, should be specified in a `dependencies.txt` file inside the platform directory. + +* Each dependency should be present on its own line. + ### Action Scripts -* Actions are defined in BASH scripts with the name `<action>.sh` within the framework directory. +* Actions are defined in BASH scripts with the name `<action>.sh` within the platform directory. * The list of valid actions are: |
