Gem repo template (#5774)
Signed-off-by: Alex Peterson <26804013+AMZN-alexpete@users.noreply.github.com>monroegm-disable-blank-issue-2
parent
199a59e8f9
commit
d30fdb759d
@ -0,0 +1,19 @@
|
||||
{
|
||||
"gem_name": "${Name}Gem",
|
||||
"display_name": "${Name}Gem",
|
||||
"license": "What license ${Name}Gem uses goes here: i.e. Apache-2.0 Or MIT",
|
||||
"license_url": "",
|
||||
"origin": "The primary repo for ${Name}Gem goes here: i.e. http://www.mydomain.com",
|
||||
"summary": "A short description of ${Name}Gem which is zipped up in an archive named gem.zip in the root of the Gem Repo. Though not required, it is recommended that the sha256 of the gem.zip file should be placed in the sha256 field of this gem.json so the download can be verified.",
|
||||
"origin_uri": "${RepoURI}/gem.zip",
|
||||
"sha256": "",
|
||||
"type": "Code",
|
||||
"canonical_tags": [
|
||||
"Gem"
|
||||
],
|
||||
"user_tags": [
|
||||
"${Name}Gem"
|
||||
],
|
||||
"icon_path": "preview.png",
|
||||
"requirements": ""
|
||||
}
|
||||
@ -0,0 +1,11 @@
|
||||
{
|
||||
"repo_name":"${Name}",
|
||||
"origin":"Origin for the ${Name} Gem Repository",
|
||||
"repo_uri": "${RepoURI}",
|
||||
"summary": "A Gem Repository with a single Gem in the root of the repository.",
|
||||
"additional_info": "Additional info for ${Name}",
|
||||
"last_updated": "",
|
||||
"gems": [
|
||||
"${RepoURI}"
|
||||
]
|
||||
}
|
||||
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ae503ec99c8358991dc3c6e50737844d3602b81a49abbbed7d697d7238547c0
|
||||
size 28026
|
||||
@ -0,0 +1,27 @@
|
||||
{
|
||||
"template_name": "GemRepo",
|
||||
"origin": "The primary repo for GemRepo goes here: i.e. http://www.mydomain.com",
|
||||
"license": "What license GemRepo uses goes here: i.e. https://opensource.org/licenses/MIT",
|
||||
"display_name": "GemRepo",
|
||||
"summary": "A Gem Repository that contains a single Gem.",
|
||||
"canonical_tags": [],
|
||||
"user_tags": [
|
||||
"GemRepo"
|
||||
],
|
||||
"icon_path": "preview.png",
|
||||
"copyFiles": [
|
||||
{
|
||||
"file": "gem.json",
|
||||
"origin": "gem.json",
|
||||
"isTemplated": true,
|
||||
"isOptional": false
|
||||
},
|
||||
{
|
||||
"file": "repo.json",
|
||||
"origin": "repo.json",
|
||||
"isTemplated": true,
|
||||
"isOptional": false
|
||||
}
|
||||
],
|
||||
"createDirectories": []
|
||||
}
|
||||
Loading…
Reference in New Issue