summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorTom Willemsen <ryuslash@gmail.com>2011-05-15 19:14:48 +0200
committerDan McGee <dan@archlinux.org>2011-05-15 19:17:52 +0200
commitef7cccf85df1c8908661f3a9525051b7e9d8d3a1 (patch)
treefd774c7fd94d43999401483d997ff03ebd01f597 /releng
parent070956ee6ef6c6b01c89c214b4f411043951f5ce (diff)
downloadarchweb-ef7cccf85df1c8908661f3a9525051b7e9d8d3a1.tar.gz
archweb-ef7cccf85df1c8908661f3a9525051b7e9d8d3a1.tar.xz
releng: Add more (and more precise) clock choices
Signed-off-by: Tom Willemsen <ryuslash@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'releng')
-rw-r--r--releng/fixtures/clockchoices.json55
1 files changed, 52 insertions, 3 deletions
diff --git a/releng/fixtures/clockchoices.json b/releng/fixtures/clockchoices.json
index f328801..700adeb 100644
--- a/releng/fixtures/clockchoices.json
+++ b/releng/fixtures/clockchoices.json
@@ -3,21 +3,70 @@
"pk": 1,
"model": "releng.clockchoice",
"fields": {
- "name": "unchanged"
+ "name": "default region/timezone, keep clock"
}
},
{
"pk": 2,
"model": "releng.clockchoice",
"fields": {
- "name": "configured manually"
+ "name": "default region/timezone, change clock manually (UTC)"
}
},
{
"pk": 3,
"model": "releng.clockchoice",
"fields": {
- "name": "NTP"
+ "name": "default region/timezone, change clock with NTP (UTC)"
+ }
+ },
+ {
+ "pk": 4,
+ "model": "releng.clockchoice",
+ "fields": {
+ "name": "default region/timezone, change clock manually (localtime)"
+ }
+ },
+ {
+ "pk": 5,
+ "model": "releng.clockchoice",
+ "fields": {
+ "name": "default region/timezone, change clock with NTP (localtime)"
+ }
+ },2
+ {
+ "pk": 6,
+ "model": "releng.clockchoice",
+ "fields": {
+ "name": "update region/timezone, keep clock"
+ }
+ },
+ {
+ "pk": 7,
+ "model": "releng.clockchoice",
+ "fields": {
+ "name": "update region/timezone, change clock manually (UTC)"
+ }
+ },
+ {
+ "pk": 8,
+ "model": "releng.clockchoice",
+ "fields": {
+ "name": "update region/timezone, change clock with NTP (UTC)"
+ }
+ },
+ {
+ "pk": 9,
+ "model": "releng.clockchoice",
+ "fields": {
+ "name": "update region/timezone, change clock manually (localtime)"
+ }
+ },
+ {
+ "pk": 10,
+ "model": "releng.clockchoice",
+ "fields": {
+ "name": "update region/timezone, change clock with NTP (localtime)"
}
}
]