Default to HTTPS

This commit is contained in:
Pierre Pronchery 2017-10-08 17:05:51 +02:00
parent d980451702
commit cbf26a403f

View File

@ -23,7 +23,7 @@ DATE=$(date '+%Y%m%d')
DESTDIR="/var/www"
DEVNULL="/dev/null"
EMAIL="webmaster@defora.org"
HOMEPAGE="http://www.defora.org"
HOMEPAGE="https://www.defora.org"
ROOT=
SRC=
@ -32,7 +32,7 @@ CVSMODULE="DeforaOS"
[ -z "$CVSROOT" ] && CVSROOT=":pserver:anonymous@anoncvs.defora.org:/home/cvs"
#Git
[ -z "$GITROOT" ] && GITROOT="http://git.defora.org/git/DeforaOS.git"
[ -z "$GITROOT" ] && GITROOT="https://git.defora.org/git/DeforaOS.git"
#executables
CONFIGURE="configure"