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:30 UTC

[ignite-release] branch ignite-12083 created (now 92ee490)

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

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


      at 92ee490  IGNITE-12083: Change release scripts according pre-build DEB/RPM folders

This branch includes the following new commits:

     new 92ee490  IGNITE-12083: Change release scripts according pre-build DEB/RPM folders

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by dp...@apache.org.
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"
 
 
 #