Skip to content

arioch/build-drush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  • FPM
  • Ruby 1.8 or higher
  • rpmbuild

Usage

RHEL/CentOS:

yum install rpm-build
gem install fpm --no-rdoc --no-ri
cd build
make

Debian:

apt-get install rpm
gem install fpm --no-rdoc --no-ri
cd build
make

Optional

  • Jenkins

In order to have Jenkins to build your packages simply add a new command shell build directive, with the following content:

make
  • Vagrant

An example Vagrant project has been included to get you started right away.

cd vagrant
vagrant up
make

About

A small script to build Drush packages for RHEL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published