Commit ff8ab46
fix(ingest): serialize ingests + fix scan-all REPOS_DIR path leak
scan-all.sh: `/var$REPOS_DIR` concatenated a literal `/var` prefix,
producing `/var$REPOS_DIR` when REPOS_DIR was unset. Replace with a
proper guard: use REPOS_DIR only when it is non-empty and points to an
existing directory.
ingest.yml: concurrent repository_dispatch deliveries race on the
commit+push; one writer loses. Add a concurrency group
(cancel-in-progress: false) to queue them instead.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d184b7f commit ff8ab46
2 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
0 commit comments