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

7 Commits

Author SHA1 Message Date
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