diff options
| author | Frederick Muriuki Muriithi | 2025-09-04 12:30:19 -0500 |
|---|---|---|
| committer | Pjotr Prins | 2026-01-05 11:12:10 +0100 |
| commit | 8be57348c7d03cad82034e0c2f12d280ea39d271 (patch) | |
| tree | d7b0629a22c8eccda1e84462fa43866203a43bbf /issues/genenetwork2/remove-bin-genenetwork2-script.gmi | |
| parent | 070134cb48cfdcc17b25cd57b2e012afe1371599 (diff) | |
| download | gn-gemtext-8be57348c7d03cad82034e0c2f12d280ea39d271.tar.gz | |
Remove bin/genenetwork2 script: New issue.
Diffstat (limited to 'issues/genenetwork2/remove-bin-genenetwork2-script.gmi')
| -rw-r--r-- | issues/genenetwork2/remove-bin-genenetwork2-script.gmi | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/issues/genenetwork2/remove-bin-genenetwork2-script.gmi b/issues/genenetwork2/remove-bin-genenetwork2-script.gmi new file mode 100644 index 0000000..ffaeade --- /dev/null +++ b/issues/genenetwork2/remove-bin-genenetwork2-script.gmi @@ -0,0 +1,29 @@ +# Remove `bin/genenetwork2` Script + +## Tags + +* type: improvement +* status: open +* priority: medium +* assigned: fredm, bonfacem, alexm, zachs +* interested: pjotrp, aruni +* keywords: gn2, bin/genenetwork2, startup script + +## Description + +The `bin/genenetwork2` script was used for a really long time to launch Genenetwork2, and has served that purpose with honour and dedication. We applaud that. + +It is, however, time to retire the script, since at this point in time, it serves more to obfuscate the startup that as a helpful tool. + +On production, we have all but abandoned the use of the script, and we need to do the same for CI/CD, and eventually, development. + +This issue tracks the process, and problems that come up during the move to retire the script. + +### Process + +* [ ] Identify how to run unit tests without the script +* [ ] Document how to run unit tests without the script +* [ ] Identify how to run mechanical-rob tests without the script +* [ ] Document how to run mechanical-rob tests without the script +* [ ] Update CI/CD definitions to get rid of the references to the script +* [ ] Delete the script from the repository |
