Return-Path: X-Original-To: apmail-aurora-commits-archive@minotaur.apache.org Delivered-To: apmail-aurora-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6FDC2114FD for ; Thu, 17 Jul 2014 22:54:11 +0000 (UTC) Received: (qmail 3180 invoked by uid 500); 17 Jul 2014 22:54:11 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 3152 invoked by uid 500); 17 Jul 2014 22:54:11 -0000 Mailing-List: contact commits-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list commits@aurora.incubator.apache.org Received: (qmail 3143 invoked by uid 99); 17 Jul 2014 22:54:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jul 2014 22:54:11 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 17 Jul 2014 22:54:12 +0000 Received: (qmail 811 invoked by uid 99); 17 Jul 2014 22:53:47 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jul 2014 22:53:47 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E33408C16B8; Thu, 17 Jul 2014 22:53:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kevints@apache.org To: commits@aurora.incubator.apache.org Message-Id: <8cd02d1499e544bb84c084528af73dc4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Fix release-candidate script to use apache-aurora-* Date: Thu, 17 Jul 2014 22:53:46 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-aurora Updated Branches: refs/heads/master 5cf760bf3 -> 7d28711a1 Fix release-candidate script to use apache-aurora-* Reviewed at https://reviews.apache.org/r/23667/ Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/7d28711a Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/7d28711a Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/7d28711a Branch: refs/heads/master Commit: 7d28711a18fbd5f0f7520c39226b52a503edb5f3 Parents: 5cf760b Author: Kevin Sweeney Authored: Thu Jul 17 15:53:30 2014 -0700 Committer: Kevin Sweeney Committed: Thu Jul 17 15:53:30 2014 -0700 ---------------------------------------------------------------------- build-support/release/release-candidate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/7d28711a/build-support/release/release-candidate ---------------------------------------------------------------------- diff --git a/build-support/release/release-candidate b/build-support/release/release-candidate index f786b6d..5601229 100755 --- a/build-support/release/release-candidate +++ b/build-support/release/release-candidate @@ -207,7 +207,7 @@ if [[ $publish == 1 ]]; then echo "Publishing release candidate to ${aurora_svn_dist_url}/${current_version_tag}" svn mkdir ${aurora_svn_dist_url}/${current_version_tag} -m "aurora-${current_version} release candidate ${rc_tag_version}" svn co --depth=empty ${aurora_svn_dist_url}/${current_version_tag} ${dist_dir} - svn add aurora-* + svn add ${dist_name}* svn ci -m "aurora-${current_version} release candidate ${rc_tag_version}" echo "Pushing new branch ${current_version_tag} to origin"