[Qa-jenkins-scm] [jenkins.debian.net] 01/01: update_jdn: force reconfiguration of apache and munin when update_jdn.sh is updated

Mattia Rizzolo mattia at debian.org
Fri Aug 11 16:56:08 UTC 2017


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

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

commit 468d8b650e553dfd40e12369d2809caf90bc44f9
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Fri Aug 11 18:55:55 2017 +0200

    update_jdn: force reconfiguration of apache and munin when update_jdn.sh is updated
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 update_jdn.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/update_jdn.sh b/update_jdn.sh
index c5400c3..120bff1 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -569,7 +569,7 @@ sudo chown root.root /etc/sudoers.d/jenkins-adm ; sudo chmod 700 /etc/sudoers.d/
 [ -f /etc/mailname ] || ( echo $HOSTNAME.debian.net | sudo tee /etc/mailname )
 
 if [ "$HOSTNAME" = "jenkins" ] ; then
-	if [ $BASEDIR/hosts/$HOSTNAME/etc/apache2 -nt $STAMP ] || [ ! -f $STAMP ] ; then
+	if ! $UP2DATE || [ $BASEDIR/hosts/$HOSTNAME/etc/apache2 -nt $STAMP ]  ; then
 		if [ ! -e /etc/apache2/mods-enabled/proxy.load ] ; then
 			sudo a2enmod proxy
 			sudo a2enmod proxy_http
@@ -594,7 +594,7 @@ if [ "$HOSTNAME" = "jenkins" ] ; then
 	fi
 fi
 
-if [ $BASEDIR/hosts/$HOSTNAME/etc/munin -nt $STAMP ] || [ ! -f $STAMP ] ; then
+if ! $UP2DATE || [ $BASEDIR/hosts/$HOSTNAME/etc/munin -nt $STAMP ] ; then
 	cd /etc/munin/plugins
 	sudo rm -f postfix_* open_inodes interrupts irqstats threads proc_pri vmstat if_err_* exim_* netstat fw_forwarded_local fw_packets forks open_files users nfs* iostat_ios ntp* 2>/dev/null
 	case $HOSTNAME in

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