diff options
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/freeamo/ISSUES.md | 0 | ||||
-rw-r--r-- | subprojects/freeamo/src/make-wiki | 2 |
2 files changed, 0 insertions, 2 deletions
diff --git a/subprojects/freeamo/ISSUES.md b/subprojects/freeamo/ISSUES.md new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/subprojects/freeamo/ISSUES.md diff --git a/subprojects/freeamo/src/make-wiki b/subprojects/freeamo/src/make-wiki index 8e85c51..f1cb43f 100644 --- a/subprojects/freeamo/src/make-wiki +++ b/subprojects/freeamo/src/make-wiki @@ -135,14 +135,12 @@ while IFS= read -r table; do fi - support_url=$(jq .results[$entry].support_url "$file" | sed "s|en-US|en_US|;" | jq -r .en_US); last_updated=$(jq -r .results[$entry].last_updated $file | sed "s|T|\n|" | head -n 1 | sed "s|-|/|g"); # List JSON structure: cat json/$file | js '.' # XML value "homepage" is not always set in AMO API, but the XML require "Homepage URL" to be set: Therfore we use the AMO page itself in Homepage URL to complete the build of the repo automatically. echo "{{Entry" > "$run_path/build/wiki/$slug.wiki" - # Dash have to be removed in jq 1.3: https://github.com/stedolan/jq/issues/341 # Avoid specific versions since it's not compatible with all IceCat versions: # |Version download=https://addons.mozilla.org/firefox/downloads/latest/$id/addon-$version_id-latest.xpi # |Version identifier=$version |