]> oss.titaniummirror.com Git - oss-web.git/commit
make deploy: have rsync always checksum files master
authorR. Steve McKown <rsmckown@gmail.com>
Thu, 17 Mar 2016 16:01:40 +0000 (10:01 -0600)
committerR. Steve McKown <rsmckown@gmail.com>
Thu, 17 Mar 2016 16:11:09 +0000 (10:11 -0600)
commit15bf7b1d38b5e4a1b2adf061b000c9171215c328
tree047f1b2469f21b52a75ad933b250af9032737009
parent03a750157ca58c1ccda36dd0091467a2276bb060
make deploy: have rsync always checksum files

Since webber forces the modification and creation times of files, if a
change does not change the size of a file rsync will not transfer it as
the size and the time are both the same.  To ensure a check on contents
add the -c (checksum) option to rsync.
Makefile