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 e5dc631 commit e4d98d8Copy full SHA for e4d98d8
build-scripts/compile
@@ -1,5 +1,19 @@
1
#!/bin/sh
2
3
+# Usage: PROJECT=[nova|community] ROLE=[hub|agent] ./buildscripts/build-scripts/compile
4
+#
5
+# This script compiles and installs the CFEngine repositories into
6
+# '$BASEDIR/cfengine/dist'. You should first run the 'autogen' script, then
7
+# 'configure' script before running this script.
8
9
+# The script expects the following repositories to exist side by side:
10
+# .
11
+# ├── buildscripts
12
+# ├── core
13
+# ├── enterprise
14
+# ├── nova
15
+# └── masterfiles
16
+
17
. "$(dirname "$0")"/functions
18
. detect-environment
19
. compile-options
0 commit comments