Skip to content

Commit

Permalink
correct jq in dev-env (digital-asset#463)
Browse files Browse the repository at this point in the history
* correct jq in dev-env

* Remove references to lsof and dead scripts that called lsof since it is no longer in dev-env
  • Loading branch information
dasormeter authored Apr 12, 2019
1 parent 1326596 commit b594fcf
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 233 deletions.
84 changes: 0 additions & 84 deletions build-scripts/monitoring/open_ports.sh

This file was deleted.

1 change: 0 additions & 1 deletion dev-env/bin/dade-collect-garbage
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env bash
DADE_CURRENT_SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source "$DADE_CURRENT_SCRIPT_DIR/../lib/dade-common"
buildTool lsof out 0
nix-store --gc
2 changes: 1 addition & 1 deletion dev-env/bin/jq
4 changes: 0 additions & 4 deletions dev-env/bin/nix-prefetch-git-hydra

This file was deleted.

84 changes: 0 additions & 84 deletions ledger/scripts/test/sandbox-startup.sh

This file was deleted.

57 changes: 0 additions & 57 deletions navigator/integration-test/test-local-navigator.sh

This file was deleted.

2 changes: 0 additions & 2 deletions nix/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ in rec {
undmg = pkgs.undmg;
jfrog = pkgs.callPackage ./tools/jfrog-cli {};

nix-prefetch-git = pkgs.nix-prefetch-git;

# Cloud tools
gcloud = pkgs.google-cloud-sdk;
bq = gcloud;
Expand Down

0 comments on commit b594fcf

Please sign in to comment.