Commit dd1f4b12 authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Debian: set SUDO_USER when rescheduling

parent 8d145dc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -127,7 +127,7 @@ update_db_and_html() {
	echo "$(date -u) - successfully updated the database and updated $DEBIAN_URL/rb-pkg/${SUITE}/${ARCH}/$SRCPACKAGE.html"
	echo
	if $RETRY ; then
		/srv/jenkins/bin/reproducible_schedule_on_demand.sh -a ${ARCH} -s ${SUITE} ${SRCPACKAGE} || true
		SUDO_USER=jenkins /srv/jenkins/bin/reproducible_schedule_on_demand.sh -a ${ARCH} -s ${SUITE} ${SRCPACKAGE} || true
	fi
}