From: Peter van Dijk Date: Fri, 12 Jul 2019 11:04:42 +0000 (+0200) Subject: only LGTM auth on this branch X-Git-Tag: auth-4.2.0-rc3~15^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8072%2Fhead;p=thirdparty%2Fpdns.git only LGTM auth on this branch --- diff --git a/lgtm.yml b/lgtm.yml index a78d90d5e3..4f39a73a9a 100644 --- a/lgtm.yml +++ b/lgtm.yml @@ -12,25 +12,11 @@ extraction: cpp: configure: command: - - "pushd pdns/dnsdistdist" - - "sed -i '/^dist_man_MANS/d' Makefile.am" - - "autoreconf -vi && ./configure" - - "popd" - - "pushd pdns/recursordist/" - - "sed -i '/^dist_man_MANS/d' Makefile.am" - - "autoreconf -vi && ./configure" - - "popd" - "sed -i 's/codedocs docs//' Makefile.am" - "autoreconf -vi" - "./configure --with-modules='bind gsqlite3 gmysql gpgsql ldap'" index: build_command: - - "pushd pdns/dnsdistdist" - - "make" - - "popd" - - "pushd pdns/recursordist" - - "make" - - "popd" - "make" python: python_setup: