]> granicus.if.org Git - pdns/commitdiff
only LGTM auth on this branch
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 12 Jul 2019 11:04:42 +0000 (13:04 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 12 Jul 2019 11:04:42 +0000 (13:04 +0200)
lgtm.yml

index a78d90d5e36dd6a9abe7831b32ea801601904195..4f39a73a9a428e97d9b6e657e5a5a325243fcef6 100644 (file)
--- 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: