adapt-it / adaptit

Related language translation editor
Other
10 stars 5 forks source link

build-dpkg: only mv artifacts that exist #64

Closed kanaka closed 2 years ago

kanaka commented 2 years ago

Use more expansive wildcards but do this in a loop with a predicate that tests if the files exist and only move them if they do. This prevents the case where some of the files don't exist. For example, in the Xenial case the *.buildinfo files aren't generated.