[sysadmin-bin] Fix the path to the file.
- From: Andrea Veri <av src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] Fix the path to the file.
- Date: Sat, 14 Sep 2013 16:30:14 +0000 (UTC)
commit b529b52fc8bbc9b530b7f0845f06303093fe6deb
Author: Andrea Veri <av gnome org>
Date: Sat Sep 14 18:29:53 2013 +0200
Fix the path to the 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 7c1b6c6..92bdeca 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 ('/ftp/pub/GNOME/MIRRORS', 'w' )
+f = open ('/mnt/nfs_data/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]