Merge pull request #29 from coreos/revert-28-add_install_started_event
Revert "update_engine_events.go: Add a custom "InstallStarted" event."
This commit is contained in:
commit
c731a0389e
1 changed files with 0 additions and 4 deletions
|
@ -32,10 +32,6 @@ var (
|
|||
Type: omaha.EventTypeUpdateDownloadFinished,
|
||||
Result: omaha.EventResultSuccess,
|
||||
}
|
||||
EventInstallStarted = &omaha.EventRequest{
|
||||
Type: omaha.EventTypeInstallStarted,
|
||||
Result: omaha.EventResultSuccess,
|
||||
}
|
||||
EventInstalled = &omaha.EventRequest{
|
||||
Type: omaha.EventTypeUpdateComplete,
|
||||
Result: omaha.EventResultSuccess,
|
||||
|
|
Loading…
Reference in a new issue