summary refs log tree commit diff stats
path: root/ganarchy/core.py
AgeCommit message (Collapse)Author
2022-02-06Attempt to add pinned reposSoniEx2
2022-01-20Add support for threadsSoniEx2
This is not very good but it does provide a huge speedup!
2022-01-20Backport ganarchy-rust with_work_reposSoniEx2
2020-07-26Add the run-once targetSoniEx2
I need to look into async/await before trying to make a proper run target, but this should help until then.
2020-07-23Restore functionality feature/new-configSoniEx2
Everything works again, as far as I can tell.
2020-07-19Partially restore cron-target functionalitySoniEx2
Restored functionality: - Can use `config`, `project-list` and `index` targets Still broken: - `cron-target` with a project doesn't work yet
2020-07-19Move a lot of things around (broken)SoniEx2