Skip to content

Commit

Permalink
remove remaining tls generation cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Oct 23, 2024
1 parent 387be1d commit 575fa69
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 123 deletions.
87 changes: 0 additions & 87 deletions bin/ssl.sh

This file was deleted.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,14 @@
"docs": "rm -rf ./out && jsdoc -c ./jsdoc-conf.jsonc --private -r .",
"integration": "npm run prepare-test && npm run sub-install && BORP_CONF_FILE=.borp.int.yaml time c8 -o ./coverage/integration borp --timeout 600000 --reporter ./test/lib/test-reporter.mjs",
"integration:esm": "NODE_OPTIONS='--loader=./esm-loader.mjs' BORP_CONF_FILE=.borp.int-esm.yaml time c8 -o ./coverage/integration-esm borp --reporter ./test/lib/test-reporter.mjs",
"prepare-test": "npm run ssl && npm run docker-env",
"prepare-test": "npm run docker-env",
"lint": "eslint ./*.{js,mjs} lib test bin",
"lint:fix": "eslint --fix, ./*.{js,mjs} lib test bin",
"public-docs": "jsdoc -c ./jsdoc-conf.jsonc",
"publish-docs": "./bin/publish-docs.sh",
"services": "DOCKER_PLATFORM=linux/$(uname -m) docker compose up -d --wait",
"services:stop": "docker compose down",
"smoke": "npm run ssl && time borp --timeout 180000 --reporter ./test/lib/test-reporter.mjs 'test/smoke/**/*.tap.js'",
"ssl": "./bin/ssl.sh",
"smoke": "time borp --timeout 180000 --reporter ./test/lib/test-reporter.mjs 'test/smoke/**/*.tap.js'",
"sub-install": "node test/bin/install_sub_deps",
"test": "npm run integration && npm run unit",
"third-party-updates": "oss third-party manifest --includeOptDeps && oss third-party notices --includeOptDeps && git add THIRD_PARTY_NOTICES.md third_party_manifest.json",
Expand Down
32 changes: 0 additions & 32 deletions test/lib/test-ca.conf

This file was deleted.

2 changes: 1 addition & 1 deletion third_party_manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdated": "Wed Oct 23 2024 13:51:47 GMT-0400 (Eastern Daylight Time)",
"lastUpdated": "Wed Oct 23 2024 13:54:45 GMT-0400 (Eastern Daylight Time)",
"projectName": "New Relic Node Agent",
"projectUrl": "https://github.com/newrelic/node-newrelic",
"includeOptDeps": true,
Expand Down

0 comments on commit 575fa69

Please sign in to comment.