This website requires JavaScript.
Explore
Help
Register
Sign In
containers
/
automation-tests
mirror of
https://github.com/containers/automation-tests.git
Watch
1
Star
0
Fork
You've already forked automation-tests
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d7acfb478e
automation-tests
/
hack
/
ostree_tag.sh
5 lines
95 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
if
! pkg-config ostree-1 2> /dev/null
;
then
echo
containers_image_ostree_stub
fi
Reference in New Issue
View Git Blame
Copy Permalink