Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Update build process to take account of change of web server hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys Smith committed Mar 28, 2017
1 parent 0e335e7 commit 560511d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
Web server properties.
-->
<property name="www.user" value="wwwscp"/>
<property name="www.hostname" value="web1.infr.ukfederation.org.uk"/>
<property name="www.hostname" value="www-ne-01.infr.ukfederation.org.uk"/>
<property name="www.path.stats" value="/var/www/html/fed"/>
<property name="www.path.members" value="/var/www/externals"/>
<property name="www.url.stats" value="${www.user}@${www.hostname}:${www.path.stats}"/>
Expand Down

0 comments on commit 560511d

Please sign in to comment.