Skip to content

Commit

Permalink
try something else
Browse files Browse the repository at this point in the history
  • Loading branch information
quamen committed Oct 25, 2010
1 parent 64ff7b4 commit d79481e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
3 changes: 3 additions & 0 deletions daemon.rb
@@ -0,0 +1,3 @@
dep 'daemon.managed' do
provides ['daemon']
end
3 changes: 0 additions & 3 deletions daomon.rb

This file was deleted.

4 changes: 1 addition & 3 deletions hudson.rb
@@ -1,6 +1,6 @@
dep 'hudson' do

requires 'java-virtual-machine.managed', 'daemon.managed'
requires 'daemon.managed'

met? do
result = shell('dpkg -s hudson')
Expand All @@ -10,10 +10,8 @@
meet do
shell('wget -O /tmp/hudson-apt-key http://hudson-ci.org/debian/hudson-ci.org.key')
sudo('apt-key add /tmp/hudson-apt-key')
shell('rm /tmp/hudson-apt-key')
shell('wget -O /tmp/hudson.dep http://hudson-ci.org/latest/debian/hudson.deb')
sudo('dpkg --install /tmp/hudson.dep')
shell('rm /tmp/hudson.dep')
end

end
8 changes: 0 additions & 8 deletions java.rb

This file was deleted.

0 comments on commit d79481e

Please sign in to comment.