modified version of jenkins debian glue (https://github.com/mika/jenkins-debian-glue) for devuan
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
833 B
28 lines
833 B
Install jenkins.rb on Debian
|
|
----------------------------
|
|
|
|
Goal: Clean installation of https://github.com/cowboyd/jenkins.rb on Debian.
|
|
|
|
Recipe provided by Michael Prokop:
|
|
|
|
mkdir jenkins-rb.deb ; cd jenkins-rb.deb
|
|
gem2deb httparty
|
|
gem2deb crack
|
|
gem2deb thor
|
|
sudo apt-get install libterm-ansicolor-ruby ruby-json libbuilder-ruby
|
|
sudo dpkg -i ruby-crack_*.deb ruby-httparty_*.deb ruby-jenkins_*.deb ruby-thor_*.deb
|
|
|
|
Recipe provided by Michael Gebetsroither:
|
|
|
|
git clone git://github.com/gebi/rubyrrdtool.git
|
|
cd rubyrrdtool
|
|
ruby extconf.rb
|
|
make
|
|
checkinstall -D --pkgname=rubyrrdtool --maintainer=whatever@example.org --install=no --pkgversion=0.6.0 make install
|
|
|
|
Install python-jenkins on Debian
|
|
--------------------------------
|
|
|
|
Goal: Clean installation of https://launchpad.net/python-jenkins on Debian.
|
|
|
|
TODO
|
|
|