[TrueCloudLab#28] Add generated deb builder files to gitignore, and fix typo #30

Merged
Alexpast1423 merged 1 commit from master into master 2023-02-15 07:25:46 +00:00
3 changed files with 10 additions and 2 deletions
Showing only changes of commit 788f8eaba0 - Show all commits

9
.gitignore vendored
View file

@ -21,4 +21,11 @@ coverage.txt
coverage.html
# debhelpers
**/.debhelper
**/*debhelper*
# debian package build files
debian/files
debian/*.log
debian/*.substvars
debian/frostfs-s3-gw/

View file

@ -16,6 +16,7 @@ This document outlines major changes between releases.
- Update go version to go1.18 (TrueCloudLab#16)
KirillovDenis commented 2023-02-14 06:59:11 +00:00 (Migrated from github.com)
Review

Please use (TrueCloudLab#28)

Please use `(TrueCloudLab#28)`
- Return error on invalid LocationConstraint (TrueCloudLab#23)
- Place billing metrics to separate url path (TrueCloudLab#26)
- Add generated deb builder files to .gitignore, and fix typo (TrueCloudLab#28)
## [0.26.0] - 2022-12-28

2
debian/changelog vendored
View file

@ -1,4 +1,4 @@
forstfs-s3-gw (0.0.0) stable; urgency=medium
frostfs-s3-gw (0.0.0) stable; urgency=medium
KirillovDenis commented 2023-02-14 07:41:59 +00:00 (Migrated from github.com)
Review

Do we need this file (debian/changelog) to be committed if we added it to .gitignore?

Do we need this file (`debian/changelog`) to be committed if we added it to `.gitignore`?
Alexpast1423 commented 2023-02-14 10:46:47 +00:00 (Migrated from github.com)
Review

This file need for locally build debian packages

This file need for locally build debian packages
* Please see CHANGELOG.md