[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fix bug preventing new packages to be installed

Holger Levsen holger at layer-acht.org
Wed Jul 6 15:45:35 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 a5fcd32fa4ab81c5cc8b9080574d4c4174815979
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jul 6 17:45:26 2016 +0200

    fix bug preventing new packages to be installed
---
 update_jdn.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update_jdn.sh b/update_jdn.sh
index e599b19..b6e9adc 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -176,7 +176,7 @@ if [ -f /etc/debian_version ] ; then
 	#
 	# install packages we need
 	#
-	if [ ./$0 -nt $STAMP ] || [ ! -f $STAMP ] ; then
+	if [ $BASEDIR/$0 -nt $STAMP ] || [ ! -f $STAMP ] ; then
 		DEBS=" 
 			bash-completion 
 			bc

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