Default to HTTPS
This commit is contained in:
parent
115bfc14c0
commit
a7516898e3
@ -34,7 +34,7 @@ DESTDIR="/var/www/htdocs/download/snapshots"
|
||||
DEVNULL="/dev/null"
|
||||
EMAIL="build@lists.defora.org"
|
||||
FILE="DeforaOS-daily.iso"
|
||||
HOMEPAGE="http://www.defora.org"
|
||||
HOMEPAGE="https://www.defora.org"
|
||||
KERNEL_VERSION="2.4.37.7"
|
||||
KERNEL_PATH="/usr/src/linux-$KERNEL_VERSION"
|
||||
MODULE="DeforaOS"
|
||||
|
@ -23,7 +23,7 @@ DATE=$(date '+%Y%m%d')
|
||||
DESTDIR="/var/www"
|
||||
DEVNULL="/dev/null"
|
||||
EMAIL="devel@lists.defora.org"
|
||||
HOMEPAGE="http://www.defora.org"
|
||||
HOMEPAGE="https://www.defora.org"
|
||||
ROOT=
|
||||
SRC=
|
||||
|
||||
@ -33,7 +33,7 @@ SRC="$HOME/$CVSMODULE"
|
||||
[ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user