Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.02 KB

rpm-builder-bintray

Status

Download Build Status License

Summary

Builder tool to create Red Hat / CentOS .rpm packages (using Travis) and upload to Bintray

Description

This package doesn't do anything, its only purpose is to build a RPM package using Travis CI, and then distribute it via Bintray, to allow installing on any server using a yum command.

Instructions

  • Install the repository by creating the file /etc/yum.repos.d/zlig.repo:
echo "[zlig]
name=zlig
baseurl=https://dl.bintray.com/zlig/rpm
gpgcheck=0
repo_gpgcheck=0
enabled=1" | sudo tee -a /etc/yum.repos.d/zlig.repo
  • Install the package
sudo yum install rpm-builder-bintray