summaryrefslogtreecommitdiff
blob: 983a536b01a56c6e4d4b110e821eb58cc6dba37f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{"profile": {
	"description": "This profile is used to test uprofile's capabilities.",
	"author": "mephx",
	"version": "0.1",
	"modules": {
		"python": {
			"actions": {
				"bin": [
					"/usr/bin/python2.6",
					"/usr/bin/python2.6-config"
					],
				"test": [
					"5 \"It's WORKING!!!\""
					]
				}
			},
		"gcc": {
			"actions": {
				"bin": [
					"/usr/bin/gcc-4.3"
				]
			}
		}
	}
}}