summaryrefslogtreecommitdiffstats
path: root/packages/management/commands/signoff_report.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-11-14 19:19:17 +0100
committerDan McGee <dan@archlinux.org>2011-11-14 19:27:38 +0100
commit12408702eaf89ea338670ba808da9ef49e35c562 (patch)
treebd68ff85cadd03f88b5d5c333d33e9f62c69a953 /packages/management/commands/signoff_report.py
parentb7439cacf08288d8533910e08d093e9276167ed2 (diff)
downloadarchweb-12408702eaf89ea338670ba808da9ef49e35c562.tar.gz
archweb-12408702eaf89ea338670ba808da9ef49e35c562.tar.xz
Allow population of signoff specs with SVN commit messages
This pulls them from the latest SVN commit on trunk. We don't have a failproof method of getting the exact right commit, but this should be close if it is run on a regular basis via cron (aka hourly). Note that running locally, I needed the development version of South to get the migration included here to apply because of information_schema changes in the current version of MySQL. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'packages/management/commands/signoff_report.py')
-rw-r--r--packages/management/commands/signoff_report.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/management/commands/signoff_report.py b/packages/management/commands/signoff_report.py
index 3357bc1..3b67f51 100644
--- a/packages/management/commands/signoff_report.py
+++ b/packages/management/commands/signoff_report.py
@@ -22,7 +22,7 @@ import logging
from operator import attrgetter
import sys
-from main.models import Package, Repo
+from main.models import Repo
from packages.models import Signoff
from packages.utils import get_signoff_groups