1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00
goreleaser/pipeline
Carlos Alexandro Becker ff42024602 fix: fpm fails randomly
FPM would randomly fail to build deb and rpm packages. It apparently
happens because fpm (or some tool it uses) shares state between runs
(possibly by overriding files that are going inside the archive).

The error `file changed as we read it` was happening, which is a `tar`
error.

I don't know how to fix this, but, in order to make goreleaser more
stable, I'll disable the concurrency here for now.

closes #333
2017-10-19 21:45:34 -02:00
..
archive feat: Add archive config 'wrap_in_directory' 2017-10-02 18:53:18 +02:00
brew Merge branch 'master' into lint 2017-09-27 08:43:52 -03:00
build removing all assert.New because vet shadow complains about this now 2017-09-26 19:24:49 -03:00
changelog feat: added sorting support to the changelog pipe 2017-10-19 20:58:23 -02:00
checksums removing all assert.New because vet shadow complains about this now 2017-09-26 19:24:49 -03:00
cleandist removing all assert.New because vet shadow complains about this now 2017-09-26 19:24:49 -03:00
defaults Merge branch 'master' into mattstratton/add-custom-release-title 2017-10-16 13:57:04 -05:00
docker chore: improved docker test code 2017-10-07 23:26:54 -03:00
env removing all assert.New because vet shadow complains about this now 2017-09-26 19:24:49 -03:00
fpm fix: fpm fails randomly 2017-10-19 21:45:34 -02:00
git refactor: turned changelog generation into a pipe 2017-10-18 09:19:36 -02:00
release feat: Add prerelease option 2017-10-05 15:47:29 +02:00
snapcraft removing all assert.New because vet shadow complains about this now 2017-09-26 19:24:49 -03:00
pipe_test.go removing all assert.New because vet shadow complains about this now 2017-09-26 19:24:49 -03:00
pipe.go cleanups 2017-09-12 00:22:02 -03:00