Commit 8968d06
committed
Package the defaults file.
Loading new feature flag defaults from a file enables deployment of new
features by deploying a new defaults file rather than deploying the
entire software package.
One mechanism that we can effect this deployment is by using regular
Debian packaging; here, we introduce a new package `cuttlefish-defaults`
for rolling out feature flag default changes. When we want to
experimentally deploy a new feature associated with a feature flag, the
defaults file is changed and a new release of this package is cut. This
new version of the package can reside in an unstable repository at a
different cadence from the software package, which can go to stable
earlier.1 parent 795e159 commit 8968d06
3 files changed
+7
-0
lines changedWhitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments