[#2255] .gitignore, changelog: Fix dirty in deb package version #52

Closed
Alexpast1423 wants to merge 0 commits from master into master
Alexpast1423 commented 2023-02-13 12:02:46 +00:00 (Migrated from github.com)

Now after build debian package, we see "dirty" suffix in version, example:

neofs-node --version
NeoFS Storage node
Version: v0.35.0-43-g3209d746-dirty
GoVersion: go1.18.4

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 .gitignore

Signed-off-by: Aleksey Pastukhov a.pastukhov@yadro.com

Now after build debian package, we see "dirty" suffix in version, example: ``` neofs-node --version NeoFS Storage node Version: v0.35.0-43-g3209d746-dirty GoVersion: go1.18.4 ``` 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 .gitignore Signed-off-by: Aleksey Pastukhov <a.pastukhov@yadro.com>
carpawell (Migrated from github.com) reviewed 2023-02-13 12:02:46 +00:00
fyrchik (Migrated from github.com) reviewed 2023-02-13 12:02:46 +00:00
acid-ant (Migrated from github.com) reviewed 2023-02-13 12:02:46 +00:00
Some checks failed
Build / Build Components (1.20) (pull_request) Successful in 4m6s
Build / Build Components (1.19) (pull_request) Successful in 4m18s
ci/woodpecker/pr/pre-commit Pipeline failed
Required
Details
Tests and linters / Lint (pull_request) Failing after 2m10s
Tests and linters / Tests with -race (pull_request) Has started running
Tests and linters / Tests (1.19) (pull_request) Successful in 3m58s
Tests and linters / Tests (1.20) (pull_request) Successful in 3m44s
Vulncheck / Vulncheck (pull_request) Failing after 3m51s
Tests and linters / Staticcheck (pull_request) Successful in 8m3s
ci/woodpecker/push/pre-commit Pipeline was successful
Required
Details

Pull request closed

Sign in to join this conversation.
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-node#52
There is no content yet.