Skip to content

Commit 0af9de8

Browse files
authored
Merge pull request #311 from dmick/wip-remove-ddebcomponents
Remove DDebComponents from distribution files
2 parents a6d0dd9 + 18c2e3e commit 0af9de8

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,6 @@ by using the following configuration::
443443
"Architectures": "amd64 armhf i386 source",
444444
"Suite": "stable",
445445
"Components": "main",
446-
"DDebComponents": "main",
447446
},
448447
"ceph": {
449448
"Description": "Ceph distributed file system",

config/dev.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797
"Architectures": "amd64 armhf i386 source",
9898
"Suite": "stable",
9999
"Components": "main",
100-
"DDebComponents": "main",
101100
},
102101
"ceph": {
103102
"Description": "Ceph distributed file system",

deploy/playbooks/roles/common/templates/prod.py.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ distributions = {
332332
"Architectures": "amd64 arm64 armhf i386 source",
333333
"Suite": "stable",
334334
"Components": "main",
335-
"DDebComponents": "main",
336335
},
337336
"ceph": {
338337
"Description": "Ceph distributed file system",

0 commit comments

Comments
 (0)