Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Fix #4665; Sign dev and stage XPIs with the autograph dev-root #4729

Merged
merged 1 commit into from
Aug 2, 2018

Conversation

jaredhirsch
Copy link
Member

@g-k Mind taking a look? Not sure how I can verify the built xpi is really signed until this lands in master. Suggestions welcome :-)

Copy link
Contributor

@g-k g-k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+ pending a fix for one nit

Makefile Outdated
@@ -115,6 +115,9 @@ bootstrap_zip: addon
unsigned_bootstrap_xpi: bootstrap_zip
cp build/screenshots-bootstrap.zip build/screenshots.xpi

dev_signed_bootstrap_xpi: bootstrap_zip
curl -v -F "input=@build/screenshots-bootstrap.zip" -o build/screenshots.xpi -H "Authorization: ${AUTOGRAPH_EDGE_TOKEN}" https://autograph-edge.stage.mozaws.net/sign
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will -v result in the token being logged? Maybe we could pipe through sed or grep -v to filter it out and retain verbose output.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. Let's see how far we can get without the -v

@jaredhirsch jaredhirsch merged commit fc8e5aa into master Aug 2, 2018
@jaredhirsch jaredhirsch deleted the 4665-sign-dev-xpi branch August 2, 2018 16:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants