From 0041f8ab0991adc8524ea0c79a207543833e6cf7 Mon Sep 17 00:00:00 2001 From: Sérgio Almeida Date: Tue, 28 Jul 2009 19:42:42 +0100 Subject: uprofile with no arguments now defaults do folder profiles are now action and module aware added help and list options --- .uprofile/folder.json | 19 +++++++++++++++++++ .uprofile/uprofile.json | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 .uprofile/folder.json delete mode 100644 .uprofile/uprofile.json (limited to '.uprofile') diff --git a/.uprofile/folder.json b/.uprofile/folder.json new file mode 100644 index 0000000..012649c --- /dev/null +++ b/.uprofile/folder.json @@ -0,0 +1,19 @@ +{"profile": { + "description": "This profile is used to test uprofile's capabilities.", + "author": "mephx", + "version": "0.1", + "modules": { + "python": { + "actions": [ + "bin 1", + "test 1 1" + ] + }, + "gcc": { + "actions": [ + "bin 0" + ] + } + } +}} + diff --git a/.uprofile/uprofile.json b/.uprofile/uprofile.json deleted file mode 100644 index 1f0d75a..0000000 --- a/.uprofile/uprofile.json +++ /dev/null @@ -1,19 +0,0 @@ -{"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" - ] - } -}} - -- cgit v1.2.3-65-gdbad