Default to HTTPS
This commit is contained in:
parent
d980451702
commit
cbf26a403f
|
@ -23,7 +23,7 @@ DATE=$(date '+%Y%m%d')
|
||||||
DESTDIR="/var/www"
|
DESTDIR="/var/www"
|
||||||
DEVNULL="/dev/null"
|
DEVNULL="/dev/null"
|
||||||
EMAIL="webmaster@defora.org"
|
EMAIL="webmaster@defora.org"
|
||||||
HOMEPAGE="http://www.defora.org"
|
HOMEPAGE="https://www.defora.org"
|
||||||
ROOT=
|
ROOT=
|
||||||
SRC=
|
SRC=
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ CVSMODULE="DeforaOS"
|
||||||
[ -z "$CVSROOT" ] && CVSROOT=":pserver:anonymous@anoncvs.defora.org:/home/cvs"
|
[ -z "$CVSROOT" ] && CVSROOT=":pserver:anonymous@anoncvs.defora.org:/home/cvs"
|
||||||
|
|
||||||
#Git
|
#Git
|
||||||
[ -z "$GITROOT" ] && GITROOT="http://git.defora.org/git/DeforaOS.git"
|
[ -z "$GITROOT" ] && GITROOT="https://git.defora.org/git/DeforaOS.git"
|
||||||
|
|
||||||
#executables
|
#executables
|
||||||
CONFIGURE="configure"
|
CONFIGURE="configure"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user