We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab1b67 commit 1cd5c5aCopy full SHA for 1cd5c5a
build-scripts/install-dependencies
@@ -1,5 +1,25 @@
1
#!/bin/sh
2
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
+
23
. "$(dirname "$0")"/functions
24
. detect-environment
25
. compile-options
0 commit comments