mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 09:37:02 +00:00
- Rename BUILD_DATE to BUILDDATE in goxc - Update travis config - Follow linter recommendations for inbucket.go - Follow linter recommendations for config package - Follow linter recommendations for log package - Follow linter recommendations for pop3d package - Follow linter recommendations for smtpd package - Follow linter recommendations for web package - Fix Id -> ID in templates - Add shebang to REST demo scripts - Add or refine many comments
18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"ArtifactsDest": "target",
|
|
"TasksExclude": [
|
|
"pkg-build"
|
|
],
|
|
"Arch": "amd64",
|
|
"Os": "darwin freebsd linux windows",
|
|
"ResourcesInclude": "README*,LICENSE*,inbucket.bat,etc,themes",
|
|
"PackageVersion": "1.1.0",
|
|
"PrereleaseInfo": "alpha",
|
|
"ConfigVersion": "0.9",
|
|
"BuildSettings": {
|
|
"LdFlagsXVars": {
|
|
"TimeNow": "main.BUILDDATE",
|
|
"Version": "main.VERSION"
|
|
}
|
|
}
|
|
} |