mystor / gh-release-watch

Watches github repositories for new tags, and lets you know when they are released
http://gh-release-watch.com/
MIT License
44 stars 4 forks source link

Fixes for upstream #7

Closed doctaweeks closed 9 years ago

doctaweeks commented 9 years ago

This fixes #1. It will reset the single ETag so all pages will be rechecked - necessary since it can only detect a new page when an ETag changes. It will also mark each existing repo as fresh again so users are not bombarded with tags from pages that were never checked before.

Depending on the number of repos the first check after updating may hit the rate limit. If this happens it (should) abort the check cleanly and recheck again the next hour. Could take some time to sync up...