-
Notifications
You must be signed in to change notification settings - Fork 51
Feature: Remove autotools and cleanup unused scripts/files #2968
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
base: alpha
Are you sure you want to change the base?
Feature: Remove autotools and cleanup unused scripts/files #2968
Conversation
889fc07 to
9a057b9
Compare
|
Due to the number of files removed, I've changed this to be |
| @@ -0,0 +1,30 @@ | |||
|
|
|||
| # TODO: Remove this library | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a todo for later or should it be done before merging?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
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