LLVM CVS repository has moved.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9099 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2003-10-13 20:28:48 +00:00
parent 4296088ccf
commit d12fa6c104

View File

@ -33,7 +33,7 @@ use POSIX qw(strftime);
my $HOME = $ENV{'HOME'};
my $CVSRootDir = $ENV{'CVSROOT'};
my $CVSRootDir = "/home/vadve/vadve/Research/DynOpt/CVSRepository"
my $CVSRootDir = "/home/vadve/shared/PublicCVS"
unless $CVSRootDir;
my $BuildDir = "$HOME/buildtest";
my $WebDir = "$HOME/cvs/testresults-X86";