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
- Host: GitHub
- URL: https://github.com/yuokada/presto-cli-rpm
- Owner: yuokada
- License: mit
- Created: 2017-04-06T05:09:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-03T17:07:46.000Z (about 6 years ago)
- Last Synced: 2025-01-11T17:35:16.493Z (4 months ago)
- Topics: presto, prestodb, rpm, trino
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```