[Qa-jenkins-scm] [jenkins.debian.net] 01/01: Reproducible Arch Linux: check for new packages every day (instead of every 2)

Holger Levsen holger at layer-acht.org
Mon Nov 27 16:18:29 UTC 2017


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 368d055bfa8539b27936c85529229b6962503378
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Nov 27 16:18:19 2017 +0000

    Reproducible Arch Linux: check for new packages every day (instead of every 2)
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build_archlinux_pkg.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_build_archlinux_pkg.sh b/bin/reproducible_build_archlinux_pkg.sh
index 8fb974f..800180c 100755
--- a/bin/reproducible_build_archlinux_pkg.sh
+++ b/bin/reproducible_build_archlinux_pkg.sh
@@ -42,8 +42,8 @@ handle_remote_error() {
 }
 
 update_archlinux_repositories() {
-	# every 2 days we check for new archlinux packages in all tested repositories
-	touch -d "$(date -d '2 days ago' '+%Y-%m-%d') 00:00 UTC" $DUMMY
+	# every day we check for new archlinux packages in all tested repositories
+	touch -d "$(date -d '1 day ago' '+%Y-%m-%d') 00:00 UTC" $DUMMY
 	local NEED_UPDATE=false
 	local REPO
 	for REPO in $ARCHLINUX_REPOS ; do

-- 
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