Codebase list i3-gaps / c27d3c5f-f0ce-4133-8bb8-e28e9cd8adb8/main travis / ha.sh
c27d3c5f-f0ce-4133-8bb8-e28e9cd8adb8/main

Tree @c27d3c5f-f0ce-4133-8bb8-e28e9cd8adb8/main (Download .tar.gz)

ha.sh @c27d3c5f-f0ce-4133-8bb8-e28e9cd8adb8/mainraw · history · blame

1
2
3
4
5
6
7
#!/bin/sh
# Returns a hash to be used as version number suffix for the i3/travis-base
# docker container. The hash is over all files which influence what gets
# installed in the container, so that any changes in what needs to be installed
# will result in a cache invalidation.

cat debian/control "$1" | sha256sum | dd bs=1 count=8 status=none