We're about to release some tools for developers to sign add-ons so they can publish the .xpi
files to their own site as opposed to hosting them on addons.mozilla.org
. This would let users install the add-ons in a release or beta channel when add-on signatures are required.
Can you help test what we have so far? Here's how:
- Clone jpm and install it so you can run
jpm
from your shell:
git clone https://github.com/mozilla-jetpack/jpm.git
cd jpm
npm install