coreos / updateservicectl

CoreUpdate Command Line Interface
https://coreos.com/products/coreupdate/
Apache License 2.0
48 stars 41 forks source link

feat(package): add selective mirroring of updates #93

Closed oremj closed 9 years ago

oremj commented 9 years ago

Fixes #92

oremj commented 9 years ago

@sym3tri r?

sym3tri commented 9 years ago

@oremj this code LGTM and passed my manual testing.

would be nice to add a --min-version filter as well b/c I think that will be a very common use-case (see my issue comment).

oremj commented 9 years ago

@sym3tri added the --min-version flag.

sym3tri commented 9 years ago

LGTM, thanks!