You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2012/06/28 08:45:23 UTC

git commit: need to copy build.xml to remote machine also

Updated Branches:
  refs/heads/master 5f6387e11 -> 8ca14c863


need to copy build.xml to remote machine also


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/8ca14c86
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/8ca14c86
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/8ca14c86

Branch: refs/heads/master
Commit: 8ca14c863748d02b349a30c81557ace8d8f76144
Parents: 5f6387e
Author: Edison Su <su...@gmail.com>
Authored: Wed Jun 27 23:45:10 2012 -0700
Committer: Edison Su <su...@gmail.com>
Committed: Wed Jun 27 23:45:10 2012 -0700

----------------------------------------------------------------------
 build/build-clouddev.xml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/8ca14c86/build/build-clouddev.xml
----------------------------------------------------------------------
diff --git a/build/build-clouddev.xml b/build/build-clouddev.xml
index d557ef6..20de53d 100644
--- a/build/build-clouddev.xml
+++ b/build/build-clouddev.xml
@@ -68,6 +68,9 @@
       </fileset>
     </scp>
 
+    <scp trust="yes" port="${port}" file="build.xml" todir="root:password@${host}:/opt/incubator-cloudstack/">   
+    </scp>
+
     <echo message="copying deps folder to remote"/>
     <scp trust="yes" port="${port}" todir="root:password@${host}:/opt/incubator-cloudstack/deps">   
       <fileset dir="deps">