From: Michael B. <mic...@gm...> - 2011-10-13 07:00:40
|
Just made that same change to the 2.7.x docs build script after it reported the same host error. However, I then saw that the javadocs build was failing too (same reason) and decided I should stop kludging the scripts :) Michael On 13 October 2011 11:51, Michael Bedward <mic...@gm...> wrote: > Hi Justin and all, > > The trunk docs build was falling over when trying to transfer the zip > files to the doc server: > > + scp -i /home/tomcat/.ssh/id_rsa_geotools web.zip > geo...@pr...:/home/geotools/latest > ssh: Could not resolve hostname projects.osgeo.osuosl.org: Name or > service not known > lost connection > > I could ssh into geotools.org ok but when I tried > projects.osgeo.osuosl.org I get: > > The authenticity of host 'projects.osgeo.osuosl.org (140.211.15.75)' > can't be established. > RSA key fingerprint is a7:05:f6:a5:02:ec:92:73:4a:0a:12:16:4c:11:e1:1c. > Are you sure you want to continue connecting (yes/no)? > > I've temporarily changed the host name from > "projects.osgeo.osuosl.org" to "geotools.org" which seems to have > fixed the build. > > Michael > |