Commit 75e11acf authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible Archlinux: also check for race-conditions

parent 6fd46e4f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -328,7 +328,7 @@ See link:https://jenkins.debian.net/userContent/about.html["about jenkins.debian
*** create new job to recreate all pkg pages
*** create json
** misc:
*** we share /var/log/jenkins/reproducible-race-conditions.log and reproducible-remote-error.log with debian, is that ok? (else fix maintenance job and handle_race_condition() and handle_remote_error())
*** nothing to do here: we share /var/log/jenkins/reproducible-race-conditions.log and reproducible-remote-error.log with debian, is ok? should be. (else fix maintenance job and handle_race_condition() and handle_remote_error())
*** make build.sh respect pacman exit code, see FIXME in _html_.sh
*** debian uses a table removed_packages, should this be used here too?
*** debian uses a table manual_scheduler to limit the amount of packages someone can schedule per day...
+1 −1
Original line number Diff line number Diff line
@@ -581,7 +581,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ] ; then
				fi
				if grep -q https $PROBLEM ; then
					echo "$(grep -c https $PROBLEM) entries found:"
					if [ "$(basename $PROBLEM)" != "reproducible-remote-error.log" ]; then
					if [ "$(basename $PROBLEM)" != "reproducible-remote-error.log" ] && [ "$(basename $PROBLEM)" != "reproducible-race-conditions.log" ] ; then
						OTHERPROJECTS=""
					else
						OTHERPROJECTS="archlinux fedora"