Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #86 from mozilla-services/84-xpcomabi
Browse files Browse the repository at this point in the history
Add xpcom ABI field (fixes #84)
  • Loading branch information
leplatrem committed Apr 13, 2016
2 parents b69db5d + aea0607 commit d16c882
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion amo-blocklist.json
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@
],
"default": {
"os": "",
"xpcomabi": "",
"matchName": "",
"matchFilename": "",
"matchDescription": "",
Expand All @@ -449,7 +450,12 @@
"os": {
"type": "string",
"title": "OS",
"description": "The operating system identifier."
"description": "The comma-separated operating system identifiers, eg. Darwin,Linux"
},
"xpcomabi": {
"type": "string",
"title": "XPCOM ABI",
"description": "The comma-separated XPCOM binary interfaces, eg. x86-gcc3,x86_64-msvc."
},
"matchName": {
"type": "string",
Expand Down

0 comments on commit d16c882

Please sign in to comment.