Default to git.defora.org instead of github.com for Git mode

This commit is contained in:
Pierre Pronchery 2013-07-22 02:22:19 +02:00
parent 3fad34bf69
commit 53f716f8eb

View File

@ -31,7 +31,7 @@ CVSMODULE="DeforaOS"
[ -z "$CVSROOT" ] && CVSROOT=":pserver:anonymous@anoncvs.defora.org:/home/cvs"
#Git
[ -z "$GITROOT" ] && GITROOT="git://github.com/DeforaOS/DeforaOS.git"
[ -z "$GITROOT" ] && GITROOT="http://git.defora.org/git/DeforaOS.git"
#executables
CONFIGURE="configure"