Christopher Galtenberg
2010-Apr-29 17:30 UTC
[Cruisecontrolrb-users] Force build from command line
Hi all, Haven''t seen a straightforward answer to this in google or the docs (in the couple times I''ve researched it). Can you request ccrb to force a new build, while cruise is already running? When I try the basic build command, I get this: likeme at likeme-ci:~/ccrb$ ./cruise build likeme-dev cruise data root = ''/Users/likeme/.cruise'' [fatal] Another process holds a lock on project ''likeme-dev''. Look for a process with a lock on file /Users/likeme/.cruise/projects/likeme-dev/builder.lock Builder for project ''likeme-dev'' exited I don''t want to just delete the lock, as I assume that would mess up the running cruise process. Thanks in advance, Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20100429/1307a92b/attachment.html>
Gregor Schmidt
2010-Apr-29 17:35 UTC
[Cruisecontrolrb-users] Force build from command line
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Chris, simply create an empty file named ''build_requested'' in $CC_ROOT/ projects/$YOUR_PROJECT/ - this should trigger a build, if the builder is already running. Best Gregor On 29.04.2010, at 19:30, Christopher Galtenberg wrote:> Hi all, > > Haven''t seen a straightforward answer to this in google or the docs > (in the couple times I''ve researched it). > > Can you request ccrb to force a new build, while cruise is already > running? > > When I try the basic build command, I get this: > > likeme at likeme-ci:~/ccrb$ ./cruise build likeme-dev > cruise data root = ''/Users/likeme/.cruise'' > [fatal] Another process holds a lock on project ''likeme-dev''. > Look for a process with a lock on file /Users/likeme/.cruise/ > projects/likeme-dev/builder.lock > Builder for project ''likeme-dev'' exited > > I don''t want to just delete the lock, as I assume that would mess up > the running cruise process. > > Thanks in advance, > > Chris > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users- -- Gregor Schmidt schmidt at nach-vorne.eu www.nach-vorne.eu - -- Gregor Schmidt schmidt at nach-vorne.eu www.nach-vorne.eu -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.8 (Darwin) iEYEARECAAYFAkvZw1gACgkQEA6PB4V2Ye+9ogCfWjoZOuXyGnT69SqmTOQiJDPT f0IAoJfx1NoB+5qo5vDfjnZYwYxOC9AD =KS4e -----END PGP SIGNATURE-----
touch build-requested in the projects directory On Thu, Apr 29, 2010 at 10:30 AM, Christopher Galtenberg <chrisg at likeme.net>wrote:> Hi all, > > Haven''t seen a straightforward answer to this in google or the docs (in the > couple times I''ve researched it). > > Can you request ccrb to force a new build, while cruise is already running? > > When I try the basic build command, I get this: > > likeme at likeme-ci:~/ccrb$ ./cruise build likeme-dev > cruise data root = ''/Users/likeme/.cruise'' > [fatal] Another process holds a lock on project ''likeme-dev''. > Look for a process with a lock on file > /Users/likeme/.cruise/projects/likeme-dev/builder.lock > Builder for project ''likeme-dev'' exited > > I don''t want to just delete the lock, as I assume that would mess up the > running cruise process. > > Thanks in advance, > > Chris > > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20100429/0d0c60f4/attachment.html>