Repository: arrow
Updated Branches:
  refs/heads/master 74ad4a82b -> ccf83f485


ARROW-985: [GLib] Update package information

Author: Kouhei Sutou <k...@clear-code.com>

Closes #662 from kou/glib-update-package-info and squashes the following 
commits:

9005ddd [Kouhei Sutou] [GLib] Update package information


Project: http://git-wip-us.apache.org/repos/asf/arrow/repo
Commit: http://git-wip-us.apache.org/repos/asf/arrow/commit/ccf83f48
Tree: http://git-wip-us.apache.org/repos/asf/arrow/tree/ccf83f48
Diff: http://git-wip-us.apache.org/repos/asf/arrow/diff/ccf83f48

Branch: refs/heads/master
Commit: ccf83f48516386e75b844bbc9ad46c1a9a259a92
Parents: 74ad4a8
Author: Kouhei Sutou <k...@clear-code.com>
Authored: Tue May 9 09:00:35 2017 -0400
Committer: Wes McKinney <wes.mckin...@twosigma.com>
Committed: Tue May 9 09:00:35 2017 -0400

----------------------------------------------------------------------
 c_glib/README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/ccf83f48/c_glib/README.md
----------------------------------------------------------------------
diff --git a/c_glib/README.md b/c_glib/README.md
index b6e08e3..7d0ea3a 100644
--- a/c_glib/README.md
+++ b/c_glib/README.md
@@ -55,6 +55,7 @@ There are supported platforms:
   * Debian GNU/Linux Jessie
   * Ubuntu 16.04 LTS
   * Ubuntu 16.10
+  * Ubuntu 17.04
   * CentOS 7
 
 You can feedback to https://github.com/kou/arrow-packages about
@@ -62,6 +63,13 @@ packages things.
 
 #### Debian GNU/Linux jessie
 
+You need to install `apt-transport-https` to use HTTPS for APT
+repository.
+
+```text
+% sudo apt install -y apt-transport-https
+```
+
 You need to add the following apt-lines to
 `/etc/apt/sources.list.d/groonga.list`:
 
@@ -84,7 +92,7 @@ Now you can install Arrow GLib packages:
 % sudo apt install -y libarrow-glib-dev
 ```
 
-#### Ubuntu 16.04 LTS and Ubuntu 16.10
+#### Ubuntu
 
 You need to add an APT repository:
 

Reply via email to