Skip to content

[Suggest] Delete the hidden files generated by macOS system in release tar #3149

@hereTac

Description

@hereTac

Is this a regression?

Yes

Description

May be the hidden files generated by macOS system should be deleted.

[root@1 opt]# tar -xvf pikiwidb-v4.0.2-linux-x86_64.tar.bz2
output/
output/bin/
output/bin/._.DS_Store
output/bin/.DS_Store
output/bin/.pika
output/bin/pika
output/conf/
output/conf/.
.DS_Store
output/conf/.DS_Store
output/conf/.pika.conf
output/conf/pika.conf
output/tools/
output/tools/.
.DS_Store
output/tools/.DS_Store
output/tools/._pika_exporter
output/tools/pika_exporter
output/tools/info.toml

[root@1 output]# find . -name ".DS_Store" -o -name ".*" -type f
./bin/.
.DS_Store
./bin/.DS_Store
./bin/.pika
./conf/.
.DS_Store
./conf/.DS_Store
./conf/.pika.conf
./tools/.
.DS_Store
./tools/.DS_Store
./tools/._pika_exporter

Please provide a link to a minimal reproduction of the bug

No response

Screenshots or videos

No response

Please provide the version you discovered this bug in (check about page for version information)

Release v4.0.2
pikiwidb-v4.0.2-linux-x86_64.tar.bz2

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    ☢️ BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions