From 9afa08b2f9530d6c590607ebdb56329c6b9e0b9e Mon Sep 17 00:00:00 2001 From: Dave Page Date: Wed, 16 Sep 2020 11:44:31 +0100 Subject: [PATCH] Exclude the pgAdmin repos from the FTP crawl. --- tools/ftp/spider_ftp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ftp/spider_ftp.py b/tools/ftp/spider_ftp.py index 159c419d..bb1bf1d5 100755 --- a/tools/ftp/spider_ftp.py +++ b/tools/ftp/spider_ftp.py @@ -15,7 +15,7 @@ import requests # Directories, specified from the root of the ftp tree and down, that # will be recursively excluded from the pickle. -exclude_roots = ['/repos', ] +exclude_roots = ['/repos', '/pgadmin/pgadmin4/apt', '/pgadmin/pgadmin4/yum'] allnodes = {} -- 2.39.5