git-ecosystem / git-bundle-server

A web server & management CLI to host Git bundles for use with Git's "bundle URIs" feature
Other
43 stars 20 forks source link

Add `--hourly` and `--daily` options to `update` #21

Open vdye opened 1 year ago

vdye commented 1 year ago

This functionality is called out in README.md, but hasn't actually been implemented.

Also, describe in detail how the bundle schedule works (mix of hourly bundles, daily bundles, and base bundle).

vdye commented 1 year ago

Should be implemented after #48 (that fix will introduce a more robust framework for running schedules).