diff --git a/src/deforaos-build.sh b/src/deforaos-build.sh index 93fe4bb..5871a0a 100755 --- a/src/deforaos-build.sh +++ b/src/deforaos-build.sh @@ -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" diff --git a/src/deforaos-update.sh b/src/deforaos-update.sh index 9bec57b..2d752c4 100755 --- a/src/deforaos-update.sh +++ b/src/deforaos-update.sh @@ -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"