1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-18 03:56:52 +02:00
Carlos Alexandro Becker b9e276feca
fix(nfpm): write too long when writing the lintian file (#4039)
The lintian files were being written for every format, whether they were
a deb or not.

Since package name and arches are the same, and packaging runs in
parallel, it could happen that one goroutine is reading while the other
is writing, as we were guaranteeing uniquenes based on package name and
arch only.

This makes it only creates the lintian files when format is deb, so this
shouldn't happen anymore.

It also goes one step further by using the actual format in the filepath
instead of hard-coding "deb".

This also still supports tmux.

closes #4024
2023-05-26 09:59:48 -03:00
..
2023-03-02 00:01:11 -03:00
2023-05-02 09:06:35 -03:00
2023-05-02 09:06:35 -03:00
2023-05-02 09:06:35 -03:00
2023-03-19 22:17:18 -03:00
2023-03-19 22:17:18 -03:00
2023-03-02 00:01:11 -03:00
2023-03-02 00:01:11 -03:00
2023-03-02 00:01:11 -03:00
2023-03-02 00:01:11 -03:00
2023-03-19 22:17:18 -03:00
2023-03-02 00:01:11 -03:00
2023-05-25 23:07:10 -03:00
2023-05-25 23:07:10 -03:00
2023-03-02 00:01:11 -03:00
2023-05-02 09:06:35 -03:00
2023-05-02 09:06:35 -03:00
2023-03-02 00:01:11 -03:00
2023-05-02 09:06:35 -03:00
2023-03-19 22:17:18 -03:00
2023-03-02 00:01:11 -03:00
2023-03-22 23:49:48 -03:00
2023-05-02 09:06:35 -03:00
2023-05-01 21:22:05 -03:00
2023-03-22 23:49:48 -03:00