Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor!: remove text/* files, which are no longer useful #55

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ You may access the QADB in many ways:
the section *QA data storage, Table files* below for details for how
to read these files
* QADB JSON files are stored in `qadb/*/qaTree.json`
* there are also some text files stored in `text/`, but they are no longer maintained

## Software Access

Expand Down Expand Up @@ -265,9 +264,7 @@ Documentation for QADB maintenance and revision
* [ ] `mkdir qadb/pass${pass}/${dataset}/`, then copy the final `qaTree.json` and
`chargeTree.json` to that directory
* [ ] add/update a symlink to this dataset in `qadb/latest`, if this is a new Pass
* [ ] run `source environ.sh` and:
* [ ] run `bin/makeTables.sh`
* [ ] run `bin/makeTextFiles.sh`
* [ ] run `source environ.sh`, then `bin/makeTables.sh`
* [x] ~~update customized QA criteria sets, such as `OkForAsymmetry`~~ this function is no longer maintained
* [ ] update the above table of data sets
* [ ] submit a pull request
Expand Down
35 changes: 0 additions & 35 deletions bin/makeTextFiles.sh

This file was deleted.

Loading
Loading