sftcd / tek_transparency

Some measurements of deployments of apps using the Google/Apple Exposure Notification system
MIT License
9 stars 4 forks source link

Bug in defining midnights in CH script #3

Closed pdehaye closed 4 years ago

pdehaye commented 4 years ago

This line is unfortunately problematic: https://github.com/sftcd/tek_transparency/blob/d284dff907a844bbe227f288bd938a3f017de961/tek_survey.sh#L340 It means on day X it will download the CH bundles of days X, X-1, X-(1+2), X-(1+2+3), etc.

sftcd commented 4 years ago

Ah crap yeah, think that's wrong all right. Testing a fix locally for a sec. Thanks!

sftcd commented 4 years ago

Looks like that may have sorted it.