aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'master/custom/sample_data.py')
-rw-r--r--master/custom/sample_data.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/master/custom/sample_data.py b/master/custom/sample_data.py
new file mode 100644
index 0000000..1f53981
--- /dev/null
+++ b/master/custom/sample_data.py
@@ -0,0 +1,19 @@
+# vim: set sw=4 sts=4 et :
+# Copyright: 2008 Gentoo Foundation
+# Author(s): Nirbheek Chauhan <nirbheek.chauhan@gmail.com>
+# License: GPL-2
+#
+# Immortal lh!
+#
+
+sample_job = {
+ 'name': 'Sample AutotuA job',
+ 'maintainer': ('test_user', 'test_user_email@test.com', None),
+ 'provider': 'gentoo',
+ 'stage': 'stage3',
+ 'arch': 'i686',
+ 'release': '2008.0',
+ 'jobtagerev': '',
+ 'atoms': 'bheekling/test-brasero',
+}
+