From e437ff4d3c84102092d6da0f1478cc54fcd84844 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 1 Jul 2014 23:13:34 +0200 Subject: moved buildsystem towards new server model. --- buildScripts/website.ant.xml | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) (limited to 'buildScripts') diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 4e4a1ea0..6f54c0fd 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -181,17 +181,17 @@ such as converting the changelog into HTML, and creating javadoc. - + + username="${ssh.username}" + keyfile="${ssh.keyfile}" passphrase="" + trust="true" command="/data/lombok/stagingCmd/deployWebsite" /> @@ -270,16 +270,11 @@ such as converting the changelog into HTML, and creating javadoc. - - - - - - Aborted. - + + ssh.username and ssh.keyfile should be set. - - + + - - - - -- cgit