You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2019/08/18 17:57:31 UTC

[ignite-release] 01/01: IGNITE-12083: Change release scripts according pre-build DEB/RPM folders

This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch ignite-12083
in repository https://gitbox.apache.org/repos/asf/ignite-release.git

commit 92ee4906f1536c8e828328635017914d3a479fa6
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Sun Aug 18 20:57:17 2019 +0300

    IGNITE-12083: Change release scripts according pre-build DEB/RPM folders
---
 scripts/vote_3_step_3[svn]deploy_artifacts.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/scripts/vote_3_step_3[svn]deploy_artifacts.sh b/scripts/vote_3_step_3[svn]deploy_artifacts.sh
index 7f48ecd..09b5dab 100644
--- a/scripts/vote_3_step_3[svn]deploy_artifacts.sh
+++ b/scripts/vote_3_step_3[svn]deploy_artifacts.sh
@@ -14,7 +14,9 @@ echo "RC ${ignite_version}${rc_name}"
 # Uncomment subsequent line in case you want to remove incorrectly prepared RC
 #svn rm -m "Removing redundant Release" https://dist.apache.org/repos/dist/dev/ignite/$ignite_version$rc_name || true
 svn import svn/vote https://dist.apache.org/repos/dist/dev/ignite/$ignite_version$rc_name -m "New RC ${ignite_version}${rc_name}: Binaries"
-svn import packaging/pkg https://dist.apache.org/repos/dist/dev/ignite/packages_$ignite_version$rc_name -m "New RC ${ignite_version}${rc_name}: Packages"
+
+# Change source folder to packaging in case locally build packages (from scripts/vote_3_step_1[packages]_optional_build.sh) should be deployed
+svn import packages/pkg https://dist.apache.org/repos/dist/dev/ignite/packages_$ignite_version$rc_name -m "New RC ${ignite_version}${rc_name}: Packages"
 
 
 #