aboutsummaryrefslogtreecommitdiff
path: root/hack/ostree_tag.sh
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2019-10-30 10:43:10 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2019-10-30 11:28:10 +0100
commit2046be6ae04603a581d3caffb26fc970f43765a2 (patch)
treede011d8c913080e9a71061a7507c1147955f209c /hack/ostree_tag.sh
parente7540d0406c49b22de245246d16ebc6e1778df37 (diff)
downloadpodman-2046be6ae04603a581d3caffb26fc970f43765a2.tar.gz
podman-2046be6ae04603a581d3caffb26fc970f43765a2.tar.bz2
podman-2046be6ae04603a581d3caffb26fc970f43765a2.zip
build: drop support for ostree
it is going to be removed from containers/image as well, so no longer depend on it. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'hack/ostree_tag.sh')
-rwxr-xr-xhack/ostree_tag.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/hack/ostree_tag.sh b/hack/ostree_tag.sh
deleted file mode 100755
index 06a5bc68c..000000000
--- a/hack/ostree_tag.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-if ! pkg-config glib-2.0 gobject-2.0 ostree-1 libselinux 2> /dev/null ; then
- echo containers_image_ostree_stub
-else
- echo containers_image_ostree
-fi