Closed
Bug 1210531
Opened 9 years ago
Closed 9 years ago
Run Linux update verification using TC workers
Categories
(Release Engineering :: Release Automation: Other, defect)
Release Engineering
Release Automation: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: Callek)
References
Details
Attachments
(1 file)
5.24 KB,
patch
|
rail
:
review+
|
Details | Diff | Splinter Review |
We don't need to use our build machines. Also we can use a fresher distro with GTK3!
Updated•9 years ago
|
Assignee: nobody → jlund
Assignee | ||
Comment 1•9 years ago
|
||
The changes her boil down to the following reasons:
* An error message I saw that read as bad english
* pipe to a file, so we can do the equivelant of buildbots log eval to check for failure
* set -o pipefail for the fact that I'm piping output to a file to log (so that the script failing still errors)
* Rid ourselves of the hard requirement for all vars that are only used to get the updateConfigFile we are using, and allow the passing of an updateConfig instead
This is presently untested on windows and mac.
Reporter | ||
Updated•9 years ago
|
Attachment #8689729 -
Flags: review?(rail) → review+
Assignee | ||
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•