Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDick Porter <dick@acm.org>2002-02-20 19:16:47 +0300
committerDick Porter <dick@acm.org>2002-02-20 19:16:47 +0300
commit5fc5c5a0dfbbea62a9dc05ef4bd8a6b51859987e (patch)
treea3f741ee6d260aad0a2662b29e6e423a912ffa15 /web/mono-build-w32.sh
parenteb4fe4d252b573a33af0a320d59b8026e7d90e51 (diff)
Use go-mono.com instead of go-mono.org, default CVSROOT
to anoncvs.go-mono.com svn path=/trunk/mono/; revision=2539
Diffstat (limited to 'web/mono-build-w32.sh')
-rwxr-xr-xweb/mono-build-w32.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/mono-build-w32.sh b/web/mono-build-w32.sh
index fa0a1ee5c41..37e0e708036 100755
--- a/web/mono-build-w32.sh
+++ b/web/mono-build-w32.sh
@@ -19,7 +19,7 @@ PATH=$here/install/bin:$here/install/lib:$PATH
# Check mono out first, so we can run aclocal from inside the mono dir (it
# needs to see which version of the real aclocal to run)
-test -z "$CVSROOT" && CVSROOT=:pserver:anonymous@reypastor.hispalinux.es:/mono
+test -z "$CVSROOT" && CVSROOT=:pserver:anonymous@anoncvs.go-mono.com:/mono
export CVSROOT
echo "Updating mono"