Commit 9cb3c25
Force content comparison on the local reprepro sync-up
reprepro rewrites db/*.db in place, frequently without changing the file
size or mtime (fixed-size BDB pages, sub-second rewrite). The local test
sync-up used plain `rsync -a --delete`, whose size+mtime quick-check then
skips the modified db, publishing a repo whose db is stale relative to the
freshly-exported pool/dists. This desync made the round-trip test flaky and
its AC#3 assertion pass vacuously. Add --checksum to mirror the production
gs:// leg's -c so the db is always mirrored.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 09cf05e commit 9cb3c25
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
90 | 95 | | |
91 | 96 | | |
0 commit comments