X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fdak_exceptions.py;h=e111afddb874c6a5a6cefcb01d0e950be6a7f027;hb=17c5cab4eb8d5181ec7a81267a4e2e6b43c0fc65;hp=33fa5ad3cacde8d62b3475914e03f4fa65ae9df4;hpb=54801e18aa70713b68b77fa6be25cdfe4e6bd152;p=dak.git diff --git a/daklib/dak_exceptions.py b/daklib/dak_exceptions.py old mode 100755 new mode 100644 index 33fa5ad3..e111afdd --- a/daklib/dak_exceptions.py +++ b/daklib/dak_exceptions.py @@ -58,8 +58,11 @@ dakerrors = { "NoFreeFilenameError": """Exception raised when no alternate filename was found.""", "TransitionsError": """Exception raised when transitions file can't be parsed.""", "NoSourceFieldError": """Exception raised - we cant find the source - wtf?""", + "MissingContents": """Exception raised - we could not determine contents for this deb""", "DBUpdateError": """Exception raised - could not update the database""", - "ChangesUnicodeError": """Exception raised - changes file not properly utf-8 encoded""" + "ChangesUnicodeError": """Exception raised - changes file not properly utf-8 encoded""", + "AlreadyLockedError": """Exception raised - package already locked by someone else""", + "CantGetLockError": """Exception raised - lockfile already in use""", } #: All dak exceptions def construct_dak_exception(name, description):