#!/bin/sh
# usage: jsondiff old new > reproducible.json.diff
diff -I opensusesigdate -I '"verified"' -I 'opensuseautoclassify' -I 'opensusetweaks' -I 'build_duration"' -I 'build_date"' -I 'version"' -u5 "$@"
