[buildinfo.debian.net] 30/35: Accept .udebs at the very least.

Chris Lamb chris at chris-lamb.co.uk
Thu Nov 3 19:02:27 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 0559940e38d8df75a7ecbbbd4b4b0d5d247582de
Author: Chris Lamb <lamby at debian.org>
Date:   Tue Nov 1 19:51:47 2016 +0000

    Accept .udebs at the very least.
    
    This does not fix #8 yet, but will need to rework the binary/artifact
    distinction first.
    
    Signed-off-by: Chris Lamb <lamby at debian.org>
---
 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 2dab41c..aa6cb20 100644
--- a/bidb/api/utils.py
+++ b/bidb/api/utils.py
@@ -9,7 +9,7 @@ from bidb.packages.models import Source, Architecture, Binary
 from bidb.buildinfo.models import Buildinfo
 
 re_filename = re.compile(
-    r'^(?P<name>[^_]+)_(?P<version>[^_]+)_(?P<architecture>[^\.]+)\.deb$',
+    r'^(?P<name>[^_]+)_(?P<version>[^_]+)_(?P<architecture>[^\.]+)\.u?deb$',
 )
 re_installed_build_depends = re.compile(
     r'^(?P<package>[^ ]+) \(= (?P<version>.+)\)'

-- 
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