On 9/17/08, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
>
> Send Cruisecontrolrb-users mailing list submissions to
>         [email protected]
>
> 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
>         [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>         [EMAIL PROTECTED]
>
> 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 <[EMAIL PROTECTED]>
> Subject: Re: [Cruisecontrolrb-users] Tracking multiple GitHub projects
>         with    CC.rb
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> 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
> > [email protected]
> > 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" <[EMAIL PROTECTED]>
> Subject: Re: [Cruisecontrolrb-users] Tracking multiple GitHub projects
>         with    CC.rb
> To: [email protected]
> Message-ID:
>         <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On Thu, Sep 11, 2008 at 11:14 AM, Matt Wynne <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
> Subject: Re: [Cruisecontrolrb-users] Tracking multiple GitHub projects
>         with    CC.rb
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> 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
> >> [email protected]
> >> 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
> > [email protected]
> > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
> >
>
> Chris Hapgood
> [EMAIL PROTECTED]
>
>
>
>
>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 11 Sep 2008 12:17:04 -0700
> From: "Chad Woolley" <[EMAIL PROTECTED]>
> Subject: Re: [Cruisecontrolrb-users] Tracking multiple GitHub projects
>         with    CC.rb
> To: [email protected]
> Message-ID:
>         <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> On Thu, Sep 11, 2008 at 12:13 PM, Chris Hapgood <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
> Subject: Re: [Cruisecontrolrb-users] Tracking multiple GitHub projects
>         with    CC.rb
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> 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 <[EMAIL PROTECTED]>
> > 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
> > [email protected]
> > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
> >
>
> Chris Hapgood
> [EMAIL PROTECTED]
>
>
>
>
>
>
> ------------------------------
>
> Message: 6
> Date: Thu, 11 Sep 2008 21:10:28 +0100
> From: Matt Wynne <[EMAIL PROTECTED]>
> Subject: Re: [Cruisecontrolrb-users] Tracking multiple GitHub projects
>         with    CC.rb
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> 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
> >> <[EMAIL PROTECTED]> 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
> >> [email protected]
> >> http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
> >>
> >
> > Chris Hapgood
> > [EMAIL PROTECTED]
> >
> >
> >
> >
> > _______________________________________________
> > Cruisecontrolrb-users mailing list
> > [email protected]
> > 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 <[EMAIL PROTECTED]>
> Subject: [Cruisecontrolrb-users] build going bananas with git
> To: [email protected]
> Message-ID: <[EMAIL PROTECTED]>
> 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
> [email protected]
> http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
>
>
> End of Cruisecontrolrb-users Digest, Vol 19, Issue 4
> ****************************************************
>
_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to