summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-12-25 22:46:49 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-12-25 22:46:49 -0500
commita729b1e2810e848b62a302d7f4f9fae409e3ea17 (patch)
tree6112ce8663a9d4fcd6c45a9effb64d77214c59ed /main
parent86f1ed1ecc94a6a298eb3f690155b03bf013ca78 (diff)
parent515bfe426f877604d2c2fc47e17ed8957723afb0 (diff)
Merge branch 'master-nomake'
Diffstat (limited to 'main')
-rw-r--r--main/fixtures/arches.json16
-rw-r--r--main/fixtures/repos.json20
2 files changed, 0 insertions, 36 deletions
diff --git a/main/fixtures/arches.json b/main/fixtures/arches.json
index 6ebd0c15..1ece16c9 100644
--- a/main/fixtures/arches.json
+++ b/main/fixtures/arches.json
@@ -25,21 +25,5 @@
"name": "x86_64",
"required_signoffs": 2
}
-},
-{
- "pk": 4,
- "model": "main.arch",
- "fields": {
- "agnostic": false,
- "name": "mips64el"
- }
-},
-{
- "pk": 5,
- "model": "main.arch",
- "fields": {
- "agnostic": false,
- "name": "i586"
- }
}
]
diff --git a/main/fixtures/repos.json b/main/fixtures/repos.json
index 655be64a..a6f564b7 100644
--- a/main/fixtures/repos.json
+++ b/main/fixtures/repos.json
@@ -142,25 +142,5 @@
"svn_root": "packages",
"testing": true
}
- },
- {
- "pk": 10,
- "model": "main.repo",
- "fields": {
- "svn_root": "",
- "testing": true,
- "name": "Libre-Testing",
- "bugs_project": 0
- }
- },
- {
- "pk": 11,
- "model": "main.repo",
- "fields": {
- "svn_root": "",
- "testing": false,
- "name": "Libre",
- "bugs_project": 0
- }
}
]