From 6e1732f529f4863edfc34a7944d7614c8843e110 Mon Sep 17 00:00:00 2001 From: Mykhaylo Sul Date: Fri, 3 Jan 2020 11:36:09 +0100 Subject: OTA-4174: Make an ostree update a default on IP Secondary Signed-off-by: Mykhaylo Sul --- recipes-test/demo-config/files/30-fake-pacman.toml | 2 -- recipes-test/demo-config/files/30-ostree-pacman.toml | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 recipes-test/demo-config/files/30-fake-pacman.toml create mode 100644 recipes-test/demo-config/files/30-ostree-pacman.toml (limited to 'recipes-test/demo-config/files') diff --git a/recipes-test/demo-config/files/30-fake-pacman.toml b/recipes-test/demo-config/files/30-fake-pacman.toml deleted file mode 100644 index 3fb5cf2..0000000 --- a/recipes-test/demo-config/files/30-fake-pacman.toml +++ /dev/null @@ -1,2 +0,0 @@ -[pacman] -type = "fake" diff --git a/recipes-test/demo-config/files/30-ostree-pacman.toml b/recipes-test/demo-config/files/30-ostree-pacman.toml new file mode 100644 index 0000000..d2cf5b8 --- /dev/null +++ b/recipes-test/demo-config/files/30-ostree-pacman.toml @@ -0,0 +1,2 @@ +[pacman] +type = "ostree" -- cgit v1.2.3-54-g00ecf