← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~julian-edwards/launchpad/schema-distro-parents into lp:launchpad/db-devel

 

The proposal to merge lp:~julian-edwards/launchpad/schema-distro-parents into lp:launchpad/db-devel has been updated.

Description changed to:

Add a new database table, DistroSeriesParent, that will track all of a distroseries' derived distroseries and whether they've been initialized or not (initialized is when the packages get copied from the parent, this needs to be tracked so it can't happen twice).

This will eventually replace DistroSeries.parent_series as we need to track more than one parent for a derived series.

Most of the changes are boilerplate.  The security declarations are set up so the person changing the data must have edit permission on the derived series.

Other than that, a routine and dull branch.

For more details, see:
https://code.launchpad.net/~julian-edwards/launchpad/schema-distro-parents/+merge/57898
-- 
https://code.launchpad.net/~julian-edwards/launchpad/schema-distro-parents/+merge/57898
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~julian-edwards/launchpad/schema-distro-parents into lp:launchpad/db-devel.



References