[Qa-jenkins-scm] [jenkins.debian.net] 01/01: Revert "use `rsync --delete` instead of `cp` while copying jenkins scripts so old files can be removed from the target directory"

Holger Levsen holger at layer-acht.org
Fri Jun 17 19:13:38 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 1b7f5abf613c31ad0fe4b92e77027abf80679657
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Jun 17 21:13:00 2016 +0200

    Revert "use `rsync --delete` instead of `cp` while copying jenkins scripts so old files can be removed from the target directory"
    
    This reverts commit 4c33d419b112e4c276456da5c054755e07dd400f.
---
 update_jdn.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update_jdn.sh b/update_jdn.sh
index cc91ab5..e99bf87 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -445,7 +445,7 @@ explain "packages configured."
 cd $BASEDIR
 [ -d /srv/jenkins/features ] && sudo rm -rf /srv/jenkins/features
 for dir in bin logparse cucumber live ; do
-	sudo rsync -rpt --delete -n $dir /srv/jenkins/
+	sudo cp --preserve=mode,timestamps -r $dir /srv/jenkins/
 	sudo chown -R jenkins-adm.jenkins-adm /srv/jenkins/$dir
 done
 HOST_JOBS="hosts/$HOSTNAME/job-cfg"

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