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.
2 parents ace3cc9 + 2603183 commit d8a7c02Copy full SHA for d8a7c02
build-scripts/version
@@ -17,7 +17,8 @@
17
18
# The CFVERSION file is generated by the determine-version.sh script in the core
19
# repository. The script is executed when you run the autogen.sh.
20
-VERSION=$(cat "$BASEDIR"/core/CFVERSION)
+CORE_VERSION=$(cat "$BASEDIR"/core/CFVERSION)
21
+VERSION="${EXPLICIT_VERSION:-$CORE_VERSION}"
22
echo "$(basename $0): Debug: Detected CFEngine version number $VERSION"
23
24
# The RELEASE number is the actual release of the package. It starts as 1 and
0 commit comments