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
1
Compare changes
  • Side-by-side
  • Inline
@@ -103,7 +103,7 @@ actions:
- action: run
description: Create defaut environment for u-boot
chroot: false
command: echo "bootcount=0" > u-boot.env ; mkenvimage -s 0x2000 -o u-boot.env u-boot-env.txt
command: echo "bootcount=0" > u-boot-env.txt ; mkenvimage -s 0x2000 -o u-boot.env u-boot-env.txt
- action: raw
description: Install U-Boot environment
Loading