From 5d260c5a3e1b158d2d12c30f35efbbbe114b1b60 Mon Sep 17 00:00:00 2001 From: idk Date: Thu, 8 Jul 2021 14:40:24 -0400 Subject: [PATCH] Well I guess moz-sign has to fail at release time now because amo is 504 when I try to cut a release --- Makefile | 10 +++++----- manifest.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index ed9adce..f3da07e 100644 --- a/Makefile +++ b/Makefile @@ -168,7 +168,7 @@ moz-sign: version clean-artifacts @echo "Using the 'sign' target to instantly sign an extension for self-distribution" @echo "requires a JWT API Key and Secret from addons.mozilla.org to be made available" @echo "to the Makefile under the variables WEB_EXT_API_KEY and WEB_EXT_API_SECRET." - $(HOME)/node_modules/web-ext/bin/web-ext sign --channel unlisted --config-discovery false --api-key $(WEB_EXT_API_KEY) --api-secret $(WEB_EXT_API_SECRET) + $(HOME)/web-ext/bin/web-ext sign --channel unlisted --config-discovery false --api-key $(WEB_EXT_API_KEY) --api-secret $(WEB_EXT_API_SECRET) --timeout=3000000 --verbose make copyss sleep 5 @@ -182,7 +182,7 @@ moz-submit: moz-version @echo "to the Makefile under the variables WEB_EXT_API_KEY and WEB_EXT_API_SECRET." mv manifest.json .manifest.json grep -v update_url .manifest.json > manifest.json - $(HOME)/node_modules/web-ext/bin/web-ext sign --channel listed --config-discovery false --api-key $(WEB_EXT_API_KEY) --api-secret $(WEB_EXT_API_SECRET); true + $(HOME)/web-ext/bin/web-ext sign --channel listed --config-discovery false --api-key $(WEB_EXT_API_KEY) --api-secret $(WEB_EXT_API_SECRET) --timeout=3000000 --verbose sleep 5 mv .manifest.json manifest.json @@ -328,7 +328,7 @@ upload-updatemanifest: gothub upload -R -u eyedeekay -r I2P-in-Private-Browsing-Mode-Firefox -t docs -n "updateManifest.json" -f updateManifest.json webext: - $(HOME)/node_modules/web-ext/bin/web-ext run --firefox /usr/bin/firefox -u "about:devtools-toolbox?type=extension&id=i2ppb%40eyedeekay.github.io" + $(HOME)/web-ext/bin/web-ext run --firefox /usr/bin/firefox -u "about:devtools-toolbox?type=extension&id=i2ppb%40eyedeekay.github.io" snark-mirror: http_proxy=http://127.0.0.1:4444 wget -c -O ../i2psnark-rpc.su3 http://stats.i2p/i2p/plugins/i2psnark-rpc.su3 @@ -345,7 +345,7 @@ wire: cp -v "../i2ppb-$(VERSION)@eyedeekay.github.io.xpi" "$(HOME)/i2p/MuWireDownloads/" ndtest: - $(HOME)/node_modules/web-ext/bin/web-ext run --firefox /usr/bin/firefox -u about:debugging \ + $(HOME)/web-ext/bin/web-ext run --firefox /usr/bin/firefox -u about:debugging \ -u http://127.0.0.1:7657/home \ -u http://127.0.0.1:7657/i2ptunnel \ -u http://127.0.0.1:7657/i2psnark \ @@ -359,7 +359,7 @@ ndtest: -u https://ramble.pw/f/i2p \ lht-test: - $(HOME)/node_modules/web-ext/bin/web-ext run --firefox /usr/bin/firefox -u about:debugging \ + $(HOME)/web-ext/bin/web-ext run --firefox /usr/bin/firefox -u about:debugging \ -u http://localhost:7657/home \ -u http://localhost:7657/i2ptunnel \ -u http://localhost:7657/i2psnark \ diff --git a/manifest.json b/manifest.json index acf911d..1a039fb 100644 --- a/manifest.json +++ b/manifest.json @@ -27,7 +27,7 @@ ], "manifest_version": 2, "name": "__MSG_extensionName__", - "version": "0.110", + "version": "0.111", "description": "__MSG_extensionDescription__", "homepage_url": "https://github.com/eyedeekay/I2P-in-Private-Browsing-Mode-Firefox", "icons": {