Skip to content

Commit

Permalink
CAD-2023 stack: remove remaining mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire authored and Denis Shevchenko committed Oct 20, 2020
1 parent 71fa66a commit 7086a2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Expand Up @@ -12,10 +12,8 @@ tags
/bin
/dist
/dist-newstyle
.stack-work/

.ghc.environment.*
stack.yaml.lock

## Runtime artifacts
##
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

# cardano-benchmarking

This repository contains important tool for `cardano-node` benchmarking - [cardano-tx-generator](https://github.com/input-output-hk/cardano-benchmarking/tree/master/cardano-tx-generator). This is a generator of transactions, both for Byron and Shelley. For more details please [see the project](https://github.com/input-output-hk/cardano-benchmarking/tree/master/cardano-tx-generator).
This repository contains important tool for `cardano-node` benchmarking - [cardano-tx-generator](https://github.com/input-output-hk/cardano-benchmarking/tree/master/cardano-tx-generator). This is a generator of transactions, both for Byron and Shelley protocols. For more details please [see the project](https://github.com/input-output-hk/cardano-benchmarking/tree/master/cardano-tx-generator).

## Building on Linux / macOS

Expand Down
4 changes: 2 additions & 2 deletions scripts/lib.sh
Expand Up @@ -195,8 +195,8 @@ actually_run()

## Handle --build-only (ugh..)
if test -n "${build_only}"
then local rob='build' dash2= stackprep="$pkg:exe:"
else local rob='run' dash2="--" stackprep=
then local rob='build' dash2=
else local rob='run' dash2="--"
fi

local CMD=()
Expand Down

0 comments on commit 7086a2e

Please sign in to comment.