[buildinfo.debian.net] 03/35: fix typo in .buildinfo version check

Chris Lamb chris at chris-lamb.co.uk
Thu Nov 3 19:02:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

lamby pushed a commit to branch master
in repository buildinfo.debian.net.

commit c8d60571045384e0e32761655c99e3635001af6a
Author: HW42 <hw42 at ipsumj.de>
Date:   Sat Oct 22 20:03:44 2016 +0200

    fix typo in .buildinfo version check
---
 bidb/api/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bidb/api/utils.py b/bidb/api/utils.py
index a8fd4a2..6745d0d 100644
--- a/bidb/api/utils.py
+++ b/bidb/api/utils.py
@@ -48,7 +48,7 @@ def parse_submission(request):
         pass
 
     if data.get('Format') != '0.1':
-        raise InvalidBuildinfo("Only Format: 1.0 is supported")
+        raise InvalidBuildinfo("Only Format: 0.1 is supported")
 
     def get_or_create(model, field):
         try:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/buildinfo.debian.net.git



More information about the Reproducible-commits mailing list