Skip to content

Commit e4d98d8

Browse files
committed
compile: Documented script
Ticket: ENT-12600 Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent e5dc631 commit e4d98d8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

build-scripts/compile

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

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+
317
. "$(dirname "$0")"/functions
418
. detect-environment
519
. compile-options

0 commit comments

Comments
 (0)