[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: fix copy+waste error

Holger Levsen holger at layer-acht.org
Sun Jun 18 20:59:01 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 77b76e19c46c6a3099f97f7da4f75fc39f8fbdf2
Author: Holger Levsen <holger at layer-acht.org>
Date:   Sun Jun 18 22:58:24 2017 +0200

    reproducible Debian: fix copy+waste error
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 update_jdn.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update_jdn.sh b/update_jdn.sh
index 8063e7c..49d3fb3 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -619,7 +619,7 @@ explain "packages configured."
 #
 # teach jessie and ubuntu 16.04 how to debootstrap buster
 #
-[ -L /usr/share/debootstrap/scripts/buster ] || ( cd /usr/share/debootstrap/scripts/buster ; ln -s sid buster )
+[ -L /usr/share/debootstrap/scripts/buster ] || ( cd /usr/share/debootstrap/scripts/ ; ln -s sid buster )
 
 #
 # install the heart of jenkins.debian.net

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