updated to use new CVS server name
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1253 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -53,7 +53,7 @@ class Job
|
||||
@title = title
|
||||
@unixName = unixName
|
||||
if (@location == "Sourceforge")
|
||||
@cvsroot = ':pserver:anonymous@cvs.' + unixName + '.sourceforge.net:/cvsroot/' + unixName
|
||||
@cvsroot = ':pserver:anonymous@cvs1:/cvsroot/' + unixName
|
||||
else
|
||||
@cvsroot = ':pserver:anoncvs@cvs.apache.org:/home/cvspublic'
|
||||
end
|
||||
|
Reference in New Issue
Block a user