summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/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")