projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
230b672
)
Exclude the pgAdmin repos from the FTP crawl.
author
Dave Page
<dpage@pgadmin.org>
Wed, 16 Sep 2020 10:44:31 +0000
(11:44 +0100)
committer
Dave Page
<dpage@pgadmin.org>
Wed, 16 Sep 2020 10:44:31 +0000
(11:44 +0100)
tools/ftp/spider_ftp.py
patch
|
blob
|
blame
|
history
diff --git
a/tools/ftp/spider_ftp.py
b/tools/ftp/spider_ftp.py
index 159c419ddc55f749d290d3f2e9efb60be3443a8e..bb1bf1d5f163dd6d4bcbe8c000a7f88c896cd4bd 100755
(executable)
--- 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 = {}