#5489 - Make release: tar on Windows 11 "option --force-local is not supported"
| Identifier | #5489 |
|---|---|
| Issue type | Major issue (breaks an entire feature) |
| Title | Make release: tar on Windows 11 "option --force-local is not supported" |
| Status | Open |
| Handling member | Chris Graham |
| Addon | General / Uncategorised |
| Description | Later builds of Windows 10, and Windows 11, come with their own tar which does not support --force-local. This causes make-release to fail.
However, we can't just assume everyone building Composr on Windows has the Windows tar which doesn't support --force-local, so we can't remove it. But we also can't assume vice versa, so we can't just leave it in there either. Modify make_release to handle both cases. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
I added a force_local get parameter. Must be specified and = 1 to put --force-local in the tar command on Windows.