mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
b9e276feca
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 |
||
---|---|---|
.. | ||
archivefiles | ||
artifact | ||
builders | ||
client | ||
commitauthor | ||
deprecate | ||
exec | ||
extrafiles | ||
gio | ||
git | ||
golden | ||
http | ||
ids | ||
logext | ||
middleware | ||
pipe | ||
pipeline | ||
semerrgroup | ||
shell | ||
static | ||
testctx | ||
testlib | ||
tmpl | ||
yaml |