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:
parent
7729cd2b65
commit
fac0866033
@ -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/
|
||||
|
||||
|
||||
# ======================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user