#124 ✓resolved
Jeremy Lightsmith

[PATCH] build on remote machine

Reported by Jeremy Lightsmith | April 21st, 2008 @ 01:48 PM | in 1.2

As a BM, I would like to run builds on remote machines, so that I can spread the load and run against multiple operating systems project.build_command = 'ssh remotemachine@block ./work/dev/home/build_ui.sh ' build_ui.sh: #/bin/bash source ~/work/ui/src svn up -r$1 rake ci:ui BM_TESTS=true BM_TASKS=true (basically 'rake ') Subversion.class do def current_revision(project) info(project).revision end Build.class_eval do def command s = project.build_command or rake s.gsub(//, project.source_control.current_revision(project).to_s) end end

No comments found

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

People watching this ticket

Pages