Skip to content

Commit

Permalink
update other script references to tpaexec
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-heyer authored and djw-m committed Sep 11, 2023
1 parent a5a6dc4 commit 75c7a1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/source/dispatch_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"EnterpriseDB/bdr": f"node {args.workspace}/destination/scripts/source/bdr.js {args.workspace}/source {args.workspace}/destination --unhandled-rejections=strict",
"EnterpriseDB/pglogical": f"node {args.workspace}/destination/scripts/source/pglogical.js {args.workspace}/source {args.workspace}/destination --unhandled-rejections=strict",
"EnterpriseDB/harp": f"rsync -a --delete {args.workspace}/source/docs/user_guide/ {args.workspace}/destination/product_docs/docs/harp/2.0/",
"EnterpriseDB/tpaexec": f"{args.workspace}/destination/scripts/source/process-tpa-docs.sh {args.workspace}/source {args.workspace}/destination",
"EnterpriseDB/tpa": f"{args.workspace}/destination/scripts/source/process-tpa-docs.sh {args.workspace}/source {args.workspace}/destination",
}

ret = os.system(
Expand Down
2 changes: 1 addition & 1 deletion scripts/source/process-tpa-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ node $DESTINATION_CHECKOUT/scripts/source/files-to-ignore.mjs \

cd $SOURCE_CHECKOUT/docs/

node $DESTINATION_CHECKOUT/scripts/source/tpaexec.js src
node $DESTINATION_CHECKOUT/scripts/source/tpa.js src

node $DESTINATION_CHECKOUT/scripts/source/merge-indexes.mjs \
"$SOURCE_CHECKOUT/docs/src/index.mdx" \
Expand Down
2 changes: 1 addition & 1 deletion scripts/source/tpa.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// run: node scripts/source/tpaexec.js source_path"
// run: node scripts/source/tpa.js source_path"
// purpose:
// Import and convert the tpa docs to EDB Docs -style MDX
//
Expand Down

1 comment on commit 75c7a1c

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.