Skip to content

Commit

Permalink
Update build process to use new path locations on web servers
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhys Smith committed Oct 25, 2017
1 parent 60393a7 commit 78f9200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
-->
<property name="www.user" value="wwwscp"/>
<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.path.stats" value="/var/www/www-prod/html/fed"/>
<property name="www.path.members" value="/var/www/www-prod/externals"/>
<property name="www.url.stats" value="${www.user}@${www.hostname}:${www.path.stats}"/>
<property name="www.url.members" value="${www.user}@${www.hostname}:${www.path.members}"/>

Expand Down

0 comments on commit 78f9200

Please sign in to comment.