Updated the default GITROOT to be that hosted by the DeforaOS Project

This commit is contained in:
Pierre Pronchery 2013-03-17 21:35:40 +01:00
parent 3fb68a2c62
commit 562eaad839

View File

@ -33,7 +33,7 @@ SRC="$HOME/$CVSMODULE"
[ -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"