summaryrefslogtreecommitdiffstats
path: root/packages/migrations/__init__.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-03-27 22:15:20 +0100
committerDan McGee <dan@archlinux.org>2010-03-27 22:15:20 +0100
commitfe832ea845f07a79b4580f7bca1dcf44b2f215ee (patch)
treecbe8554621f84d4f40b4991b883571ad5d419888 /packages/migrations/__init__.py
parentf3b3117d1f0ee8862a0b47d6dfe9b20960dbb13e (diff)
downloadarchweb-fe832ea845f07a79b4580f7bca1dcf44b2f215ee.tar.gz
archweb-fe832ea845f07a79b4580f7bca1dcf44b2f215ee.tar.xz
Move package maintainer off of package model
This is an attempt to fix our long-standing problems dealing with maintainer information. Move the actual maintainer information off of the package model into a PackageRelation object, which has some flexibility to later represent more than just maintainership. This solves multiple problems: * If a package gets accidentally deleted, so did the maintainer info * Testing packages have always shown up as orphans * With split packages, it was easy to miss some of the sub-packages This commit does not include the deletion of the original maintainer column; that will come at a later time when I feel more confident that the data was migrated correctly. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'packages/migrations/__init__.py')
-rw-r--r--packages/migrations/__init__.py0
1 files changed, 0 insertions, 0 deletions
diff --git a/packages/migrations/__init__.py b/packages/migrations/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/packages/migrations/__init__.py