Default to git.defora.org instead of github.com for Git mode
This commit is contained in:
parent
3fad34bf69
commit
53f716f8eb
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user