Skip to content

Commit 2e3f1ae

Browse files
authored
Add dirschema config (#1045)
* Add dirschema config * Update MANIFEST to exclude dirschema config
1 parent 250abab commit 2e3f1ae

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

.dirschema.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
repos:
2+
schema: https://raw.githubusercontent.com/mozilla-releng/releng-dirschemas/master/repo.yaml
3+
projects:
4+
- /
5+
pyup:
6+
schema: https://raw.githubusercontent.com/mozilla-releng/releng-dirschemas/master/pyup.yaml
7+
projects:
8+
- /
9+
docker-compose:
10+
schema: https://raw.githubusercontent.com/mozilla-releng/releng-dirschemas/master/docker-compose.yaml
11+
projects:
12+
- /
13+
apps:
14+
schema: https://raw.githubusercontent.com/mozilla-releng/releng-dirschemas/master/python-app.yaml
15+
projects:
16+
- /
17+
tools:
18+
schema: https://raw.githubusercontent.com/mozilla-releng/releng-dirschemas/master/python-tool.yaml
19+
projects:
20+
- /agent
21+
libs:
22+
schema: https://raw.githubusercontent.com/mozilla-releng/releng-dirschemas/master/python-lib.yaml
23+
projects:
24+
- /client

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ recursive-include src *
88
recursive-include requirements *.txt
99
recursive-include uwsgi *
1010

11+
exclude .dirschema.yml
1112
exclude .editorconfig
1213
exclude .pyup.yml
1314
exclude .taskcluster.yml

0 commit comments

Comments
 (0)