1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/internal
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
..
archivefiles fix(archive): warn only for non-default globs with no matches (#4013) 2023-05-16 09:22:22 -03:00
artifact feat: nix support (#4012) 2023-05-25 23:07:10 -03:00
builders feat: improve output (#3966) 2023-05-02 09:06:35 -03:00
client fix: improve "pushing" logs for multiple publishers 2023-05-19 14:10:06 +00:00
commitauthor test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
deprecate test: fix deprecate test 2023-03-20 09:29:14 -03:00
exec feat: improve output (#3966) 2023-05-02 09:06:35 -03:00
extrafiles test: testctx pkg (#3807) 2023-03-02 00:01:11 -03:00
gio feat: improve output (#3966) 2023-05-02 09:06:35 -03:00
git refactor: making it easier to merge with pro (#3463) 2022-10-14 00:31:05 -03:00
golden feat: remove gofish (#3312) 2022-08-16 01:16:45 -03:00
http feat: improve output (#3966) 2023-05-02 09:06:35 -03:00
ids
logext fix: do not do fancy 3rd party process logging (#3747) 2023-02-01 23:25:36 -03:00
middleware refactor: improve tmpls that eval to a bool (#3726) 2023-01-28 23:21:43 -03:00
pipe fix(nfpm): write too long when writing the lintian file (#4039) 2023-05-26 09:59:48 -03:00
pipeline feat: nix support (#4012) 2023-05-25 23:07:10 -03:00
semerrgroup chore: remove duplicate word in comments (#3347) 2022-08-30 11:42:29 -03:00
shell feat: improve output (#3966) 2023-05-02 09:06:35 -03:00
static fix: init with extra quote 2022-12-21 23:43:30 -03:00
testctx test: improve source tests 2023-04-08 02:30:26 +00:00
testlib refactor: use context 2023-04-30 13:33:57 +00:00
tmpl feat: IsGitDirty template variable (#3967) 2023-05-02 01:04:18 -03:00
yaml feat(yaml): upgraded from yaml.v2 to yaml.v3 (#3004) 2022-03-29 14:00:53 -03:00