summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSérgio Almeida <mephx.x@gmail.com>2009-07-28 19:42:42 +0100
committerSérgio Almeida <mephx.x@gmail.com>2009-07-28 19:42:42 +0100
commit0041f8ab0991adc8524ea0c79a207543833e6cf7 (patch)
tree30b1fe2d814f1e53ca561d890d194f5c885172e9 /.uprofile
parentAdded json profiles partial parsing (diff)
downloaduselect-0041f8ab0991adc8524ea0c79a207543833e6cf7.tar.gz
uselect-0041f8ab0991adc8524ea0c79a207543833e6cf7.tar.bz2
uselect-0041f8ab0991adc8524ea0c79a207543833e6cf7.zip
uprofile with no arguments now defaults do folder
profiles are now action and module aware added help and list options
Diffstat (limited to '.uprofile')
-rw-r--r--.uprofile/folder.json (renamed from .uprofile/uprofile.json)24
1 files changed, 12 insertions, 12 deletions
diff --git a/.uprofile/uprofile.json b/.uprofile/folder.json
index 1f0d75a..012649c 100644
--- a/.uprofile/uprofile.json
+++ b/.uprofile/folder.json
@@ -2,18 +2,18 @@
"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"
- ]
+ "modules": {
+ "python": {
+ "actions": [
+ "bin 1",
+ "test 1 1"
+ ]
+ },
+ "gcc": {
+ "actions": [
+ "bin 0"
+ ]
+ }
}
}}