* wip: identify whats needed to obviate ghostlinkd * fix: hardlink new charter files to ftp directory * fix: hardlink new charter files to ftp directory (continued) * chore: bring settings comment up to date * chore: add archive and ftp dirs to setup of various environments * fix: test charter submits write to ftp dir * chore: remove debug * fix: test charter approval writes to ftp dir * fix: link review revisions into ftp dir * fix: link to all archive and ftp on submission post * chore: clean comments, move action to github issue * fix: link idindex files to all archive and ftp * chore: deflake * chore: remove TODO comment * fix: use settings * chore: rename new setting |
||
---|---|---|
.. | ||
.editorconfig | ||
.gitignore | ||
cleanup.sh | ||
cli.js | ||
package-lock.json | ||
package.json | ||
prepare.sh | ||
README.md | ||
settings_local.py |
Datatracker Diff Tool
This tool facilitates testing 2 different datatracker instances (with their own database) and look for changes using the diff tool. Everything runs in docker containers.
The source instance will use the code from where it is run. The target instance can be a remote tag / branch / commmit or another local folder.
Requirements
- Node
16.x
or later - Docker
Usage
- From the
dev/diff
directory, run the command:
npm install
- Then run the command:
node cli
- Follow the on-screen instructions.