[autobackport: sssd-2-9] Fix contents of release tarball#8593
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates Makefile.am to include several CI scripts, GDB plugins, and configuration files in the distribution. It also introduces a dist-hook to remove build artifacts and cache directories such as pycache and .pytest_cache during the distribution process. Additionally, some CI-related documentation and configuration files were removed. I have no feedback to provide.
This was used by sssd-test-suite virtual machines based CI that we no longer use. Reviewed-by: Alexey Tikhonov <atikhono@redhat.com> Reviewed-by: Iker Pedrosa <ipedrosa@redhat.com> (cherry picked from commit 3b7dc8c)
The tarball contained malformed src/tests/tests folder due to including full src/tests in noinst_DATA (because $distdir/src/tests was already created by check unit tests). It also clean up the tarball to avoid various build time artifacts and including missing files. Resolves: SSSD#8514 Reviewed-by: Alexey Tikhonov <atikhono@redhat.com> Reviewed-by: Iker Pedrosa <ipedrosa@redhat.com> (cherry picked from commit f260623)
|
The pull request was accepted by @alexey-tikhonov with the following PR CI status: 🟢 CodeQL (success) There are unsuccessful or unfinished checks. Make sure that the failures are not related to this pull request before merging. |
9ab3841 to
089cdb2
Compare
This is an automatic backport of PR#8582 Fix contents of release tarball to branch sssd-2-9, created by @pbrezina.
Please make sure this backport is correct.
Note
The commits were cherry-picked without conflicts.
You can push changes to this pull request
Original commits
3b7dc8c - contrib: removed unused test-suite
f260623 - dist: clean up and fix ditribution tarball
Backported commits
Original Pull Request Body
The tarball contained malformed src/tests/tests folder due to including
full src/tests in noinst_DATA (because $distdir/src/tests was already
created by check unit tests).
It also clean up the tarball to avoid various build time artifacts and
including missing files.
Resolves: #8514