Tagged Questions
4
votes
2answers
583 views
Optimal way to build and deploy a website as a .deb package
I've been battling with deploying (mainly PHP) websites as .deb files for some time and wonder if there's a better way than my rather convoluted method. My goal is continuous integration on my staging ...
4
votes
2answers
2k views
Execute build task in Hudson with root privilages
I have a build script which executes apt-get and therefore requires root privileges. What is the best way to run this script in Hudson?
Currently the only solution I have found that works is to add ...
2
votes
1answer
365 views
Splitting build cross the network?
Is there a known solution for splitting build process cross the network machines?
Use case:
We are an average software development company. We own around 50 development workstations (Quad Core ...