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
This commit is contained in:
zaro0508 2013-07-12 14:18:55 -07:00
parent 7729cd2b65
commit fac0866033

View File

@ -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/
# ======================================================================