Re: doing FAS2 with sqlalchemy-migrate

2008-07-20 Thread Yaakov Nemoy
On Sun, Jul 20, 2008 at 9:06 AM, Luke Macken <[EMAIL PROTECTED]> wrote:
> On Thu, Jul 17, 2008 at 05:45:44PM +0200, Yaakov Nemoy wrote:
>> On Thu, Jul 17, 2008 at 4:40 PM, Luke Macken <[EMAIL PROTECTED]> wrote:
>> >
>> > I reviewed and approved python-migrate yesterday.  It's currently
>> > waiting to be built.
>> >
>> >https://bugzilla.redhat.com/show_bug.cgi?id=452388
>>
>> How long does that take?
>>
>> I'll have to change the docs once it's done.
>
> python-migrate is now in updates-testing

I'll modify the documentation to presume it's already in Fedora then,
namely just adding 'python-migrate' to the list of dependencies.

-Yaakov

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: doing FAS2 with sqlalchemy-migrate

2008-07-20 Thread Luke Macken
On Thu, Jul 17, 2008 at 05:45:44PM +0200, Yaakov Nemoy wrote:
> On Thu, Jul 17, 2008 at 4:40 PM, Luke Macken <[EMAIL PROTECTED]> wrote:
> >
> > I reviewed and approved python-migrate yesterday.  It's currently
> > waiting to be built.
> >
> >https://bugzilla.redhat.com/show_bug.cgi?id=452388
> 
> How long does that take?
> 
> I'll have to change the docs once it's done.

python-migrate is now in updates-testing

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: doing FAS2 with sqlalchemy-migrate

2008-07-17 Thread Yaakov Nemoy
On Thu, Jul 17, 2008 at 4:40 PM, Luke Macken <[EMAIL PROTECTED]> wrote:
>
> I reviewed and approved python-migrate yesterday.  It's currently
> waiting to be built.
>
>https://bugzilla.redhat.com/show_bug.cgi?id=452388

How long does that take?

I'll have to change the docs once it's done.


-Yaakov

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


Re: doing FAS2 with sqlalchemy-migrate

2008-07-17 Thread Luke Macken
On Thu, Jul 17, 2008 at 12:44:01PM +0200, Yaakov Nemoy wrote:
> Hey List,
> 
> There are alot of tickets for FAS2 outstanding that require some
> changes to the DB.  Toshio is working on getting sqlalchemy-migrate
> into Fedora now, so I felt it would be fitting to get FAS2 to be an
> example of how to do it right.  (This means I am probably doing
> something wrong.)
> 
> http://git.fedorahosted.org/git/fas.git?p=fas.git;a=commitdiff;h=21643256e4840aa2179b8f2d6cf230ab714603a9
> 
> This git commit sets up migration for us.  The instructions how to use
> it are there.  In short, the overlying design is to assume the DB has
> already been configured and deployed using the old method.  This will
> manage changes we do on top.  This will make it easier for people with
> working development trees to simply migrate their dev systems over
> without having to start their DB fresh.
> 
> Please poke holes in this plan, so we can have something more solid
> that can be used as a gold standard for Fedora Infrastructure
> development.

I reviewed and approved python-migrate yesterday.  It's currently
waiting to be built.

https://bugzilla.redhat.com/show_bug.cgi?id=452388

luke

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list


doing FAS2 with sqlalchemy-migrate

2008-07-17 Thread Yaakov Nemoy
Hey List,

There are alot of tickets for FAS2 outstanding that require some
changes to the DB.  Toshio is working on getting sqlalchemy-migrate
into Fedora now, so I felt it would be fitting to get FAS2 to be an
example of how to do it right.  (This means I am probably doing
something wrong.)

http://git.fedorahosted.org/git/fas.git?p=fas.git;a=commitdiff;h=21643256e4840aa2179b8f2d6cf230ab714603a9

This git commit sets up migration for us.  The instructions how to use
it are there.  In short, the overlying design is to assume the DB has
already been configured and deployed using the old method.  This will
manage changes we do on top.  This will make it easier for people with
working development trees to simply migrate their dev systems over
without having to start their DB fresh.

Please poke holes in this plan, so we can have something more solid
that can be used as a gold standard for Fedora Infrastructure
development.

-Yaakov

___
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@redhat.com
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list