[TrueCloudLab#28] Add generated deb builder files to gitignore, and fix typo #30
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#30
Loading…
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Now after build debian package, we see "dirty" suffix in version, example:
It's happens because
make debpackage
download all dependencies in work directory, and after download git directory have uncommited changes. All changes are placed in debian folder and i'm solve this problem after add this files in .gitignoreSigned-off-by: Aleksey Pastukhov a.pastukhov@yadro.com
@ -16,6 +16,7 @@ This document outlines major changes between releases.
- Update go version to go1.18 (TrueCloudLab#16)
Please use
(TrueCloudLab#28)
@ -1,4 +1,4 @@
forstfs-s3-gw (0.0.0) stable; urgency=medium
frostfs-s3-gw (0.0.0) stable; urgency=medium
Do we need this file (
debian/changelog
) to be committed if we added it to.gitignore
?@ -1,4 +1,4 @@
forstfs-s3-gw (0.0.0) stable; urgency=medium
frostfs-s3-gw (0.0.0) stable; urgency=medium
This file need for locally build debian packages
Please, don't delete newline at the end file