Community
Participate
Working Groups
Our build job rap-runtime calls the following command from a shell script: cvs -Q -f -d:pserver:anonymous@dev.eclipse.org:/cvsroot/rt checkout \ -d ./builder -r $cvsTag $builderCvsPath Since the recent file server change, this command fails with the message: Unknown host dev.eclipse.org.
There was a DNS entry missing on our internal DNS for 'dev.eclipse.org'. git is a CNAME for it. I've added it; can you confirm that it works?
I can confirm that cvs can checkout from dev.eclipse.org again. Thanks for the quick fix.
Fixed it is.