Skip to content

Commit

Permalink
Changes to source package and directory cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Dec 30, 2020
1 parent 6b76d75 commit 57a779b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion l2tdevtools/source_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,8 @@ def Clean(self):
return

filenames_to_ignore = re.compile(
'^{0:s}-.*{1!s}'.format(self.project_name, project_version))
'^{0:s}-(|experimental-|alpha-|beta-){1!s}'.format(
self.project_name, project_version))

# Remove previous versions of source packages in the format:
# <project>-[0-9]*.tar.gz
Expand Down

0 comments on commit 57a779b

Please sign in to comment.