[Git][reproducible-builds/reprotest][master] presets.py: include all files matching *.*deb in default artifact_pattern

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Sep 5 00:22:19 UTC 2022



Holger Levsen pushed to branch master at Reproducible Builds / reprotest


Commits:
b2cfd309 by Philip Hands at 2022-09-05T02:20:53+02:00
presets.py: include all files matching *.*deb in default artifact_pattern

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- reprotest/presets.py


Changes:

=====================================
reprotest/presets.py
=====================================
@@ -64,7 +64,7 @@ class ReprotestPreset(collections.namedtuple('_ReprotestPreset',
 
 PRESET_DEB_DIR = ReprotestPreset(
     build_command='dpkg-buildpackage --no-sign -b',
-    artifact_pattern='../*.deb',
+    artifact_pattern='../*.*deb',
     testbed_pre=None,
     testbed_init=None,
     testbed_build_pre=None,
@@ -98,7 +98,7 @@ def preset_deb_dsc(fn, aux):
     # we use "$(basename "$PWD")" so that the dirname varies iff we are varying the whole build path
     return PRESET_DEB_DIR.prepend.build_command(
             'dpkg-source -x "%s" "$(basename "$PWD")" && cd "$(basename "$PWD")" && ' % fn
-        ).set.artifact_pattern("*.deb"
+        ).set.artifact_pattern("*.*deb"
         ).set.source_pattern(" ".join(shlex.quote(a) for a in [fn] + aux))
 
 



View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/-/commit/b2cfd309ac68cedda7c85b3f30658089b2b5018f

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reprotest/-/commit/b2cfd309ac68cedda7c85b3f30658089b2b5018f
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20220905/be5d8565/attachment.htm>


More information about the rb-commits mailing list