[Qa-jenkins-scm] [jenkins.debian.net] 01/01: torbrowser tests: preserve .git* when creating a git workspace copy

Holger Levsen holger at moszumanska.debian.org
Wed Jan 6 17:11:57 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 36cb95648779afb86477542d9cf11ab46d17c6f4
Author: Holger Levsen <holger at layer-acht.org>
Date:   Wed Jan 6 18:11:44 2016 +0100

    torbrowser tests: preserve .git* when creating a git workspace copy
---
 bin/test_torbrowser-launcher.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh
index b69adde..69ef2d8 100755
--- a/bin/test_torbrowser-launcher.sh
+++ b/bin/test_torbrowser-launcher.sh
@@ -410,7 +410,7 @@ prepare_git_workspace_copy() {
 	echo "$(date -u) - preparing git workspace copy in $TMPDIR/git"
 	git branch -av
 	mkdir $TMPDIR/git
-	cp -r * $TMPDIR/git
+	cp -r .git* * $TMPDIR/git
 	echo
 }
 

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