Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • seco-ne/yocto/infrastructure/gitlab-ci
1 result
Show changes
Commits on Source (1)
......@@ -183,12 +183,10 @@ def main():
# The image file format may vary depending on machine and distribution.
if distro == "seconorth-fngsystem":
img_pattern = "*.rootfs.cpio.gz"
elif distro == "seconorth-wayland":
else:
img_pattern = "*.rootfs.tar.gz"
if "genio" in machine:
img_pattern = "*.rootfs.wic.img"
else:
img_pattern = ""
for name, size in deploy_files__main.items():
if fnmatch.fnmatch(name, img_pattern):
......