Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Fix rsync of base rpmdb with sqlite
Apparently small rpmdb changes can cause the size to stay the same due to preallocation, and rsync defaults to skipping files based on (name, size, mtime). It's really ostree's mtime canonicalization that's unfortunate here. Anyways, we obviously don't care about performance here so use `-I` to disable that rsync check. (Also remove the `mkdir -p` since it's not necessary since a long time) Closes: coreos#2435
- Loading branch information