Skip to content

Commit 4210a46

Browse files
lahwaaczjelly
authored andcommitted
Add staging repos to fixtures
Without this we cannot populate the database with real staging packages, which might be useful for testing something.
1 parent bd4d50b commit 4210a46

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

main/fixtures/repos.json

+24
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
1111
"testing": true
1212
}
1313
},
14+
{
15+
"pk": 15,
16+
"model": "main.repo",
17+
"fields": {
18+
"bugs_category": 33,
19+
"staging": true,
20+
"name": "Extra-Staging",
21+
"bugs_project": 5,
22+
"svn_root": "packages",
23+
"testing": false
24+
}
25+
},
1426
{
1527
"pk": 1,
1628
"model": "main.repo",
@@ -118,5 +130,17 @@
118130
"svn_root": "packages",
119131
"testing": true
120132
}
133+
},
134+
{
135+
"pk": 16,
136+
"model": "main.repo",
137+
"fields": {
138+
"bugs_category": 10,
139+
"staging": true,
140+
"name": "Core-Staging",
141+
"bugs_project": 1,
142+
"svn_root": "packages",
143+
"testing": false
144+
}
121145
}
122146
]

0 commit comments

Comments
 (0)