summaryrefslogtreecommitdiff
path: root/manual-tests/static-delta-generate-crosscheck.sh
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-03-24 10:35:59 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-03-24 22:16:43 +0000
commit455cc5e8926350cf4386792090068ff71af08f15 (patch)
tree9c626a9034e23257fbfbe0b5a99111416c1ab282 /manual-tests/static-delta-generate-crosscheck.sh
parent4d873389f0aae45e18c8c40b2b868b8264beaade (diff)
downloadostree-455cc5e8926350cf4386792090068ff71af08f15.tar.gz
repo+tests: Add [core]disable-xattrs=true, use it on overlayfs
There are a lot of things suboptimal about this approach, but on the other hand we need to get our CI back up and running. The basic approach is to - in the test suite, detect if we're on overlayfs. If so, set a flag in the repo, which gets picked up by a few strategic places in the core to turn on "ignore xattrs". I also had to add a variant of this for the sysroot work. The core problem here is while overlayfs will let us read and see the SELinux labels, it won't let us write them. Down the line, we should improve this so that we can selectively ignore e.g. `security.*` attributes but not `user.*` say. Closes: https://github.com/ostreedev/ostree/issues/758 Closes: #759 Approved by: jlebon
Diffstat (limited to 'manual-tests/static-delta-generate-crosscheck.sh')
-rwxr-xr-xmanual-tests/static-delta-generate-crosscheck.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual-tests/static-delta-generate-crosscheck.sh b/manual-tests/static-delta-generate-crosscheck.sh
index 831e0b62..fd8f2189 100755
--- a/manual-tests/static-delta-generate-crosscheck.sh
+++ b/manual-tests/static-delta-generate-crosscheck.sh
@@ -43,7 +43,7 @@ assert_streq() {
validate_delta_options() {
mkdir testrepo
- ostree --repo=testrepo init --mode=bare-user
+ ostree_repo_init testrepo --mode=bare-user
ostree --repo=testrepo remote add --set=gpg-verify=false local file://${repo}
ostree --repo=${repo} static-delta generate $@ --from=${from} --to=${to}
ostree --repo=testrepo pull --require-static-deltas local ${branch}@${from}