From: Misha Brukman Date: Mon, 13 Oct 2003 20:28:48 +0000 (+0000) Subject: LLVM CVS repository has moved. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d12fa6c1045c80e314dbc3be3a2d7b45652a62ad;p=oota-llvm.git LLVM CVS repository has moved. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9099 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/NightlyTest.pl b/utils/NightlyTest.pl index e3f118a7bef..6b22295acf7 100755 --- a/utils/NightlyTest.pl +++ b/utils/NightlyTest.pl @@ -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";