diff --git a/tools/daca2-download.py b/tools/daca2-download.py index d5838834b..5cbd95244 100644 --- a/tools/daca2-download.py +++ b/tools/daca2-download.py @@ -1,10 +1,10 @@ #!/usr/bin/python # -# 1. Create a folder daca2 in your HOME folder -# 2. Put cppcheck-O2 in daca2. It should be built with all optimisations. -# 3. Optional: Put a file called "suppressions.txt" in the daca2 folder. -# 4. Optional: tweak FTPSERVER and FTPPATH in this script below. -# 5. Run the daca2 script: python daca2.py FOLDER +# Downloads all daca2 source code packages. +# +# Usage: +# $ mkdir ~/daca2-packages && python daca2-download.py + import subprocess import sys @@ -14,8 +14,7 @@ import os import datetime import time -DEBIAN = ['ftp://ftp.sunet.se/pub/Linux/distributions/Debian/debian/', - 'http://ftp.sunet.se/pub/Linux/distributions/Debian/debian/', +DEBIAN = ['ftp://ftp.se.debian.org/debian/', 'ftp://ftp.debian.org/debian/']