commit | 0be0d974c37d41148689dd752ff71a1fb09bb17f | [log] [tgz] |
---|---|---|
author | david_williams <david_williams> | Sat Feb 16 05:38:57 2008 +0000 |
committer | david_williams <david_williams> | Sat Feb 16 05:38:57 2008 +0000 |
tree | 018efdecb57ad8a309a37a04a6fb1a20f6a8cbd7 | |
parent | 680208d51d716e97f6613abc225bd74a1681f6e9 [diff] [blame] |
improve promote script to use rsync instead of cp
diff --git a/releng.control/commonVariations.shsource b/releng.control/commonVariations.shsource index 8e02f35..7d4a777 100644 --- a/releng.control/commonVariations.shsource +++ b/releng.control/commonVariations.shsource
@@ -121,3 +121,5 @@ # TODO we need to work into cc_config as well ... so signing is # always skipped for 2.0 based builds. export SKIP_JAR_SIGNING=true + +export REMOTE_SSH_COMMAND="ssh david_williams@build.eclipse.org "