X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fdakdb%2Fupdate1.py;h=0c83377387431f69dd4c615a96f4aef9cccf0a7d;hb=2b45b20963be40210164e0b71fd53760b8e7a034;hp=ff2b62ee453eb99faaf2d8f1c1bb8d5e7f20fae4;hpb=c48b357e4838eac6de79b0bd6ee5f8862d049dba;p=dak.git diff --git a/dak/dakdb/update1.py b/dak/dakdb/update1.py index ff2b62ee..0c833773 100755 --- a/dak/dakdb/update1.py +++ b/dak/dakdb/update1.py @@ -1,7 +1,12 @@ #!/usr/bin/env python -""" Database Update Script - Saner DM db schema """ -# Copyright (C) 2008 Michael Casadevall +""" +Saner DM db schema + +@contact: Debian FTP Master +@copyright: 2008 Michael Casadevall +@license: GNU General Public License version 2 or later +""" # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -61,4 +66,4 @@ def do_update(self): except psycopg2.ProgrammingError, msg: self.db.rollback() - raise DBUpdateError, "Unable to appy DM table updates, rollback issued. Error message : %s" % (str(msg) + raise DBUpdateError, "Unable to appy DM table updates, rollback issued. Error message : %s" % (str(msg))