From notifications-return-6216-archive-asf-public=cust-asf.ponee.io@ignite.apache.org Mon Aug 19 14:15:49 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4EA51180669 for ; Mon, 19 Aug 2019 16:15:49 +0200 (CEST) Received: (qmail 71000 invoked by uid 500); 19 Aug 2019 14:15:48 -0000 Mailing-List: contact notifications-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list notifications@ignite.apache.org Received: (qmail 70976 invoked by uid 99); 19 Aug 2019 14:15:48 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Aug 2019 14:15:48 +0000 From: GitBox To: notifications@ignite.apache.org Subject: [GitHub] [ignite-release] vveider commented on a change in pull request #5: IGNITE-12083: Change release scripts according pre-build DEB/RPM folders Message-ID: <156622414860.11073.17209400421232052004.gitbox@gitbox.apache.org> Date: Mon, 19 Aug 2019 14:15:48 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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