Skip to content

Commit

Permalink
Merge branch 'gsa-8.0' into TestAlert
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Apr 8, 2019
2 parents 8bce03f + 9440bdf commit c5622a3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gsad/src/gsad.c
Expand Up @@ -88,7 +88,7 @@
#include <gvm/util/fileutils.h>
#include <microhttpd.h>

#ifdef GIT_REV_AVAILABLE
#ifdef GIT_REVISION
#include "gitrevision.h"
#endif

Expand Down

0 comments on commit c5622a3

Please sign in to comment.