1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-11-19 07:34:48 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
tympanix
08d09cd69c chore: dep ensure 2018-04-10 23:11:10 +02:00
tympanix
e823a1f3e0 chore: dep ensure 2018-04-10 17:45:10 +02:00
tympanix
184ddc2cad feat: packager config overrides 2018-04-10 01:08:01 +02:00
Carlos Alexandro Becker
08812ef518
bump: dep update 2018-04-09 13:30:18 -03:00
Carlos Alexandro Becker
c75a76b83f
fix: yaml v2 and strict unmarshal 2018-04-08 12:34:22 -03:00
Carlos Alexandro Becker
368ee0bd57
chore: dep ensure 2018-03-25 16:01:31 -03:00
tympanix
15055e0337
Merge branch 'master' into feat-globs 2018-03-12 15:30:37 +01:00
Carlos Alexandro Becker
5e04200641
fix: deps 2018-03-11 15:53:20 -03:00
tympanix
e7c7c8342b feat: File globs using mattn/go-zglob library
Added file globs to deb and rpm packager. Since the destination for
a glob can not be a single file, the files collected by the glob are
stored in: join(dst, trim(lcp(src), src)) (read: lcp = longest common
prefix). Thereby the longest common prefix is removed from every path in
the globbed files and joined with the destination path. Implementation
is backwards compatible (i.e. non-globs will work as before)
2018-03-10 23:49:01 +01:00
Carlos Alexandro Becker
186cf62043
feat: init from example 2018-02-16 19:23:11 -02:00
Carlos Alexandro Becker
5fff8cc780
fix: rpm config files 2018-02-06 00:28:30 -02:00
Carlos Alexandro Becker
8d6ebd98e2
dep and fixes 2018-02-05 00:54:03 -02:00