msrb pushed to jenkins (f22). "Fix init script"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Mar 26 11:30:59 UTC 2015


>From d347d7fe321027ab4346afabc1b503ff52fd50bb Mon Sep 17 00:00:00 2001
From: Michal Srb <msrb at redhat.com>
Date: Thu, 12 Mar 2015 11:05:49 +0100
Subject: Fix init script


diff --git a/jenkins.init b/jenkins.init
index 68fc6ed..f3203a5 100644
--- a/jenkins.init
+++ b/jenkins.init
@@ -66,7 +66,7 @@ done
 
 JENKINS_WEBROOT="/usr/share/jenkins/webroot/"
 
-CLASSPATH="`build-classpath jetty8/jetty-util-8.1.14.v20131031 jetty8/jetty-security-8.1.14.v20131031 jetty8/jetty-server-8.1.14.v20131031 jetty8/jetty-webapp-8.1.14.v20131031 jetty8/jetty-servlet-8.1.14.v20131031 jetty8/jetty-http-8.1.14.v20131031 jetty8/jetty-io-8.1.14.v20131031 jetty8/jetty-continuation-8.1.14.v20131031 jetty8/jetty-xml-8.1.14.v20131031 glassfish-servlet-api`:${JENKINS_WEBROOT}/executable-war.jar:${JENKINS_WEBROOT}/winstone.jar"
+CLASSPATH="${JENKINS_WEBROOT}/:${JENKINS_WEBROOT}/winstone.jar:`build-classpath jetty8/jetty-util-8.1.14.v20131031 jetty8/jetty-security-8.1.14.v20131031 jetty8/jetty-server-8.1.14.v20131031 jetty8/jetty-webapp-8.1.14.v20131031 jetty8/jetty-servlet-8.1.14.v20131031 jetty8/jetty-http-8.1.14.v20131031 jetty8/jetty-io-8.1.14.v20131031 jetty8/jetty-continuation-8.1.14.v20131031 jetty8/jetty-xml-8.1.14.v20131031 glassfish-servlet-api`"
 
 JAVA_CMD="$JENKINS_JAVA_CMD $JENKINS_JAVA_OPTIONS -DJENKINS_HOME=$JENKINS_HOME -cp $CLASSPATH Main"
 PARAMS="--logfile=/var/log/jenkins/jenkins.log --extractedFilesFolder=$JENKINS_WEBROOT --webroot=$JENKINS_WEBROOT --daemon"
diff --git a/jenkins.spec b/jenkins.spec
index 03739e2..1752231 100644
--- a/jenkins.spec
+++ b/jenkins.spec
@@ -11,7 +11,7 @@
 
 Name:           jenkins
 Version:        1.598
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        An extendable open source continuous integration server
 
 # The project's primary license is MIT
@@ -711,6 +711,9 @@ exit 0
 %doc LICENSE.txt
 
 %changelog
+* Thu Mar 12 2015 Michal Srb <msrb at redhat.com> - 1.598-7
+- Fix init script
+
 * Thu Mar 12 2015 Michal Srb <msrb at redhat.com> - 1.598-6
 - Switch to unpacked executable-war
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/jenkins.git/commit/?h=f22&id=d347d7fe321027ab4346afabc1b503ff52fd50bb


More information about the scm-commits mailing list