Closed
Bug 676070
Opened 13 years ago
Closed 13 years ago
log all output from signing
Categories
(Release Engineering :: Release Automation: Other, defect, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bhearsum, Unassigned)
Details
(Whiteboard: [signing])
Currently, the only part of signing we log is the sign-release.py part. We sometimes have issues in other parts of signing that would benefit from logging for debugging purposes. Everything that happens in the signing Makefile should be logged (both stdout and stderr).
Comment 1•13 years ago
|
||
I usually do this by creating a shell script to be run and execute it like this:
bash -xe ./script.sh 2>&1 | tee log.txt
Updated•13 years ago
|
Priority: -- → P5
Whiteboard: [signing]
Updated•13 years ago
|
Blocks: hg-automation
Reporter | ||
Updated•13 years ago
|
No longer blocks: hg-automation
Reporter | ||
Comment 2•13 years ago
|
||
Mass move of bugs to Release Automation component.
Blocks: hg-automation
Component: Release Engineering → Release Engineering: Automation (Release Automation)
Reporter | ||
Updated•13 years ago
|
No longer blocks: hg-automation
Reporter | ||
Comment 3•13 years ago
|
||
We don't use these scripts anymore.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•