diff options
author | Tom Willemsen <tom.willemsen@archlinux.us> | 2011-03-31 22:39:40 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-28 13:18:35 -0500 |
commit | db137d4db607461dd32c46e40bee9084eb508da9 (patch) | |
tree | 4802584bf708c96b3299200c440657d15e228558 /isotests/fixtures | |
parent | 00e096ddf0654d32e67ac8bc47f3de01ed7e740b (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.json | 8 |
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)" } } ] |