This is an issue tracker for the unstable-packages project. It is expected that there will be submitted bug reports or pull requests.
Personal support requests as well as general questions are discouraged here.
Important note: unacceptible behaviour including toxic language, trolling, spam is prohibited here.
If you are constantly observing "segmentation fault" or "Bad system call", freezes, attempts to access non-existent files or similar behaviour, you may submit a bug report.
-
Before opening a new issue, search for previous discussions about your topic. There is a chance that your issue was reported already.
-
Make sure that your Termux installation is up-to-date. If not, please upgrade all your packages to the latest version and try to reproduce problem again. If software update solved your problem, do not open issue.
-
Make sure that you did not mistype or broke configuration files. Just configuration typo is not worth of opening bug report.
-
Open new issue with bug report template. Remove all comments and put all necessary information according to the fields.
You have to fill at least the following fields: - **Description** Clear description of the problem you encountered. - **Steps to reproduce** Exact steps to reproduce the problem. - **System information** Just post output of the `termux-info`.
Please note that you should not expect that your problem will be solved immediately.
Project unstable-packages does not accept package requests. Please submit them to termux-packages instead. Though, if you submit a good package, your request still may be processed.
It is expected that pull request you are submitting is a bugfix or improvement. Package implementations are not accepted here same as package requests. Exceptions are only when package is moved from another repository.
-
Before opening a pull request, make sure there no other pull requests similar to yours.
-
Make sure that your changes do not break existing stuff and do not violate our coding practices and formatting guidelines (see termux-packages/docs).
-
Make sure that your changes do not introduce code that perform undesirable actions like using
su
orsudo
commands or modifying files outside of the build directories.
When you opened a pull request, repository maintainers should review it. In review process you may be requested to apply additional changes. If you will not do this, maintainers always can modify or close your pull request if necessary.
Since we use CI/CD for automatic package building and publishing, it is acceptable that simple (for example version upgrade or typo fix) pull request will be merged by collaborators without reviewing by core maintainer. Though it is expected that all changes are carefully reviewed to avoid having nasty things in our code.
Everything else must be reviewed by the core maintainer (@xeffyr).
The behaviour of CI dispatcher script can be modified by some tags specified in the commit message. Usage of tags allowed only for maintainers.
Currently, the following tags are supported:
-
%ci:no-build
- causes CI to force-exit with status 'passed'. Use it when build has to be done manually or CI already stuck at task timeout or failure. -
%ci:reset-backlog
- causes CI to perform build according to changes in the latest commit only.
All tags must be specified on a clean, separate lines. There shouldn't be any characters before or after tag specification.