On 9/17/08, cruisecontrolrb-users-request at rubyforge.org < cruisecontrolrb-users-request at rubyforge.org> wrote:> > Send Cruisecontrolrb-users mailing list submissions to > cruisecontrolrb-users at rubyforge.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > or, via email, send a message with subject or body ''help'' to > cruisecontrolrb-users-request at rubyforge.org > > You can reach the person managing the list at > cruisecontrolrb-users-owner at rubyforge.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Cruisecontrolrb-users digest..." > > > Today''s Topics: > > 1. Re: Tracking multiple GitHub projects with CC.rb (Matt Wynne) > 2. Re: Tracking multiple GitHub projects with CC.rb (Chad > Woolley) > 3. Re: Tracking multiple GitHub projects with CC.rb (Chris > Hapgood) > 4. Re: Tracking multiple GitHub projects with CC.rb (Chad > Woolley) > 5. Re: Tracking multiple GitHub projects with CC.rb (Chris > Hapgood) > 6. Re: Tracking multiple GitHub projects with CC.rb (Matt Wynne) > 7. build going bananas with git (Matt Wynne) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 11 Sep 2008 19:14:15 +0100 > From: Matt Wynne <matt at mattwynne.net> > Subject: Re: [Cruisecontrolrb-users] Tracking multiple GitHub projects > with CC.rb > To: cruisecontrolrb-users at rubyforge.org > Message-ID: <A4AF436B-38EC-4E86-91CA-C7274C2E30D5 at mattwynne.net> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > Dunno how related this is, but we have some submodules in vendor/ > plugins that point to github, and we have had some fun with them, > having to go into .cruise/ and manually git submodule init to stop > the build going over and over again. > > On 11 Sep 2008, at 16:51, Michael Moen wrote: > > > Is anybody currently tracking multiple projects hosted on GitHub? > > > > I''m wondering if there is a way to do this without having multiple > > CC.rb installs since you can''t associate a "deploy user" on GitHub > > with more than one project. Or maybe I''m missing something. > > > > Thanks in advance, > > Michael > > _______________________________________________ > > Cruisecontrolrb-users mailing list > > Cruisecontrolrb-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > > cheers, > Matt > ---- > http://blog.mattwynne.net > http://songkick.com > > In case you wondered: The opinions expressed in this email are my own > and do not necessarily reflect the views of any former, current or > future employers of mine. > > > > > > ------------------------------ > > Message: 2 > Date: Thu, 11 Sep 2008 11:47:31 -0700 > From: "Chad Woolley" <thewoolleyman at gmail.com> > Subject: Re: [Cruisecontrolrb-users] Tracking multiple GitHub projects > with CC.rb > To: cruisecontrolrb-users at rubyforge.org > Message-ID: > <e3af97510809111147q7be4fe2cn6020e9f93f41becb at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > On Thu, Sep 11, 2008 at 11:14 AM, Matt Wynne <matt at mattwynne.net> wrote: > > Dunno how related this is, but we have some submodules in vendor/plugins > > that point to github, and we have had some fun with them, having to go > into > > .cruise/ and manually git submodule init to stop the build going over and > > over again. > > Please share any progress you make on this front. Having something > that works just like svn:externals (autoupdating), especially under > CI, is one of the few remaining blockers to moving everything to Git > (for me and others, at least). > > Thanks, > -- Chad > > > ------------------------------ > > Message: 3 > Date: Thu, 11 Sep 2008 15:13:16 -0400 > From: Chris Hapgood <cch1 at hapgoods.com> > Subject: Re: [Cruisecontrolrb-users] Tracking multiple GitHub projects > with CC.rb > To: cruisecontrolrb-users at rubyforge.org > Message-ID: <86208298-FBB4-4B9F-80F8-B3A282B7FAA9 at hapgoods.com> > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes > > I''ve got a custom build script that does a submodule init followed by > a submodule update. > > Am I missing something, or couldn''t cruise do the same thing via the > cruise rake task? > > -Chris > > On 11 Sep 2008, at 14:14, Matt Wynne wrote: > > > Dunno how related this is, but we have some submodules in vendor/ > > plugins that point to github, and we have had some fun with them, > > having to go into .cruise/ and manually git submodule init to stop > > the build going over and over again. > > > > On 11 Sep 2008, at 16:51, Michael Moen wrote: > > > >> Is anybody currently tracking multiple projects hosted on GitHub? > >> > >> I''m wondering if there is a way to do this without having multiple > >> CC.rb installs since you can''t associate a "deploy user" on GitHub > >> with more than one project. Or maybe I''m missing something. > >> > >> Thanks in advance, > >> Michael > >> _______________________________________________ > >> Cruisecontrolrb-users mailing list > >> Cruisecontrolrb-users at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > > > > cheers, > > Matt > > ---- > > http://blog.mattwynne.net > > http://songkick.com > > > > In case you wondered: The opinions expressed in this email are my > > own and do not necessarily reflect the views of any former, current > > or future employers of mine. > > > > > > > > _______________________________________________ > > Cruisecontrolrb-users mailing list > > Cruisecontrolrb-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > > > > Chris Hapgood > cch1 at hapgoods.com > > > > > > > ------------------------------ > > Message: 4 > Date: Thu, 11 Sep 2008 12:17:04 -0700 > From: "Chad Woolley" <thewoolleyman at gmail.com> > Subject: Re: [Cruisecontrolrb-users] Tracking multiple GitHub projects > with CC.rb > To: cruisecontrolrb-users at rubyforge.org > Message-ID: > <e3af97510809111217w7b3ba27fu89a56bb5f563ec39 at mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > On Thu, Sep 11, 2008 at 12:13 PM, Chris Hapgood <cch1 at hapgoods.com> wrote: > > I''ve got a custom build script that does a submodule init followed by a > > submodule update. > > > > Am I missing something, or couldn''t cruise do the same thing via the > cruise > > rake task? > > Seems like it. Do you have this running under cruise? > > > ------------------------------ > > Message: 5 > Date: Thu, 11 Sep 2008 15:29:47 -0400 > From: Chris Hapgood <cch1 at hapgoods.com> > Subject: Re: [Cruisecontrolrb-users] Tracking multiple GitHub projects > with CC.rb > To: cruisecontrolrb-users at rubyforge.org > Message-ID: <6172FE5C-1085-40AB-976F-21596688C8A1 at hapgoods.com> > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes > > Yes, my script is being run as a custom cc.rb build command: > project.build_command = ''../build'' > > Contents of the build command are, roughly: > > > rake db:migrate > git submodule init > git submodule update > rake test > > I am using Ben Berkeret''s version, if that is relevant. > > -Chris > > On 11 Sep 2008, at 15:17, Chad Woolley wrote: > > > On Thu, Sep 11, 2008 at 12:13 PM, Chris Hapgood <cch1 at hapgoods.com> > > wrote: > >> I''ve got a custom build script that does a submodule init followed > >> by a > >> submodule update. > >> > >> Am I missing something, or couldn''t cruise do the same thing via > >> the cruise > >> rake task? > > > > Seems like it. Do you have this running under cruise? > > _______________________________________________ > > Cruisecontrolrb-users mailing list > > Cruisecontrolrb-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > > > > Chris Hapgood > cch1 at hapgoods.com > > > > > > > ------------------------------ > > Message: 6 > Date: Thu, 11 Sep 2008 21:10:28 +0100 > From: Matt Wynne <matt at mattwynne.net> > Subject: Re: [Cruisecontrolrb-users] Tracking multiple GitHub projects > with CC.rb > To: cruisecontrolrb-users at rubyforge.org > Message-ID: <5A10A46F-2505-4BFA-A5EB-FF30E1795EA2 at mattwynne.net> > Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed > > That''s exactly what I plan to do when this rears its head again. I > don''t think you need the init more than once ever for the folder, > although I guess it would help if you add new submodules maybe. It''s > all pretty new to me. > > On 11 Sep 2008, at 20:29, Chris Hapgood wrote: > > > Yes, my script is being run as a custom cc.rb build command: > > project.build_command = ''../build'' > > > > Contents of the build command are, roughly: > > > > > > rake db:migrate > > git submodule init > > git submodule update > > rake test > > > > I am using Ben Berkeret''s version, if that is relevant. > > > > -Chris > > > > On 11 Sep 2008, at 15:17, Chad Woolley wrote: > > > >> On Thu, Sep 11, 2008 at 12:13 PM, Chris Hapgood > >> <cch1 at hapgoods.com> wrote: > >>> I''ve got a custom build script that does a submodule init > >>> followed by a > >>> submodule update. > >>> > >>> Am I missing something, or couldn''t cruise do the same thing via > >>> the cruise > >>> rake task? > >> > >> Seems like it. Do you have this running under cruise? > >> _______________________________________________ > >> Cruisecontrolrb-users mailing list > >> Cruisecontrolrb-users at rubyforge.org > >> http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > >> > > > > Chris Hapgood > > cch1 at hapgoods.com > > > > > > > > > > _______________________________________________ > > Cruisecontrolrb-users mailing list > > Cruisecontrolrb-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > > cheers, > Matt > ---- > http://blog.mattwynne.net > http://songkick.com > > In case you wondered: The opinions expressed in this email are my own > and do not necessarily reflect the views of any former, current or > future employers of mine. > > > > > > ------------------------------ > > Message: 7 > Date: Wed, 17 Sep 2008 15:26:42 +0100 > From: Matt Wynne <matt at mattwynne.net> > Subject: [Cruisecontrolrb-users] build going bananas with git > To: cruisecontrolrb-users at rubyforge.org > Message-ID: <B3BE7C0A-F9EA-4188-BB68-368500960B6D at mattwynne.net> > Content-Type: text/plain; charset="us-ascii"; Format="flowed"; > DelSp="yes" > > It seems to happen to us every few days since moving from the > benburket fork that the our project just builds repeatedly. > > I''m going to try http://github.com/willbryant/cruisecontrolrb/commits/ > master > > Does anyone have plans / time to merge these changes into the main > throughworks trunk? it seems a shame it doesn''t have the latest and > greatest, and the git support in there is pretty sketchy (no commit > messages, etc). > > I don''t mean to whine, and when I get some time I''ll be happy to do > this myself. > > cheers, > Matt > ---- > http://blog.mattwynne.net > http://songkick.com > > In case you wondered: The opinions expressed in this email are my own > and do not necessarily reflect the views of any former, current or > future employers of mine. > > > > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20080917/a6f3cf8e/attachment.html > > > > ------------------------------ > > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > > > End of Cruisecontrolrb-users Digest, Vol 19, Issue 4 > **************************************************** >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20080917/05f661aa/attachment-0001.html>