[sysadmin-bin] advertise https, not http
- From: Olav Vitters <ovitters src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] advertise https, not http
- Date: Tue, 24 Sep 2013 10:33:08 +0000 (UTC)
commit bbe3f7f56da053ff58a62e116a92a0d6951ebb4b
Author: Olav Vitters <olav vitters nl>
Date: Tue Sep 24 12:33:05 2013 +0200
advertise https, not http
ftpadmin | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ftpadmin b/ftpadmin
index 982a65c..fe9546c 100755
--- a/ftpadmin
+++ b/ftpadmin
@@ -254,8 +254,8 @@ class BasicInfo(object):
FTPROOT='/ftp/pub/GNOME'
FTPROOT_DEBUG='/ftp/tmp'
- URLROOT='http://download.gnome.org'
- DOAPURL='http://git.gnome.org/doap/%s'
+ URLROOT='https://download.gnome.org'
+ DOAPURL='https://git.gnome.org/doap/%s'
BLOCKSIZE=2*1024*1024 # (dot will be printed per block for progress indication)
# Note: this defines the formats install-module can read
@@ -1143,7 +1143,7 @@ broken http clients, and to use http as it is less taxing on the server.""" % "/
The ftp-release-list email uses information from the modules DOAP file. Make
sure at least the following fields are filled in:
name, shortdesc, description, download-page, bug-database
-See http://live.gnome.org/MaintainersCorner#doap"""
+See https://wiki.gnome.org/MaintainersCorner#doap"""
def _call_cmd(self, cmd):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]