- Feb 27, 2024
-
-
Pablo Correa Gomez authored
flake8 was dropped in b09df9bd, and this is a left-over that allows us to drop the setup.cfg file
-
Pablo Correa Gomez authored
Only 3.8 is not EOL, and it's just some months. Even Debian old stable is currenly on 3.9
-
Pablo Correa Gomez authored
According to https://wheel.readthedocs.io/en/stable/user_guide.html#building-wheels universal = 1 is opt-in
-
Pablo Correa Gomez authored
- Feb 18, 2024
-
-
Newbyte authored
See similar patch in pmbootstrap for rationale: https://gitlab.com/postmarketOS/pmbootstrap/-/commit/27618d5ffdb0b6cbf9471dc01a2ed14e1655ced0
-
Newbyte authored
We use this in pmbootstrap, and it is currently necessary to use Ruff. Issue about moving Ruff to community: https://gitlab.alpinelinux.org/alpine/aports/-/issues/15693
-
- Feb 15, 2024
-
-
Oliver Smith authored
-
Newbyte authored
-
- Feb 14, 2024
-
-
Newbyte authored
So we don't need to repeat it.
-
Newbyte authored
Repurposing argcomplete as a boolean telling whether the module argcomplete was found results in a variable with two distinct purposes and types, which is bad practice and confuses Mypy. As such, don't assign False to argcomplete if the module is not found and instead just check for whether it exists in sys.modules to determine whether it was imported successfully.
-
Newbyte authored
This works in practice, but Mypy does not understand it, and I'm not sure how to best resolve it.
-
-
- Feb 10, 2024
-
-
Arnav Singh authored
`mrhlpr status 123` on a non-checked-out branch would panic because `commits_follow_format` was an undefined variable.
-
- Sep 20, 2023
-
-
- Sep 08, 2023
-
-
Petr Hodina authored
-
- Aug 28, 2023
-
-
Petr Hodina authored
-
- Jul 28, 2023
-
-
Petr Hodina authored
-
- Jun 23, 2023
- Mar 14, 2023
-
-
Oliver Smith authored
Fix the part that inserts an empty line after the first line, before adding the label.
-
- Mar 12, 2023
-
-
Oliver Smith authored
Add basic logic to detect when we should insert a trailer line at the end of the commit message, before adding the CI label.
-
Oliver Smith authored
-
Oliver Smith authored
Add a new command-line argument to add the frequently used skip-build label with the default text.
-
Oliver Smith authored
-
Oliver Smith authored
- Mar 02, 2023
-
-
Clayton Craft authored
fixes #11
-
- Feb 27, 2023
-
- Feb 26, 2023
-
-
alice authored
per the documentation in https://setuptools.pypa.io/en/latest/userguide/datafiles.html include_package_data requires also specifying what it is
-
- Dec 07, 2022
-
-
Oliver Smith authored
Forgot to bump the version in mrhlpr/__init__.py, so let's tag a fixup release.
-
Oliver Smith authored
Add riscv64 for... well you know it, and also arm64 -> aarch64 for aarch64-darwin systems similar to this patch: https://lists.sr.ht/~postmarketos/pmbootstrap-devel/%3C167000939722.18650.8735853729695007724-0@git.sr.ht%3E
-
Oliver Smith authored
-
Oliver Smith authored
Currently "riscv64" jobs are named "riscv64-emulated" in alpine (in pmOS it's just "riscv64"). Adjust the script so it finds both.
-
- Nov 28, 2022
-
-
Oliver Smith authored
Keep going if the pipeline status is not "success", just print a warning instead of failing completely. Sometimes it makes sense to use this even if the overall status is still "running", for example right now I submitted a MR to alpine and the ppc64le build didn't start even though the aarch64 build was complete already.
-
- Oct 11, 2022
-
-
Casey authored
-
- May 05, 2022
-
-
Oliver Smith authored
-
- Apr 25, 2022
-
-
Oliver Smith authored
Always get the api call to the latest pipeline without cache, so we don't miss newer pipelines. The comment already said so, but the code still used the cache unless running with mrtest --no-cache.
- Apr 07, 2022
-