From fbc499d03388a127046ad6d5be6f8280b892c2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sun, 22 May 2016 16:39:02 +0200 Subject: [PATCH] daca2-download.py: minor tweaks --- tools/daca2-download.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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/']