#!/bin/sh
: ${d:=.}

cd $d
[ -e _build.standard.x86_64 ] && cd _build.standard.x86_64
export LANG=C
export LC_ALL=C
# image builds are not reproducible atm, so we skip it in the output hash
find * -type f -name \*.rpm | sort | xargs sha256sum | tee .sha256sums
