[Qa-jenkins-scm] [jenkins.debian.net] 01/01: make rmstamp less painful

Holger Levsen holger at layer-acht.org
Fri Dec 23 21:10:47 UTC 2016


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 2f8c4192372ab4001d3b03e8ac9dc96fbca55ec3
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Dec 23 22:10:44 2016 +0100

    make rmstamp less painful
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 deploy_jdn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/deploy_jdn b/deploy_jdn
index e010761..dcd6833 100755
--- a/deploy_jdn
+++ b/deploy_jdn
@@ -111,7 +111,7 @@ elif [ "$1" = "upgradey" ] ; then
 	real_command="export LANG=C && sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get -y dist-upgrade && sudo apt-get clean"
 	shift
 elif [ "$1" = "rmstamp" ] ; then
-	real_command="sudo rm /var/log/jenkins/*stamp"
+	real_command="sudo rm -f /var/log/jenkins/*stamp && echo '__reallyreally=ok__'"
 	reset_clock=false
 	shift
 elif [ "$1" = "check" ] ; then

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