README
task-abicheck is a taskotron task which is intended to check ABI compatibility of a package update
pushed in bodhi for testing against latest stable package available for that Fedora release.

To run this task locally, execute the following command as root (don't do this
on a production machine!):

$ ansible-playbook tests.yml -e taskotron_item=foo-1.0-1.fc23

Here, replace foo-1.0-1.fc23 with package build id for which you want to see ABI compatibility.
build id is usually a recent update of package which is pushed in bodhi for testing.

You can see the results in ./artifacts/ directory.