forked from jlcox1970/gitweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
32 lines (32 loc) · 829 Bytes
/
metadata.json
File metadata and controls
32 lines (32 loc) · 829 Bytes
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
27
28
29
30
31
32
{
"requirements": [
{ "name": "pe", "version_requirement": "3.2.x" },
{ "name": "puppet", "version_requirement": "3.x" }
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6"
]
}
],
"author": "jlcox1970",
"dependencies": [
{ "name": "stahnma/epel", "version_requirement": ">= 0.0.6" }
],
"license": "Apache License, Version 2.0",
"name": "jlcox-gitweb",
"project_page": "https://github.com/jlcox1970/gitweb",
"source": "https://github.com/jlcox1970/gitweb.git",
"summary": "Installs Gitolite3 and gitweb onto a server so that you can have a local git server",
"version": "1.0.5"
}