Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
[DEVOPS-970] include the cardano-sl version in the cross-daedalus-bri…
Browse files Browse the repository at this point in the history
…dge as well
  • Loading branch information
cleverca22 committed Feb 21, 2019
1 parent ca76e45 commit 4957b49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions nix/daedalus-bridge.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ runCommand "cardano-daedalus-bridge-${version}" {
cd $out
${optionalString (buildId != null) "echo ${buildId} > build-id"}
echo ${gitrev} > commit-id
# this comes from cardano-sl.cabal, via an inherit in default.nix
echo ${version} > version
cp --no-preserve=mode -R ${cardano-sl-config}/lib config
Expand Down
2 changes: 2 additions & 0 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@ let
cp ${./log-configs/daedalus.yaml} log-config-prod.yaml
cp ${./lib/configuration.yaml} configuration.yaml
cp ${./lib}/*genesis*.json .
# this comes from cardano-sl.cabal, via an inherit in default.nix
echo ${cardano.rev} > commit-id
echo ${iohkPkgs.version} > version
${pkgs.zip}/bin/zip -9 $out/CardanoSL.zip *
# add CardanoSL.zip to the hydra-build-products to make
Expand Down

0 comments on commit 4957b49

Please sign in to comment.