From 49ebd86b4adfa64673740fc96b36b3ccff164a91 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 11 Aug 2018 21:21:11 +0300 Subject: Change: don't stash +git files for release builds --- ick_helpers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ick_helpers.py b/ick_helpers.py index 81c593c..da71e4f 100644 --- a/ick_helpers.py +++ b/ick_helpers.py @@ -167,6 +167,7 @@ class DebianReleaseBuilder: self.build_deb() debian_files = glob.glob('{}_{}*'.format(source, version.upstream)) + debian_files = [x for x in debian_files if '+git' not in x] debug('DEBIAN:', debian_files) self.stash(*debian_files) -- cgit v1.2.1