Merge pull request #6676 from guggero/fix-release-reproducibility

Fix release reproducibility
This commit is contained in:
Olaoluwa Osuntokun 2022-06-28 15:08:01 -07:00 committed by GitHub
commit f1717ea421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

4
.gitignore vendored
View File

@ -77,3 +77,7 @@ coverage.txt
# Visual Studio cache/options directory
.vs/
# Release build directory (to avoid build.vcs.modified Golang build tag to be
# set to true by having untracked files in the working directory).
/lnd-*/

View File

@ -1,5 +1,11 @@
# Release Notes
## Build system
* [Add the release build directory to the `.gitignore` file to avoid the release
binary digest to be different whether that folder exists or
not](https://github.com/lightningnetwork/lnd/pull/6676)
## `lncli`
* [Add `payment_addr` flag to `buildroute`](https://github.com/lightningnetwork/lnd/pull/6576)
@ -32,5 +38,6 @@
* Elle Mouton
* ErikEk
* Oliver Gugger
* Priyansh Rastogi
* Yong Yu