From fac0866033de37ba7e25676aabe2c08b6afc8d3b Mon Sep 17 00:00:00 2001 From: zaro0508 Date: Fri, 12 Jul 2013 14:18:55 -0700 Subject: [PATCH] show changes on pypi mirror update fix for bug 1172423 rsync --itemize-changes option will output a list of files that have changed since the last rsync. Change-Id: I6de4fe75b48ac6aa395cbc7882bdd58518ca3cb2 --- .../files/jenkins_job_builder/config/macros.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/macros.yaml b/modules/openstack_project/files/jenkins_job_builder/config/macros.yaml index 295669096f..ef8f3d88ae 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/macros.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/macros.yaml @@ -202,7 +202,7 @@ #!/bin/bash -xe /usr/local/bin/run-mirror -c /home/jenkins/pypimirror/etc/pypi-mirror.yaml find /home/jenkins/pypimirror/mirror/ \( -name index.html -or -name full.html \) -delete - rsync -a --ignore-existing /home/jenkins/pypimirror/mirror/ jenkins@static.openstack.org:/srv/static/pypi/ + rsync -a --ignore-existing --itemize-changes /home/jenkins/pypimirror/mirror/ jenkins@static.openstack.org:/srv/static/pypi/ # ======================================================================