summaryrefslogtreecommitdiff
path: root/ick_helpers.py
diff options
context:
space:
mode:
Diffstat (limited to 'ick_helpers.py')
-rw-r--r--ick_helpers.py1
1 files changed, 1 insertions, 0 deletions
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)