vveider commented on a change in pull request #5: IGNITE-12083: Change release scripts according pre-build DEB/RPM folders URL: https://github.com/apache/ignite-release/pull/5#discussion_r315233852 ########## File path: scripts/vote_3_step_3[svn]deploy_artifacts.sh ########## @@ -14,7 +14,8 @@ 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" + +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" Review comment: Guess we should stop uploading packages to SVN. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services