You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This makes that step use rsync to upload the website and demos.
Besides supporting compression, rsync also only sends the changes
over the wire.
This improves the performance of that step by a wide margin, reducing
normal upload times from almost 9 minutes down to about 20s for the most
common changes.
This uses rsync's ability to also remove stale files, to make sure
we don't leave old files behind. (This ignores the directories which are
handled separately, like llvm+clang and demos).
There were some pretty stale things left behind that this now removes,
such as a sitemap.xml which was generated last year.
Fixes#1039
0 commit comments