You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gives the wrong git revision. The revision is for a temporary commit on a debug/development branch. The commit hash does not exist in the cardano-node repo nor does it occur on the master or release/11.0.x branches of db-sync .
I have run cabal clean and rebuilt it and it still gives the same commit hash.
The git commit hash should be correct regardless of whether we compile from master, a work-in-progress branch or a release branch.
The text was updated successfully, but these errors were encountered:
Previously with cabal builds the wrong git sha was being reported by
the cli tools cardano-db-sync and cardano-db-sync-extended. This
change fixes this and also adds git sha output into cardano-db-tool.
Binaries produced by nix should not be affected as they get their git
sha's injected in a post-build stage.
Closes: #844
The version command output:
gives the wrong git revision. The revision is for a temporary commit on a debug/development branch. The commit hash does not exist in the
cardano-node
repo nor does it occur on themaster
orrelease/11.0.x
branches ofdb-sync
.I have run
cabal clean
and rebuilt it and it still gives the same commit hash.The git commit hash should be correct regardless of whether we compile from
master
, a work-in-progress branch or a release branch.The text was updated successfully, but these errors were encountered: