Skip to content

Commit

Permalink
Changes to release GitHub issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Dec 26, 2023
1 parent 70659c8 commit 76a4897
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
- [ ] [Update GIFT COPR](https://github.com/log2timeline/l2tdocs/blob/main/process/GIFT%20COPR.md) staging
- Build Fedora source rpms: `PYTHONPATH=. ./tools/build.py --preset plaso srpm`
- [ ] [Update l2tbinaries](https://github.com/log2timeline/l2tdocs/blob/main/process/l2tbinaries.md) win32 staging
- Build 32-bit Windows binaries: `PYTHONPATH=. ./tools/build.py --preset plaso msi`
- Build 32-bit Windows binaries: `PYTHONPATH=. ./tools/build.py --preset plaso wheel`
- [ ] [Update l2tbinaries](https://github.com/log2timeline/l2tdocs/blob/main/process/l2tbinaries.md) win64 staging
- Build 64-bit Windows binaries: `PYTHONPATH=. ./tools/build.py --preset plaso msi`
- Build 64-bit Windows binaries: `PYTHONPATH=. ./tools/build.py --preset plaso wheel`
- [ ] Run integration tests
- [ ] Promote pre-release to release
- [ ] [Update pypi](https://github.com/log2timeline/l2tdocs/blob/main/process/PyPI.md)
Expand Down
5 changes: 2 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ include requirements.txt test_requirements.txt
recursive-include config *
recursive-include data *
recursive-include doc *
# Do not include the test data otherwise the sdist will be too large for PyPi.
recursive-exclude test_data *
recursive-include test_data *
exclude .gitignore
exclude *.pyc
recursive-include plaso *.yaml
recursive-exclude plaso *.pyc
# The test scripts are not required in a binary distribution package they
# The test scripts are not required in a binary distribution package they
# are considered source distribution files and excluded in find_package()
# in setup.py.
recursive-include tests *.py

0 comments on commit 76a4897

Please sign in to comment.