indigo-dc / sqa-baseline

A set of Common Software Quality Assurance Baseline Criteria for Research Projects
Other
11 stars 3 forks source link

[ENHANCEMENT] Make sure tarballs always unpack into a single new directory #94

Open mariojmdavid opened 1 year ago

mariojmdavid commented 1 year ago

Please elaborate here on the enhancement request.

Add criteria in QC-Del Make sure tarballs always unpack into a single new directory

Describe the solution you'd like

The single most annoying mistake newbie developers make is to build tarballs that unpack the files and directories in the distribution into the current directory, potentially stepping on files already located there. Never do this!

Additional context

Item 7.1 Software Release Practice HOWTO, Eric Steven Raymond, https://tldp.org/HOWTO/Software-Release-Practice-HOWTO/