]> git.sur5r.net Git - i3/i3/blob - travis/ha.sh
travis: check spelling of binaries and manpages, use docker
[i3/i3] / travis / ha.sh
1 #!/bin/sh
2 # Returns a hash to be used as version number suffix for the i3/travis-base
3 # docker container. The hash is over all files which influence what gets
4 # installed in the container, so that any changes in what needs to be installed
5 # will result in a cache invalidation.
6
7 cat debian/control travis-build.Dockerfile | sha256sum | dd bs=1 count=8 status=none