summaryrefslogtreecommitdiff
path: root/isotests/fixtures
diff options
context:
space:
mode:
authorTom Willemsen <tom.willemsen@archlinux.us>2011-03-31 22:39:40 +0200
committerDan McGee <dan@archlinux.org>2011-04-28 13:18:35 -0500
commitdb137d4db607461dd32c46e40bee9084eb508da9 (patch)
tree4802584bf708c96b3299200c440657d15e228558 /isotests/fixtures
parent00e096ddf0654d32e67ac8bc47f3de01ed7e740b (diff)
isotests: add syncisos command
* Installtype fixture places 'interactive' at the top now. * Added a syncisos command to isotests to get new iso names from http://releng.archlinux.org/isos/ and add them to the database. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'isotests/fixtures')
-rw-r--r--isotests/fixtures/installtype.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/isotests/fixtures/installtype.json b/isotests/fixtures/installtype.json
index d23bd4b2..cc5c62a0 100644
--- a/isotests/fixtures/installtype.json
+++ b/isotests/fixtures/installtype.json
@@ -3,28 +3,28 @@
"pk": 1,
"model": "isotests.installtype",
"fields": {
- "name": "automatic install generic example"
+ "name": "interactive install"
}
},
{
"pk": 2,
"model": "isotests.installtype",
"fields": {
- "name": "automatic install fancy example"
+ "name": "automatic install generic example"
}
},
{
"pk": 3,
"model": "isotests.installtype",
"fields": {
- "name": "automatic install custom config (specify in comments)"
+ "name": "automatic install fancy example"
}
},
{
"pk": 4,
"model": "isotests.installtype",
"fields": {
- "name": "interactive install"
+ "name": "automatic install custom config (specify in comments)"
}
}
]