1
1
Fork 0
mirror of https://github.com/goreleaser/nfpm synced 2024-05-13 03:16:20 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
Carlos Alexandro Becker d16adac8c3
fix: create tree of dir content types (#431)
* fix(apk): create tree of dir types

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>

* fix: create tree of dir contents

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>

* test: fixes

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
2021-12-28 14:24:49 -03:00
Carlos A Becker 02923463fd
test: faster rpm/arm64 tests using centos 2021-11-13 21:06:16 -03:00
Carlos A Becker 1cbbf6afad
test: deb changelog test 2021-11-13 18:42:15 -03:00
Carlos A Becker 97d7437c51
test: use debian as base img 2021-11-13 18:38:27 -03:00
Erik G 563d480677
fix: use full mode instead of permissions in tarball (#395) 2021-11-06 14:07:18 -03:00
Snyk bot df14bee98e
fix: testdata/acceptance/deb.dockerfile to reduce vulnerabilities (#371)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-UBUNTU2004-BASH-581100
- https://snyk.io/vuln/SNYK-UBUNTU2004-LIBGCRYPT20-1297919
- https://snyk.io/vuln/SNYK-UBUNTU2004-LIBGCRYPT20-1583851
- https://snyk.io/vuln/SNYK-UBUNTU2004-SHADOW-577863
- https://snyk.io/vuln/SNYK-UBUNTU2004-SHADOW-577863
2021-10-07 14:43:25 -03:00
Erik G 2a331c5c7f
feat: compression option with xz support for deb (#363) 2021-09-04 10:24:52 -03:00
Dj Gilcrease 501e743010
feat: add support for alpine pre and post upgrade scripts and add an upgrade test (#323) 2021-04-20 14:02:37 -07:00
Dj Gilcrease 41077943bd
test: clean up the acceptance tests (#292) 2021-04-15 17:25:39 -03:00
Dj Gilcrease c4ae30d749
feat: try to clean up and simplify the file adding interface (#255)
* feat: cleanup and simplify the file adding interface

* docs: update the configuration docs to focus on the new contents format for specifying files

* docs: correct spelling

Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Co-authored-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2020-12-15 13:47:00 -03:00