mirror of
https://github.com/odoo/runbot.git
synced 2025-03-21 10:25:44 +07:00
![]() `gc --prune` can not take a *separate* parameter, it has to be part of the same arg (the `=` is not optional), otherwise the `gc` call blows up. So use the positional form of the git command to generate the correct invocation, Python-level `foo=bar` generates a split-style option in two args which does not please git. |
||
---|---|---|
.. | ||
__init__.py | ||
cleanup_scratch_branches.py | ||
cleanup_scratch_branches.xml | ||
git_maintenance.py | ||
git_maintenance.xml |