-
Notifications
You must be signed in to change notification settings - Fork 32
Home
hgomez edited this page Jan 24, 2013
·
10 revisions
Goal of this project is to provide Native Packages (RPM/DEB) to show how to design, build and use them to ease your DevOps experience.
For now OpenSuse and SLES RPM distributions works out of the box and Ubuntu packages are starting. CentOS/RHEL/Fedora packages will be added in a near futures (contributions welcomed).
These packages could be used in one shot mode or deployed in yum/deb repositories.
You could then manipulate them manually or via Puppet/Chef tools.
Ensure you have curl, bzip2, git, tar, zip installed :
sudo zypper install git-core zip bzip2 unzip tar curl
sudo yum install git-core zip bzip2 unzip tar curl
sudo yum install git-core zip bzip2 unzip tar curl
rpm build tools should be installed :
sudo zypper install rpm-build gpg
sudo yum install rpm-build gpg
sudo yum install rpm-build gpg rpmbuild rpm-sign