• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..10-Nov-2021-

apache-arrow/H10-Nov-2021-3,4142,922

apache-arrow-apt-source/H10-Nov-2021-464388

apache-arrow-release/H10-Nov-2021-334283

apt/H10-Nov-2021-11888

yum/H10-Nov-2021-159120

.gitignoreH A D10-Nov-2021962 2927

README.mdH A D10-Nov-20211.1 KiB4115

RakefileH A D10-Nov-20216.2 KiB250225

github.linux.amd64.ymlH A D10-Nov-20214.7 KiB139133

helper.rbH A D10-Nov-20212.2 KiB7146

package-task.rbH A D10-Nov-202115.6 KiB646527

travis.linux.arm64.ymlH A D10-Nov-20214.1 KiB156143

README.md

1<!---
2  Licensed to the Apache Software Foundation (ASF) under one
3  or more contributor license agreements.  See the NOTICE file
4  distributed with this work for additional information
5  regarding copyright ownership.  The ASF licenses this file
6  to you under the Apache License, Version 2.0 (the
7  "License"); you may not use this file except in compliance
8  with the License.  You may obtain a copy of the License at
9
10    http://www.apache.org/licenses/LICENSE-2.0
11
12  Unless required by applicable law or agreed to in writing,
13  software distributed under the License is distributed on an
14  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15  KIND, either express or implied.  See the License for the
16  specific language governing permissions and limitations
17  under the License.
18-->
19
20# Linux packages for Apache Arrow C++ and GLib
21
22## Requirements
23
24  * Ruby
25  * Docker
26  * Tools to build tar.gz for Apache Arrow C++ and GLib
27
28## How to build .deb packages
29
30```console
31% rake version:update
32% rake apt
33```
34
35## How to build .rpm packages
36
37```console
38% rake version:update
39% rake yum
40```
41