[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible archlinux: drop broken dummy code, instead of fixing, we rather need a proper scheduler considering package versions…

Holger Levsen holger at moszumanska.debian.org
Wed Dec 23 11:49:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 5be7a6c1db7e6e98b8319ecf0976d4667781dc6e
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Dec 23 12:49:13 2015 +0100

    reproducible archlinux: drop broken dummy code, instead of fixing, we rather need a proper scheduler considering package versions…
---
 bin/reproducible_html_archlinux.sh | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/bin/reproducible_html_archlinux.sh b/bin/reproducible_html_archlinux.sh
index af2af85..1766ad3 100755
--- a/bin/reproducible_html_archlinux.sh
+++ b/bin/reproducible_html_archlinux.sh
@@ -10,23 +10,11 @@ common_init "$@"
 # common code
 . /srv/jenkins/bin/reproducible_common.sh
 
-force_if_old_enough() {
-	# force re-testing of 404 packages after 3 days
-	if [ $COMPARE_DUMMY -nt $1 ] ; then
-		echo "$(date -u) - forcing rebuild of $REPOSITORY/$(basename $1) because '$2'"
-		touch -d "$FORCE_DATE 00:00 UTC" $1
-	fi
-}
-
 ARCHBASE=$BASE/archlinux
 #
 # analyse results to create the webpage
 #
 echo "$(date -u) - starting to analyse build results."
-COMPARE_DUMMY=$(mktemp -t rhtml-archlinux-XXXXXXXX)
-COMPARE_DATE=$(date -d "3 days ago" '+%Y-%m-%d')
-echo touch -d "$COMPARE_DATE 00:00 UTC" $COMPARE_DUMMY
-FORCE_DATE=$(date -d "100 days ago" '+%Y-%m-%d')
 MEMBERS_FTBFS="0 1 2 3 4"
 MEMBERS_DEPWAIT="0 1"
 MEMBERS_404="0 1 2 3 4 5 6 7"
@@ -104,7 +92,6 @@ for REPOSITORY in $ARCHLINUX_REPOS ; do
 					EXTRA_REASON="with SSL certificate problem"
 				fi
 				echo "       <img src=\"/userContent/static/weather-severe-alert.png\" alt=\"404 icon\" /> download failed $EXTRA_REASON" >> $HTML_BUFFER
-				force_if_old_enough $ARCHLINUX_PKG_PATH "download failed $EXTRA_REASON"
 			elif [ ! -z "$(egrep '==> ERROR: One or more files did not pass the validity check' $ARCHLINUX_PKG_PATH/build1.log)" ] ; then
 				HTML_TARGET=${HTML_FTBFS[0]}
 				let NR_FTBFS+=1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list