aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-13 21:52:14 -0800
committerAdam Vandenberg2012-02-13 21:53:07 -0800
commit84baeb20ff1f74ab93aa3ebf73b2ec4198721b9f (patch)
tree002d5869a610b9f6308dcab187e9ad728f8a63ec
parent252f4a0a9ee9433e5d40e77af021a58ed4659d93 (diff)
downloadhomebrew-84baeb20ff1f74ab93aa3ebf73b2ec4198721b9f.tar.bz2
jenkins 1.451
-rw-r--r--Library/Formula/jenkins.rb13
1 files changed, 4 insertions, 9 deletions
diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb
index 7c9f5e0b1..cb95c6b81 100644
--- a/Library/Formula/jenkins.rb
+++ b/Library/Formula/jenkins.rb
@@ -1,11 +1,11 @@
require 'formula'
class Jenkins < Formula
- url 'http://mirrors.jenkins-ci.org/war/1.450/jenkins.war', :using => :nounzip
- head 'https://github.com/jenkinsci/jenkins.git'
- version '1.450'
- md5 '45b5011c6624383dc8a40f3fa4d6191d'
homepage 'http://jenkins-ci.org'
+ url 'http://mirrors.jenkins-ci.org/war/1.451/jenkins.war', :using => :nounzip
+ version '1.451'
+ md5 ''
+ head 'https://github.com/jenkinsci/jenkins.git'
def install
system "mvn clean install -pl war -am -DskipTests && mv war/target/jenkins.war ." if ARGV.build_head?
@@ -30,11 +30,6 @@ Or start it manually:
EOS
end
- # There is a startup plist, as well as a runner, here and here:
- # https://raw.github.com/jenkinsci/jenkins/master/osx/org.jenkins-ci.plist
- # https://raw.github.com/jenkinsci/jenkins/master/osx/Library/Application%20Support/Jenkins/jenkins-runner.sh
- #
- # Perhaps they could be integrated.
def startup_plist
return <<-EOS
<?xml version="1.0" encoding="UTF-8"?>