summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSérgio Almeida <mephx.x@gmail.com>2009-07-28 15:01:40 +0100
committerSérgio Almeida <mephx.x@gmail.com>2009-07-28 15:01:40 +0100
commite0afc09ae893e09da19a6da4ec455c64eb2540e9 (patch)
tree52d336218c19ed1586aafd60d90fa37974fa8c81 /.uprofile
parentProfileAction structure and Argv parsing done (diff)
downloaduselect-e0afc09ae893e09da19a6da4ec455c64eb2540e9.tar.gz
uselect-e0afc09ae893e09da19a6da4ec455c64eb2540e9.tar.bz2
uselect-e0afc09ae893e09da19a6da4ec455c64eb2540e9.zip
Added json profiles partial parsing
Diffstat (limited to '.uprofile')
-rw-r--r--.uprofile/uprofile.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/.uprofile/uprofile.json b/.uprofile/uprofile.json
new file mode 100644
index 0000000..1f0d75a
--- /dev/null
+++ b/.uprofile/uprofile.json
@@ -0,0 +1,19 @@
+{"profile": {
+ "description": "This profile is used to test uprofile's capabilities.",
+ "author": "mephx",
+ "version": "0.1",
+ "modules": [
+ "python",
+ "gcc"
+ ],
+ "actions": {
+ "python": [
+ "bin 0",
+ "test 1 1"
+ ],
+ "gcc": [
+ "bin 0"
+ ]
+ }
+}}
+