Skip to content

Commit

Permalink
Merge pull request #77 from daniel-beck/optimize-plugins-rsync
Browse files Browse the repository at this point in the history
Don't checksum plugin releases
  • Loading branch information
R. Tyler Croy committed Sep 16, 2016
2 parents 03a0896 + f1f0113 commit 6927ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/generate.sh
Expand Up @@ -118,7 +118,7 @@ popd

# push plugins to mirrors.jenkins-ci.org
chmod -R a+r download
rsync -acvz download/plugins/ ${RSYNC_USER}@${UPDATES_SITE}:/srv/releases/jenkins/plugins
rsync -avz --size-only download/plugins/ ${RSYNC_USER}@${UPDATES_SITE}:/srv/releases/jenkins/plugins

# push generated index to the production servers
# 'updates' come from tool installer generator, so leave that alone, but otherwise
Expand Down

0 comments on commit 6927ed4

Please sign in to comment.