sous-chefs / graphite

Development repository for the graphite cookbook
https://supermarket.chef.io/cookbooks/graphite
Apache License 2.0
154 stars 210 forks source link

allow for newer versions of runit cookbook #262

Closed mburns closed 7 years ago

mburns commented 8 years ago

This change allows for version 2.x and 3.x of the runit cookbook.

Why

I maintain cookbooks that require runit >= 2.0.0 (and am currently using 3.0.0). Berkshelf can't resolve the dependency graph if I include the latest stable (or development) graphite cookbook.

$ cat Berksfile
source "https://supermarket.chef.io"
cookbook 'graphite', '~> 1.0.4'
cookbook 'runit', '~> 3.0.0'

$ berks install --except raxvm
Resolving cookbook dependencies...
    ...
Fetching cookbook index from https://api.berkshelf.com/...
Unable to satisfy the following requirements:

- `runit (~> 3.0.0)` required by `user-specified dependency`
- `runit (~> 1.0)` required by `graphite-1.0.4`
mburns commented 7 years ago

the markdown formatting confused me at first 😄

I've updated the PR per your note.

lock[bot] commented 4 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.