daca2-download.py: minor tweaks
This commit is contained in:
parent
851c6e0ed5
commit
fbc499d033
|
@ -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/']
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue