From 4ebdc33e5e96a4d4cfe89649d0421965638bd621 Mon Sep 17 00:00:00 2001 From: Lars Karlitski Date: Sun, 28 Jul 2019 21:23:27 +0200 Subject: [PATCH] samples: fix base ids MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I broke them with the io.weldr → org.osbuild move. --- samples/base-qcow2.json | 2 +- samples/base-with-grub2.json | 2 +- samples/base-with-locale.json | 2 +- samples/base-with-selinux.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/base-qcow2.json b/samples/base-qcow2.json index e951570f..77ba7a30 100644 --- a/samples/base-qcow2.json +++ b/samples/base-qcow2.json @@ -1,6 +1,6 @@ { "name": "base-qcow2", - "base": "d7f6aca0b9cf09833f70983c20ef3ac6e626152ee99901fc07f26cbf85c2bced", + "base": "b317426a4dcbef722cf6cccb117deedc0e636dcc24e5d3283e7e6fc2076f1e62", "assembler": { "name": "org.osbuild.qcow2", diff --git a/samples/base-with-grub2.json b/samples/base-with-grub2.json index 5361f338..283fbf3e 100644 --- a/samples/base-with-grub2.json +++ b/samples/base-with-grub2.json @@ -1,6 +1,6 @@ { "name": "base-with-grub2", - "base": "baa7c544f69bb82d5f3992dd534e203a8f8442a47e751a286481f391a2d1f075", + "base": "cf184c3183ada9edd0b7a728dedc337ac7f4b3df0393b4628a361d8d1fcfa9c0", "stages": [ { "name": "org.osbuild.grub2", diff --git a/samples/base-with-locale.json b/samples/base-with-locale.json index e111d745..d5678e49 100644 --- a/samples/base-with-locale.json +++ b/samples/base-with-locale.json @@ -1,6 +1,6 @@ { "name": "base-with-locale", - "base": "baa7c544f69bb82d5f3992dd534e203a8f8442a47e751a286481f391a2d1f075", + "base": "ba22ac2afc2db87df992d8937ee6664f53808465821670b0d636b3ebfac4ce9c", "stages": [ { "name": "org.osbuild.locale", diff --git a/samples/base-with-selinux.json b/samples/base-with-selinux.json index ff1776de..f18c8414 100644 --- a/samples/base-with-selinux.json +++ b/samples/base-with-selinux.json @@ -1,6 +1,6 @@ { "name": "base-with-selinux", - "base": "baa7c544f69bb82d5f3992dd534e203a8f8442a47e751a286481f391a2d1f075", + "base": "a26f5fd7cee0b606f35887e1df9c7449af13ab0f62c01b81ecd1bf9e623449ed", "stages": [ { "name": "org.osbuild.selinux",