diff options
| author | Sebastian Heinlein <sebi@sebi-pc.daheim> | 2006-11-26 11:07:55 +0100 |
|---|---|---|
| committer | Sebastian Heinlein <sebi@sebi-pc.daheim> | 2006-11-26 11:07:55 +0100 |
| commit | 70cdd6e712f38732ff6502bdbb3b8a523f0bbdf7 (patch) | |
| tree | 7b350d34dd94fa3a3681ad2b89ff3c06994966ee | |
| parent | 49198e04b8b12ae8a482d482c0de03291c5caea3 (diff) | |
| download | python-apt-70cdd6e712f38732ff6502bdbb3b8a523f0bbdf7.tar.gz | |
* rename mirrors get script: it is Ubuntu specific
| -rwxr-xr-x | utils/get_ubuntu_mirrors.py (renamed from utils/get_mirrors.py) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/get_mirrors.py b/utils/get_ubuntu_mirrors.py index 401db7ac..62b18ba6 100755 --- a/utils/get_mirrors.py +++ b/utils/get_ubuntu_mirrors.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# get_mirrors.py +# get_ubuntu_mirrors.py # # Download the latest list with available mirrors from the Ubuntu # wiki and extract the hosts from the raw page @@ -33,7 +33,7 @@ import sys # the list of official Ubuntu servers mirrors = [] # path to the local mirror list -list_path = "../data/templates/mirrors.list" +list_path = "../data/templates/Ubuntu.mirrors" req = urllib2.Request("https://wiki.ubuntu.com/Archive?action=raw") |
