Exclude the pgAdmin repos from the FTP crawl.
authorDave Page <dpage@pgadmin.org>
Wed, 16 Sep 2020 10:44:31 +0000 (11:44 +0100)
committerDave Page <dpage@pgadmin.org>
Wed, 16 Sep 2020 10:44:31 +0000 (11:44 +0100)
tools/ftp/spider_ftp.py

index 159c419ddc55f749d290d3f2e9efb60be3443a8e..bb1bf1d5f163dd6d4bcbe8c000a7f88c896cd4bd 100755 (executable)
@@ -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 = {}