summaryrefslogtreecommitdiffstats
path: root/releng/fixtures/clockchoices.json
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-04-29 01:01:01 +0200
committerDan McGee <dan@archlinux.org>2011-04-29 01:01:01 +0200
commitb87a2c4864db79b29df1e2ea3ac3c3c2759f05fa (patch)
tree97defc7569c5e52161681576296ba90bff47f62a /releng/fixtures/clockchoices.json
parent174d04ad0334b1c441bc0237e3e2ed8f581575ef (diff)
parent461d27d75ffb36ad4e7f428b8b6722ae1d3afb98 (diff)
downloadarchweb-b87a2c4864db79b29df1e2ea3ac3c3c2759f05fa.tar.gz
archweb-b87a2c4864db79b29df1e2ea3ac3c3c2759f05fa.tar.xz
Merge branch 'releng'
Diffstat (limited to 'releng/fixtures/clockchoices.json')
-rw-r--r--releng/fixtures/clockchoices.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/releng/fixtures/clockchoices.json b/releng/fixtures/clockchoices.json
new file mode 100644
index 0000000..f328801
--- /dev/null
+++ b/releng/fixtures/clockchoices.json
@@ -0,0 +1,23 @@
+[
+ {
+ "pk": 1,
+ "model": "releng.clockchoice",
+ "fields": {
+ "name": "unchanged"
+ }
+ },
+ {
+ "pk": 2,
+ "model": "releng.clockchoice",
+ "fields": {
+ "name": "configured manually"
+ }
+ },
+ {
+ "pk": 3,
+ "model": "releng.clockchoice",
+ "fields": {
+ "name": "NTP"
+ }
+ }
+]