Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Perlish alternative to CruiseControl (automated builds)?

by mhearse (Chaplain)
on May 27, 2008 at 23:47 UTC ( [id://688774]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/bin/bash
    #assume we call this program /bin/cruise_control
    ...
    make ${ARGS} 2> $error_file || {
        cat $error_file | /bin/mail -s "project build error" you@yout.com
    }
    
  2. or download this
    01 * * * Mon-Fri root /usr/bin/screen -mdS cruise_control /bin/cruise_
    +control
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://688774]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (9)
As of 2024-04-19 13:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found