Skip to content
Snippets Groups Projects
Commit 59bfa28e authored by Frédéric Dalleau's avatar Frédéric Dalleau
Browse files

Generate rollback delta in a test subdirectory


Signed-off-by: default avatarFrédéric Dalleau <frederic.dalleau@collabora.com>
parent a94c0f9e
No related branches found
No related tags found
1 merge request!115Generate rollback delta in a test subdirectory
...@@ -266,12 +266,13 @@ def buildOStreeRollbackDelta(architecture, type, board, debosarguments = "", rep ...@@ -266,12 +266,13 @@ def buildOStreeRollbackDelta(architecture, type, board, debosarguments = "", rep
--tree=ref=${branch} \ --tree=ref=${branch} \
--branch=${rollback_branch} \ --branch=${rollback_branch} \
--skip-list="skip_list" --skip-list="skip_list"
mkdir -p tests
ostree --repo=${repo} static-delta generate \ ostree --repo=${repo} static-delta generate \
--from=${branch} \ --from=${branch} \
--to=${rollback_branch} \ --to=${rollback_branch} \
--inline \ --inline \
--min-fallback-size=1024 \ --min-fallback-size=1024 \
--filename ${image_name}_rollback.delta""") --filename tests/${image_name}_rollback.delta""")
} }
/** Generate the image name /** Generate the image name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment