Not happy with the way this lists not the source URLS, but the local file names.
authorSteven Black <redacted>
Tue, 10 Nov 2015 04:03:23 +0000 (23:03 -0500)
committerSteven Black <redacted>
Tue, 10 Nov 2015 04:03:23 +0000 (23:03 -0500)
updateHostsFile.py

index 650160d34b882a93b1671b3333cd0622a0d6dca3..0aeed0e61e3aaf076bc2f2998b6c9f73336a1d85 100755 (executable)
@@ -282,11 +282,6 @@ def writeOpeningHeader(finalFile):
        writeData(finalFile, '# This file is a merged collection of hosts from reputable sources,\n')
        writeData(finalFile, '# with a dash of crowd sourcing via Github\n#\n')
        writeData(finalFile, '# Project home page: https://github.com/StevenBlack/hosts\n#\n')
-       writeData(finalFile, '# Current sources:\n')
-       for source in SOURCES:
-               writeData(finalFile, '#    ' + source + '\n')
-       writeData(finalFile, '#\n')
-       writeData(finalFile, '# Merging these sources produced ' + "{:,}".format( numberOfRules ) + ' unique entries\n')
        writeData(finalFile, '# ===============================================================\n')
        writeData(finalFile, '\n')
        writeData(finalFile, '127.0.0.1 localhost\n')
git clone https://git.99rst.org/PROJECT