Skip to content

Commit

Permalink
ostree: fix tag for build constraint
Browse files Browse the repository at this point in the history
Build tag 'ostree' is needed to match the constraint of
vendor/github.com/containers/storage/pkg/ostree/ostree.go
instead of that of
vendor/github.com/containers/storage/pkg/ostree/no_ostree.go

Signed-off-by: Silvano Cirujano Cuesta <silvano.cirujano-cuesta@siemens.com>

Closes: #1137
Approved by: giuseppe
  • Loading branch information
Silvanoc authored and rh-atomic-bot committed Oct 30, 2018
1 parent 60485e6 commit 38319b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ostree_tag.sh
@@ -1,4 +1,6 @@
#!/bin/bash
if ! pkg-config ostree-1 2> /dev/null ; then
if pkg-config ostree-1 2> /dev/null ; then
echo ostree
else
echo containers_image_ostree_stub
fi

0 comments on commit 38319b6

Please sign in to comment.