Skip to content

CentOS/Redhat files that can help you build a statsd RPM

Notifications You must be signed in to change notification settings

cPanelScott/statsd-centos-07-rpm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

statsd-centos-rpm

CentOS/Redhat files that can help you build a statsd RPM using the latest StatsD release (v0.7.2)

Instructions:

sudo rpm -ivh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
sudo yum install rpm-build rpmdevtools
rpmdev-setuptree
./misc/copy-for-building.sh
wget https://github.com/etsy/statsd/archive/v0.7.2.tar.gz -O ~/rpmbuild/SOURCES/statsd-0.7.2.tar.gz
rpmbuild --clean -ba ~/rpmbuild/SPECS/statsd.spec # Add "--with systemd" for CentOS7
sudo yum install --nogpgcheck ~/rpmbuild/RPMS/noarch/statsd-0.7.2-1.noarch.rpm
>>>>>>> Stashed changes

About

CentOS/Redhat files that can help you build a statsd RPM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.0%
  • Shell 26.0%