Skip to content

Commit 191cdaa

Browse files
anoopcs9phlogistonjohn
authored andcommitted
hack/build-image: Define 'ceph20' package source
Signed-off-by: Anoop C S <[email protected]>
1 parent a5cb393 commit 191cdaa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hack/build-image

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,15 @@ DEFAULT = "default"
102102
NIGHTLY = "nightly"
103103
DEVBUILDS = "devbuilds"
104104
CUSTOM = "custom"
105-
PACKAGE_SOURCES = [DEFAULT, NIGHTLY, DEVBUILDS, CUSTOM]
105+
CEPH20 = "ceph20"
106+
PACKAGE_SOURCES = [DEFAULT, NIGHTLY, DEVBUILDS, CUSTOM, CEPH20]
106107

107108
PACKAGES_FROM = {
108109
DEFAULT: "",
109110
NIGHTLY: "samba-nightly",
110111
DEVBUILDS: "devbuilds",
111112
CUSTOM: "custom-repos",
113+
CEPH20: "ceph20",
112114
}
113115

114116
# SOURCE_DIRS - image source paths

0 commit comments

Comments
 (0)