Skip to content

Commit

Permalink
Merge pull request #7609 from ipfs/fix/deterministic-assets
Browse files Browse the repository at this point in the history
fix: make assets deterministic
  • Loading branch information
aschmahmann authored Aug 20, 2020
2 parents 2d0cca8 + 4aa210c commit 2e7343c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion assets/assets.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:generate git submodule update --init ./dir-index-html
//go:generate go run github.com/go-bindata/go-bindata/v3/go-bindata -pkg=assets init-doc dir-index-html/dir-index.html dir-index-html/knownIcons.txt
//go:generate go run github.com/go-bindata/go-bindata/v3/go-bindata -mode=0644 -modtime=1403768328 -pkg=assets init-doc dir-index-html/dir-index.html dir-index-html/knownIcons.txt
//go:generate gofmt -w bindata.go
//go:generate sh -c "sed -i \"s/.*BindataVersionHash.*/BindataVersionHash=\\\"$(git hash-object bindata.go)\\\"/\" bindata_version_hash.go"
//go:generate gofmt -w bindata_version_hash.go
Expand Down
18 changes: 9 additions & 9 deletions assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/bindata_version_hash.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
package assets

const (
BindataVersionHash = "f8497893ebd3e47fe8ff172d4b60b4315a0006ee"
BindataVersionHash = "60ae1cfa3f31134017737125db89f905dd3eea98"
)

0 comments on commit 2e7343c

Please sign in to comment.