Skip to content

Commit 1cd5c5a

Browse files
committed
install-dependencies: documented script
Ticket: ENT-12600 Signed-off-by: Lars Erik Wik <[email protected]>
1 parent cab1b67 commit 1cd5c5a

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

build-scripts/install-dependencies

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
#!/bin/sh
22

3+
#
4+
# This script installs the dependencies to bundled with CFEngine.
5+
# The dependencies are built into you working directory.
6+
#
7+
# The script expects the following repositories to exist side by side:
8+
# .
9+
# ├── buildscripts
10+
# ├── core
11+
# ├── enterprise
12+
# ├── nova
13+
# └── masterfiles
14+
#
15+
# ^ When building community you won't need enterprise, nova.
16+
#
17+
# The script can be run as follows:
18+
# ```
19+
# $ PROJECT=[enterprise|community] EXPLICIT_ROLE=[hub|agent] BUILD_TYPE=[DEBUG|RELEASE] ./buildscripts/build-scripts/install-dependencies
20+
# ```
21+
#
22+
323
. "$(dirname "$0")"/functions
424
. detect-environment
525
. compile-options

0 commit comments

Comments
 (0)