Skip to content

Commit

Permalink
fixup! compose: Add ostree-layers and ostree-override-layers
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Jun 7, 2019
1 parent b57163c commit 2405a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compose-tests/test-misc-tweaks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ for x in $(seq 3); do
ostree --repo="${repobuild}" commit --consume --no-xattrs --owner-uid=0 --owner-gid=0 -b testlayer-${x} --tree=dir=tmp
done
rm tmp/usr -rf
mkdir -p tmp/usr/share/info
mkdir -p tmp/usr/{share/info,bin}
echo sweet new ls binary > tmp/usr/bin/ls
ostree --repo="${repobuild}" commit --consume --no-xattrs --owner-uid=0 --owner-gid=0 -b testoverride-1 --tree=dir=tmp
cat >> ${new_treefile} <<EOF
Expand Down

0 comments on commit 2405a7b

Please sign in to comment.