-
Notifications
You must be signed in to change notification settings - Fork 0
/
otica.yaml
53 lines (50 loc) · 1.3 KB
/
otica.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
# Explanation of the different sections.
#
# environment:
# toplevel:
# # variable files in the environment:toplevel list are synced from the
# # toplevel project's common/env_variables/ directory into the
# # subproject's common/env_variables directory.
# - framework.var
# common:
# # variable files listed here are included from the
# # common/env_variables directory in the current subproject.
# - common.var
# local:
# # variable files listed here are included from the
# # directory running the make command.
# - local.var
#
# makefile_parts:
# otica:
# # makefile modules listed here are included from the Otica
# # source repository.
# - framework.mk
# - vault.mk
# - authenticate.mk
# toplevel:
# # makefile modules listed here are included from the toplevel's
# # common/makefile_parts directory.
# # - project.mk
# common:
# # makefile modules listed here are included from the current
# # subproject's common/makefile_parts directory.
# # - app.mk
environment:
toplevel:
- framework.var
- gcp-uit-et-iedo-services.var
common:
- common.var
local:
- local.var
makefile_parts:
otica:
- framework.mk
- vault.mk
- authenticate.mk
- python/pvenv.mk
toplevel: []
common:
- app.mk