summaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-10-30 15:49:26 +0100
committerGitHub <noreply@github.com>2019-10-30 15:49:26 +0100
commita35d002b722c9beb711796de4a62faf30d067387 (patch)
tree8d85600990c53b23867409f25aaaf8715e5879ea /hack
parent63b57f5147462bef19df842f9c92868f7bdaea8a (diff)
parent2046be6ae04603a581d3caffb26fc970f43765a2 (diff)
downloadpodman-a35d002b722c9beb711796de4a62faf30d067387.tar.gz
podman-a35d002b722c9beb711796de4a62faf30d067387.tar.bz2
podman-a35d002b722c9beb711796de4a62faf30d067387.zip
Merge pull request #4376 from giuseppe/drop-ostree
build: drop support for ostree
Diffstat (limited to 'hack')
-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