You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by we...@apache.org on 2017/03/03 14:33:02 UTC

parquet-cpp git commit: PARQUET-901: Publish RCs in apache-parquet-cpp-VERSION in SVN

Repository: parquet-cpp
Updated Branches:
  refs/heads/master d9f693ddf -> 0343418c3


PARQUET-901: Publish RCs in apache-parquet-cpp-VERSION in SVN

Author: Uwe L. Korn <uw...@apache.org>

Closes #264 from xhochy/PARQUET-901 and squashes the following commits:

3a39aeb [Uwe L. Korn] PARQUET-901: Publish RCs in apache-parquet-cpp-VERSION in SVN


Project: http://git-wip-us.apache.org/repos/asf/parquet-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/parquet-cpp/commit/0343418c
Tree: http://git-wip-us.apache.org/repos/asf/parquet-cpp/tree/0343418c
Diff: http://git-wip-us.apache.org/repos/asf/parquet-cpp/diff/0343418c

Branch: refs/heads/master
Commit: 0343418c3093e2816864fa9fb57fee4c868eb678
Parents: d9f693d
Author: Uwe L. Korn <uw...@apache.org>
Authored: Fri Mar 3 09:32:53 2017 -0500
Committer: Wes McKinney <we...@twosigma.com>
Committed: Fri Mar 3 09:32:53 2017 -0500

----------------------------------------------------------------------
 dev/release/release-candidate | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/parquet-cpp/blob/0343418c/dev/release/release-candidate
----------------------------------------------------------------------
diff --git a/dev/release/release-candidate b/dev/release/release-candidate
index 37caeb1..bccb448 100755
--- a/dev/release/release-candidate
+++ b/dev/release/release-candidate
@@ -219,7 +219,7 @@ pushd ${dist_dir}
   shasum ${dist_name}.tar.gz > ${dist_name}.tar.gz.sha
 popd
 
-parquet_svn_rc_url="${parquet_svn_dist_url}/${rc_version}"
+parquet_svn_rc_url="${parquet_svn_dist_url}/apache-parquet-cpp-${rc_version}"
 
 # Publish release candidate to svn and commit and push the new git tag
 if [[ $publish == 1 ]]; then