Commit 060cfc1
committed
Let berkshelf resolve dependencies itself
Currently, the depenencies for the deis cookbook are listed
both in the Berksfile in the deis project and the metadata for
the deis cookbook. They should only live in the deis cookbook,
and dependencies will be automatically resolved when Berkshelf
pulls that cookbook.
This can cause issues, as the deis cookbook locks its dependencies
to known versions and the deis project Berksfile just pulls the
latest versions.
We don't need a Berksfile.lock anymore either, as the cookbook
now pins its depencies properly.1 parent b6531ce commit 060cfc1
3 files changed
Lines changed: 4 additions & 72 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
10 | 4 | | |
This file was deleted.
0 commit comments