theos icon indicating copy to clipboard operation
theos copied to clipboard

Remove garbage files from staging dir before packaging

Open uroboro opened this issue 5 years ago • 0 comments

Theos could delete files matching the THEOS_RSYNC_EXCLUDES list (common.mk#L269). This would ensure that files that are ignored during copy with rsync also do not exist by accident (like with .DS_Store, which somehow people manage to ship onto repositories).

This could be done as an unconditional step in the internal-package:: (package.mk#L9).

uroboro avatar Aug 23 '19 22:08 uroboro