1
1
mirror of https://github.com/goreleaser/nfpm synced 2024-09-28 11:41:58 +02:00

added testdata config

This commit is contained in:
Matthias Schneider 2018-09-14 15:51:48 +02:00 committed by Carlos Alexandro Becker
parent 5c2749c5bb
commit 1a5494328c

17
testdata/versionenv.yaml vendored Normal file
View File

@ -0,0 +1,17 @@
# Configuration file used to unit test overrides
name: "foo"
arch: "amd64"
version: "v$GOROOT"
config_files:
whatever.conf: "/etc/foo/whatever.conf"
overrides:
deb:
depends:
- deb_depend
config_files:
deb.conf: "/deb/path"
rpm:
depends:
- rpm_depend
config_files:
rpm.conf: "/rpm/path"