Skip to content

zlig/rpm-builder-bintray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages