Bug: Adding a clean reboot to the end of the build #77
No reviewers
Labels
No labels
bug
cancelled
corsica
decision
documentation
duplicate
enhancement
help wanted
invalid
mozilla-build
question
security
testing
vidyo-kiosk
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jlin/dinobuildr!77
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bug-rebootchange"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Related to #39
After a lot of fiddling, we determined we cannot reliably perform a clean reboot on the system at the end of the build (post updates) within the script itself if we call the
config.pyscript from a "helper" script, as our security team is instructing us to do. Our helper script looks like this:This PR also removes the second instance of
softwareupdatein ourupdate-macos.shscript, as we found thatsoftwareupdatewould download the10.13.2installer twice and attempt to install it twice, which was delaying the build significantly.Looks good!