You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by gr...@apache.org on 2019/07/09 17:38:58 UTC

[kudu] branch branch-1.10.x updated (aae62a8 -> 30c32bb)

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

granthenke pushed a change to branch branch-1.10.x
in repository https://gitbox.apache.org/repos/asf/kudu.git.


    from aae62a8  [docs] Add release note links
     new be85340  [docs] Pin the bundler install to 1.17.3
     new 30c32bb  Bump version to 1.10.1-SNAPSHOT

The 2 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.


Summary of changes:
 docs/support/scripts/make_docs.sh | 5 ++++-
 version.txt                       | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)


[kudu] 01/02: [docs] Pin the bundler install to 1.17.3

Posted by gr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

granthenke pushed a commit to branch branch-1.10.x
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit be8534055c7dad16b2bfe6b7f81ac62b51d279e0
Author: Grant Henke <gr...@apache.org>
AuthorDate: Tue Jul 9 10:38:05 2019 -0500

    [docs] Pin the bundler install to 1.17.3
    
    The bundler install is pinned to an explicit version because
    versions after 2.0.0 require ruby >= 2.3.0 which is not
    available on many supported operating systems.
    
    Change-Id: Iafbcd31c28a9c8b2444bf83b99dc97882f8c2b5d
    Reviewed-on: http://gerrit.cloudera.org:8080/13824
    Tested-by: Kudu Jenkins
    Reviewed-by: Andrew Wong <aw...@cloudera.com>
    (cherry picked from commit b612181916be426b18e5cc5490ac1a2d23355936)
    Reviewed-on: http://gerrit.cloudera.org:8080/13826
---
 docs/support/scripts/make_docs.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/support/scripts/make_docs.sh b/docs/support/scripts/make_docs.sh
index 1033c5f..b9837ba 100755
--- a/docs/support/scripts/make_docs.sh
+++ b/docs/support/scripts/make_docs.sh
@@ -103,7 +103,10 @@ BUNDLE="$GEM_PATH/bin/bundle"
 echo "Locally installing ruby gems needed to build docs."
 if [ ! -x "$BUNDLE" ]; then
   set -x
-  gem install --no-ri --no-rdoc -q --install-dir "$GEM_PATH" bundler
+  # The bundler install is pinned to an explicit version because versions after
+  # 2.0.0 require ruby >= 2.3.0 which is not available on many supported
+  # operating systems.
+  gem install --no-ri --no-rdoc -q --install-dir "$GEM_PATH" bundler -v '1.17.3'
   set +x
 fi
 


[kudu] 02/02: Bump version to 1.10.1-SNAPSHOT

Posted by gr...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

granthenke pushed a commit to branch branch-1.10.x
in repository https://gitbox.apache.org/repos/asf/kudu.git

commit 30c32bba17a925e72daf92bc8fa3d579c87d516b
Author: Grant Henke <gr...@apache.org>
AuthorDate: Tue Jul 9 10:33:11 2019 -0500

    Bump version to 1.10.1-SNAPSHOT
    
    Change-Id: Ibb2d6d9d0305545ac9bf31d56a122f8a621f5be7
    Reviewed-on: http://gerrit.cloudera.org:8080/13823
    Tested-by: Kudu Jenkins
    Reviewed-by: Andrew Wong <aw...@cloudera.com>
---
 version.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/version.txt b/version.txt
index 81c871d..b73edae 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-1.10.0
+1.10.1-SNAPSHOT