An open API service indexing awesome lists of open source software.

https://github.com/yuokada/presto-cli-rpm


https://github.com/yuokada/presto-cli-rpm

presto prestodb rpm trino

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# presto-client-rpm

## Requires

- RHEL/Centos 7 or later
- rpmdevtool

## How to build rpm package

```
% bash ./buildrpm.sh
```

### Override BUILD_NUMBER

```
% BUILD_NUMBER=3 bash ./buildrpm.sh
```

## debug

```
% bash -x ./buildrpm.sh
```