From af54437b44463cd0598a2f705923dcc94e05360f Mon Sep 17 00:00:00 2001 From: Marco Vedovati Date: Tue, 6 Aug 2019 13:03:36 +0200 Subject: [PATCH] ostree: use the correct build tags Starting from 9b902d0, the ostree transport is disabled by default, and ostree is enabled with the tag containers_image_ostree. Signed-off-by: Marco Vedovati --- hack/ostree_tag.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/hack/ostree_tag.sh b/hack/ostree_tag.sh index bae9d510..ac6bec61 100755 --- a/hack/ostree_tag.sh +++ b/hack/ostree_tag.sh @@ -1,6 +1,4 @@ #!/bin/bash if pkg-config ostree-1 2> /dev/null ; then - echo ostree -else - echo containers_image_ostree_stub + echo containers_image_ostree fi