mrsixw / concourse-rsync-resource

concourse.ci resource for persisting build artifacts on a shared storage location with rsync and ssh.
Apache License 2.0
18 stars 40 forks source link

replace MD5 with timestamp #8

Open msarahan opened 7 years ago

msarahan commented 7 years ago

Some debugging output, but mostly changing away from md5 based on file/folder names and instead using a timestamp for the newest file in the relevant folder. This seems to be working well for me, but I'd welcome more eyes.

msarahan commented 7 years ago

Had a bug in my check script that was making it fail silently and return empty refs. Fixed now. @mrsixw would appreciate some review here. We can carry a fork if you don't like this change, but I'd rather not.