summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build_arch_pkg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_build_arch_pkg.sh')
-rwxr-xr-xbin/reproducible_build_arch_pkg.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh
index beff2d66..f93bfcef 100755
--- a/bin/reproducible_build_arch_pkg.sh
+++ b/bin/reproducible_build_arch_pkg.sh
@@ -154,7 +154,12 @@ fi
#
SRCPACKAGE=sudo
build_rebuild
+# run diffoscope on the results
+TIMEOUT="30m"
+DIFFOSCOPE="$(schroot --directory /tmp -c source:jenkins-reproducible-${DBDSUITE}-diffoscope diffoscope -- --version 2>&1)"
+echo "$(date -u) - Running $DIFFOSCOPE now..."
call_diffoscope archlinux $SRCPACKAGE
+# publish page
if [ -f $TMPDIR/archlinux/$SRCPACKAGE.html ] ; then
cp $TMPDIR/archlinux/$SRCPACKAGE.html $BASE/archlinux
echo "$(date -u) - $REPRODUCIBLE_URL/archlinux/$SRCPACKAGE.html updated."