File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -328,8 +328,8 @@ def run(self):
328328 log .info ('skipped integration docs (already downloaded)' )
329329 else :
330330 log .info ('downloading integration docs' )
331- from sentry .utils .integrationdocs import sync_docs
332- sync_docs ()
331+ # from sentry.utils.integrationdocs import sync_docs
332+ # sync_docs() # commented by hzwangzhiwei @20160331
333333
334334 self .update_manifests ()
335335
Original file line number Diff line number Diff line change @@ -809,20 +809,6 @@ def create_partitioned_queues(name):
809809# http://en.wikipedia.org/wiki/Reserved_IP_addresses
810810SENTRY_DISALLOWED_IPS = (
811811 '0.0.0.0/8' ,
812- '10.0.0.0/8' ,
813- '100.64.0.0/10' ,
814- '127.0.0.0/8' ,
815- '169.254.0.0/16' ,
816- '172.16.0.0/12' ,
817- '192.0.0.0/29' ,
818- '192.0.2.0/24' ,
819- '192.88.99.0/24' ,
820- '192.168.0.0/16' ,
821- '198.18.0.0/15' ,
822- '198.51.100.0/24' ,
823- '224.0.0.0/4' ,
824- '240.0.0.0/4' ,
825- '255.255.255.255/32' ,
826812)
827813
828814# Fields which managed users cannot change via Sentry UI. Username and password
You can’t perform that action at this time.
0 commit comments