1 IMAGE_NAME
= funsize-update-generator
4 docker build
-t
$(IMAGE_NAME
) --no-cache
--rm .
7 curl https
://hg.mozilla.org
/mozilla-central
/raw-file
/default
/toolkit
/mozapps
/update
/updater
/nightly_aurora_level3_primary.der | openssl x509
-inform DER
-pubkey
-noout
> nightly.pubkey
8 curl https
://hg.mozilla.org
/mozilla-central
/raw-file
/default
/toolkit
/mozapps
/update
/updater
/dep1.der | openssl x509
-inform DER
-pubkey
-noout
> dep.pubkey
9 curl https
://hg.mozilla.org
/mozilla-central
/raw-file
/default
/toolkit
/mozapps
/update
/updater
/release_primary.der | openssl x509
-inform DER
-pubkey
-noout
> release.pubkey