diff --git a/.circleci/config.yml b/.circleci/config.yml index b4052c72d0..e89a18f76b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -77,7 +77,7 @@ jobs: - checkout - run: name: Configure and compile - command: mkdir build && cd build/ && cmake -DCMAKE_BUILD_TYPE=Release -DSKIP_GSA=1 .. && make install + command: mkdir build && rm -rf .git && cd build/ && cmake -DCMAKE_BUILD_TYPE=Release -DSKIP_GSA=1 .. && make install build_gsa: docker: - image: greenbone/build-env-gsa-master-debian-stretch-node8-ng diff --git a/CHANGES.md b/CHANGES.md index bf1b9ffdec..ec31b4d8e4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,10 @@ or get the entire source code repository and view log history: $ git clone https://github.com/greenbone/gsa.git $ cd gsa && git checkout gsa-8.0 && git log +## gsa 8.0.1 (unreleased) + + * Fix release build #1259 + ## gsa 8.0.0 (2018-04-05) This is the first release of the gsa module 8.0 for the Greenbone diff --git a/gsad/src/gsad.c b/gsad/src/gsad.c index efdecfcb89..354dffc904 100644 --- a/gsad/src/gsad.c +++ b/gsad/src/gsad.c @@ -88,7 +88,7 @@ #include #include -#ifdef GIT_REV_AVAILABLE +#ifdef GIT_REVISION #include "gitrevision.h" #endif