清理子模块 :param interval: 进程卡住超出该值(秒),则视为超时
(self, interval)
| 512 | raise NotImplementedError() |
| 513 | |
| 514 | def clean_submodules(self, interval): |
| 515 | """清理子模块 |
| 516 | |
| 517 | :param interval: <int> 进程卡住超出该值(秒),则视为超时 |
| 518 | """ |
| 519 | raise NotImplementedError() |
| 520 | |
| 521 | def cleanup(self, path, interval): |
| 522 | """解锁仓库 |