Skip to content
Snippets Groups Projects

Generate ostree static delta for rollback test

Merged Frédéric Dalleau requested to merge wip/fredo/T5682 into apertis/v2019dev0
All threads resolved!
Compare and Show latest version
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -275,6 +275,7 @@ def buildOStreeRollbackDelta(architecture, type, board, debosarguments = "", rep
cd ${PIPELINE_VERSION}/${architecture}/${type}
echo "/usr/bin/updatectl" > skip_list
ostree --repo=${repo} commit\
--tree=ref=${branch} \
--branch=${rollback_branch} \
--skip-list="skip_list"
ostree --repo=${repo} static-delta generate \
Loading