Skip to content

Commit 8ab0325

Browse files
committed
hack/build-image: Define 'ceph20' package source
Signed-off-by: Anoop C S <anoopcs@samba.org>
1 parent e139090 commit 8ab0325

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

hack/build-image

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,15 @@ DEFAULT = "default"
100100
NIGHTLY = "nightly"
101101
DEVBUILDS = "devbuilds"
102102
CUSTOM = "custom"
103-
PACKAGE_SOURCES = [DEFAULT, NIGHTLY, DEVBUILDS, CUSTOM]
103+
CEPH20 = "ceph20"
104+
PACKAGE_SOURCES = [DEFAULT, NIGHTLY, DEVBUILDS, CUSTOM, CEPH20]
104105

105106
PACKAGES_FROM = {
106107
DEFAULT: "",
107108
NIGHTLY: "samba-nightly",
108109
DEVBUILDS: "devbuilds",
109-
CUSTOM: "custom-repos"
110+
CUSTOM: "custom-repos",
111+
CEPH20: "ceph20",
110112
}
111113

112114
# SOURCE_DIRS - image source paths

0 commit comments

Comments
 (0)