Feature: Remove autotools and cleanup unused scripts/files#2968
Open
WhoBrokeTheBuild wants to merge 1 commit intoMDSplus:alphafrom
Open
Feature: Remove autotools and cleanup unused scripts/files#2968WhoBrokeTheBuild wants to merge 1 commit intoMDSplus:alphafrom
WhoBrokeTheBuild wants to merge 1 commit intoMDSplus:alphafrom
Conversation
889fc07 to
9a057b9
Compare
Member
Author
|
Due to the number of files removed, I've changed this to be |
heidthecamp
reviewed
Oct 22, 2025
| @@ -0,0 +1,30 @@ | |||
|
|
|||
| # TODO: Remove this library | |||
Contributor
There was a problem hiding this comment.
Is this a todo for later or should it be done before merging?
Member
Author
There was a problem hiding this comment.
For later, I want at least one version with a CMakeLists that can build this library should it ever prove useful
9a057b9 to
a4711bb
Compare
Remove automake files Remove `configure.ac` Remove `build.sh`, `trigger.sh`, `promote.sh`, `updatepkg.sh` Remove all `platform_build.sh` and `platform_docker_build.sh` files Remove all Makefiles associated with autotools Remove `issueNotifications.py` and `inv_commit_title.msg` Remove unused .opts files Remove unused `test-driver` Remove unused `collate_tap.pl` Remove unused `tap-to-junit.py` Remove unused/broken `memcheck` and `helgrind` helper scripts Remove unused/broken `windowslinks.bat` Remove unused/confusing `winpython` Move valgrind/sanitizer suppressions from conf/ to deploy/ Remove unused and old `/envsyms.in` (the real one is in `rpm/` Add a simple CMakeLists.txt for the likely soon to be removed `mdsobjects/cpp/testing/testutils` Remove unused `ntwdblib.*` files from the repository root Note: Adding back support for --os=maven would be nice Note: Adding a warning message if someone calls `./deploy/build.py --os=bootstrap` would be nice
a4711bb to
7823a49
Compare
heidthecamp
approved these changes
Jan 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove automake files
Remove
configure.acRemove
build.sh,trigger.sh,promote.sh,updatepkg.shRemove allplatform_build.shandplatform_docker_build.shfiles Remove all Makefiles associated with autotoolsRemove
issueNotifications.pyandinv_commit_title.msgRemove unused .opts filesRemove unused
test-driverRemove unused
collate_tap.plRemove unused
tap-to-junit.pyRemove unused/broken
memcheckandhelgrindhelper scripts Remove unused/brokenwindowslinks.batRemove unused/confusing
winpythonMove valgrind/sanitizer suppressions from conf/ to deploy/
Remove unused and old
/envsyms.in(the real one is inrpm/Add a simple CMakeLists.txt for the likely soon to be removed
mdsobjects/cpp/testing/testutilsRemove unused
ntwdblib.*files from the repository rootNote: Adding back support for --os=maven would be nice
Note: Adding a warning message if someone calls
./deploy/build.py --os=bootstrapwould be nice