From: Peter van Dijk Date: Thu, 30 Nov 2017 12:34:09 +0000 (+0100) Subject: add preliminary pdns-builder support X-Git-Tag: rec-4.1.0~10^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=081735dfc90bfb354984dfd80c3f06b53167a092;p=pdns add preliminary pdns-builder support --- diff --git a/build-aux/gen-version b/build-aux/gen-version index c40fc159c..a2ff21556 100755 --- a/build-aux/gen-version +++ b/build-aux/gen-version @@ -1,4 +1,11 @@ #!/bin/sh + +if [ ! -z "$BUILDER_VERSION" ]; then + printf $BUILDER_VERSION + echo $BUILDER_VERSION > .version + exit 0 +fi + VERSION="unknown" DIRTY=""