Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 58686 Details for
Bug 50972
Requested: ebuild for cruisecontrol
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dev-util/cruisecontrol/files/cruisecontrol.init
cruisecontrol.init (text/plain), 1.65 KB, created by
Christopher G. Stach II
on 2005-05-11 12:25:20 UTC
(
hide
)
Description:
dev-util/cruisecontrol/files/cruisecontrol.init
Filename:
MIME Type:
Creator:
Christopher G. Stach II
Created:
2005-05-11 12:25:20 UTC
Size:
1.65 KB
patch
obsolete
>#!/sbin/runscript ># Copyright (C) Christopher G. Stach II ># Distributed under the terms of the GNU General Public License v2 ># $Header$ > >CRUISE_CONF="/etc/cruisecontrol/config.xml" > >CRUISE_HOME="/usr/share/cruisecontrol" > >CRUISE_USER="cruise" >CRUISE_GROUP="cruise" > >CLASSPATH=${JAVA_HOME}/lib/tools.jar:${CRUISE_HOME}/lib/cruisecontrol.jar > >CLASSPATH="${CLASSPATH}:`java-config -p log4j`" >CLASSPATH="${CLASSPATH}:`java-config -p jdom-1.0_beta9`" >CLASSPATH="${CLASSPATH}:`java-config -p ant-core`" >CLASSPATH="${CLASSPATH}:`java-config -p xerces-1.3`" >CLASSPATH="${CLASSPATH}:`java-config -p xalan`" >CLASSPATH="${CLASSPATH}:`java-config -p jakarta-oro-2.0`" >CLASSPATH="${CLASSPATH}:`java-config -p junit`" >CLASSPATH="${CLASSPATH}:`java-config -p sun-javamail-bin`" >CLASSPATH="${CLASSPATH}:`java-config -p sun-jaf-bin`" >CLASSPATH="${CLASSPATH}:`java-config -p commons-net`" >CLASSPATH="${CLASSPATH}:`java-config -p mx4j-2.1`" > ># ># Need these? -cgs ># ># $LIBDIR/starteam-sdk.jar ># $LIBDIR/smack.jar > >if [ `uname | grep -n CYGWIN` ]; then > CLASSPATH=`cygpath --path --windows "$CLASSPATH"` >fi > >JAVA_ARGS="-classpath ${CLASSPATH} \ > -server \ > -Xms128m \ > -Xmx128m \ > -Xss128k \ > -Djavax.management.builder.initial=mx4j.server.MX4JMBeanServerBuilder \ > CruiseControl \ > -configfile ${CRUISE_CONF}" > >start() { > ebegin "Starting CruiseControl" > start-stop-daemon --start --quiet --chuid ${CRUISE_USER}:${CRUISE_GROUP} --pidfile /var/run/cruisecontrol.pid --background --make-pidfile --chdir /var/log/cruisecontrol --exec ${JAVA_HOME}/bin/java -- ${JAVA_ARGS} > eend $? >} > >stop() { > ebegin "Stopping CruiseControl" > start-stop-daemon --stop --quiet --pidfile /var/run/cruisecontrol.pid > eend $? >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 50972
:
41278
|
41279
|
41280
|
58438
|
58597
|
58602
|
58604
|
58674
|
58675
|
58677
|
58685
|
58686
|
59411
|
59412
|
59413
|
59414
|
59416
|
59629
|
59630
|
72708
|
72709
|
72711
|
72712
|
72972
|
72973
|
72974
|
103707
|
103708
|
103709
|
103710
|
103711