1
0
Fork 0
No description
Find a file
Félix Piédallu 37adbb13c0 Apps can now provide a "version_regex" that aims to extract the version from tag an release names.
For example, version_regex = "^release_(.*)$" will extract "1.0" from "release_1.0".
2024-02-17 00:04:00 +01:00
appslib Fix list_builder.py to be compatible with Python 3.9 2024-02-09 01:41:33 +01:00
autopatches Fix scripts shebangs 2024-02-08 22:34:48 +01:00
autoupdate_app_sources Apps can now provide a "version_regex" that aims to extract the version from tag an release names. 2024-02-17 00:04:00 +01:00
autoupdater-upgrader python: run isort, add shebangs on all files 2024-02-07 14:51:42 +01:00
bot-repo-cleanup python: run isort, add shebangs on all files 2024-02-07 14:51:42 +01:00
packaging_v2 python: run isort, add shebangs on all files 2024-02-07 14:51:42 +01:00
readme_generator Rename README-generator -> readme_generator because python tools hate caps… 2024-02-15 15:03:31 +01:00
update_app_levels Fixes for update_app_levels.py 2024-02-09 21:41:26 +01:00
.gitignore Reorganize the gitignore 2024-02-15 15:03:11 +01:00
__init__.py python: run isort, add shebangs on all files 2024-02-07 14:51:42 +01:00
app_caches.py Rework list_builder.py 2024-02-08 22:20:17 +01:00
catalog_linter.py Commonize code to read catalog, categories etc 2024-02-08 22:20:17 +01:00
cron Add cron stuff 2024-02-15 17:15:08 +01:00
LICENSE Add license file. 2016-03-08 18:51:17 +01:00
list_builder.py tools/list_builder.py: use argparse to set target dir, jobs count, and disable cache updating 2024-02-14 22:44:19 +01:00