Re: [turbogears-commits] r5463 - in branches/1.0: . tools

View: New views
5 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: [turbogears-commits] r5463 - in branches/1.0: . tools

by Florent Aide :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 9/24/08, svn-commits@... <svn-commits@...> wrote:

>
>  Author: carndt
>  Date: Wed Sep 24 06:42:07 2008
>  New Revision: 5463
>  URL: http://trac.turbogears.org/changeset/5463
>
>  Log:
>  Add 'tools' directory, to un-clutter root dir and to prepare for fixing #1741
>
>  Added:
>    branches/1.0/tools/

Chris,

I assume you want #1741 to be applied to 1.0, 1.1 & 1.5 right ? Just
to make sure the ticket can be targeted for 1.1 (this way we don't
launch 1.1 stable without this ticket fixed...

Florent.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: [turbogears-commits] r5463 - in branches/1.0: . tools

by Christopher Arndt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Florent Aide schrieb:

> On 9/24/08, svn-commits@... <svn-commits@...> wrote:
>>  Author: carndt
>>  Date: Wed Sep 24 06:42:07 2008
>>  New Revision: 5463
>>  URL: http://trac.turbogears.org/changeset/5463
>>
>>  Log:
>>  Add 'tools' directory, to un-clutter root dir and to prepare for fixing #1741
>>
>>  Added:
>>    branches/1.0/tools/
>
> Chris,
>
> I assume you want #1741 to be applied to 1.0, 1.1 & 1.5 right ? Just
> to make sure the ticket can be targeted for 1.1 (this way we don't
> launch 1.1 stable without this ticket fixed...


I'm still working on it. I'll comment on the ticket as soon as it's done.

For 1.1 this will be an intermediate solution anyway, since I want to
use the tgsetupng.py way for 1.1 and going forward as soon as we have
the necessary EggBasket infrastructure set up.

Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: [turbogears-commits] r5463 - in branches/1.0: . tools

by Florent Aide :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 9/24/08, Christopher Arndt <chris.arndt@...> wrote:
>
>  Florent Aide schrieb:
>
> > On 9/24/08, svn-commits@... <svn-commits@...> wrote:

>  For 1.1 this will be an intermediate solution anyway, since I want to
>  use the tgsetupng.py way for 1.1 and going forward as soon as we have
>  the necessary EggBasket infrastructure set up.

Excellent. This was my next question since I am impatient to be able
to use tgsetupng.py... Do you think we can target the NG version for
1.1 stable ?

Florent.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: [turbogears-commits] r5463 - in branches/1.0: . tools

by Christopher Arndt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Florent Aide schrieb:

> On 9/24/08, Christopher Arndt <chris.arndt@...> wrote:
>>  Florent Aide schrieb:
>>
>>> On 9/24/08, svn-commits@... <svn-commits@...> wrote:
>
>>  For 1.1 this will be an intermediate solution anyway, since I want to
>>  use the tgsetupng.py way for 1.1 and going forward as soon as we have
>>  the necessary EggBasket infrastructure set up.
>
> Excellent. This was my next question since I am impatient to be able
> to use tgsetupng.py... Do you think we can target the NG version for
> 1.1 stable ?

The problem is not the script, that has been working all the time. The
problem is having different EggBasket repositories for different TG
versions.

I see Diez has already added some code to support this to
svn://chrisarndt.de/projects/EggBasket, but I haven't tried it yet.


Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: [turbogears-commits] r5463 - in branches/1.0: . tools

by Diez B. Roggisch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Wednesday 24 September 2008 14:40:43 Christopher Arndt wrote:

> Florent Aide schrieb:
> > On 9/24/08, Christopher Arndt <chris.arndt@...> wrote:
> >>  Florent Aide schrieb:
> >>> On 9/24/08, svn-commits@... <svn-commits@...>
> >>> wrote:
> >>
> >>  For 1.1 this will be an intermediate solution anyway, since I want to
> >>  use the tgsetupng.py way for 1.1 and going forward as soon as we have
> >>  the necessary EggBasket infrastructure set up.
> >
> > Excellent. This was my next question since I am impatient to be able
> > to use tgsetupng.py... Do you think we can target the NG version for
> > 1.1 stable ?
>
> The problem is not the script, that has been working all the time. The
> problem is having different EggBasket repositories for different TG
> versions.
>
> I see Diez has already added some code to support this to
> svn://chrisarndt.de/projects/EggBasket, but I haven't tried it yet.

So far it's not working, however I now have access to the SVN from work & will
continue work after my vacation next week.

Diez

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group.
To post to this group, send email to turbogears-trunk@...
To unsubscribe from this group, send email to turbogears-trunk+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

LightInTheBox - Buy quality products at wholesale price!