mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
* Fixed broken fields when packaging rpm and deb files. * Update systemd unit files, package them into RPM's. * Fix config file path for packages. * Changed unit and binary paths to conform to standard locations for each vendor. * Added featurebase owned directories. * Create featrebase user/group and chown the right dirs * Automate turning on featurebase * Updated the .gitignore to include .vscode files. * Changed RPM name to better conform to naming standards. * Pass GOARCH when building RPM's. * Avoid using recursive to remove files in this dir.
25 lines
282 B
Text
25 lines
282 B
Text
default.etcd/
|
|
*.test
|
|
vendor
|
|
.protoc-gen-gofast
|
|
.DS_Store
|
|
build
|
|
*~
|
|
release-pilosa-fsck.*.*.tar.gz
|
|
/log.*
|
|
/tourna.log.*
|
|
pilosa
|
|
/featurebase
|
|
*.dot
|
|
.idea/
|
|
.*.swp
|
|
.terraform/
|
|
*.tfstate
|
|
launch.json
|
|
.terraform.lock.hcl
|
|
__pycache__/
|
|
report.xml
|
|
outputs.json
|
|
builds/
|
|
*.tfstate.backup
|
|
.vscode
|