[sysadmin-bin] Adjust the path to the MIRRORS file
- From: Andrea Veri <av src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] Adjust the path to the MIRRORS file
- Date: Fri, 30 May 2014 00:30:33 +0000 (UTC)
commit 944d1be57a800f13a2a8331432aa648cac63f0ac
Author: Andrea Veri <av gnome org>
Date: Fri May 30 02:30:27 2014 +0200
Adjust the path to the MIRRORS file
generate-mirrors-list.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/generate-mirrors-list.py b/generate-mirrors-list.py
index fece450..fa04e2c 100755
--- a/generate-mirrors-list.py
+++ b/generate-mirrors-list.py
@@ -25,7 +25,7 @@ cur = db.cursor()
continents_list = ['Europe', 'Asia', 'South America', 'United States and Canada', 'Australia', 'Other']
time = strftime("%a, %d %b %Y %H:%M:%S +0000", gmtime())
-f = open ('/mnt/nfs_data/ftp/pub/GNOME/MIRRORS', 'w' )
+f = open ('/ftp/pub/GNOME/MIRRORS', 'w' )
f.write('GNOME HTTP and FTP mirrors list' + '\n')
for location in continents_list:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]