chore(omaha): move everything to the top level directory
this lets us go get this module.
This commit is contained in:
parent
67b46beb64
commit
b6c64c1b64
8 changed files with 0 additions and 0 deletions
7
fixtures/update-engine/no-update/request.xml
Normal file
7
fixtures/update-engine/no-update/request.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<request protocol="3.0" version="ChromeOSUpdateEngine-0.1.0.0" updaterversion="ChromeOSUpdateEngine-0.1.0.0" installsource="ondemandupdate" ismachine="1">
|
||||
<os version="Indy" platform="Chrome OS" sp="ForcedUpdate_x86_64"></os>
|
||||
<app appid="{87efface-864d-49a5-9bb3-4b050a7c227a}" version="ForcedUpdate" track="" from_track="developer-build" lang="en-US" board="amd64-generic" hardware_class="" delta_okay="false" >
|
||||
<event eventtype="3" eventresult="1"></event>
|
||||
</app>
|
||||
</request>
|
7
fixtures/update-engine/no-update/response.xml
Normal file
7
fixtures/update-engine/no-update/response.xml
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<response" protocol="3.0">
|
||||
<daystart elapsed_seconds="49051"/>
|
||||
<app appid="{87efface-864d-49a5-9bb3-4b050a7c227a}" status="ok">
|
||||
<ping status="ok"/>
|
||||
<updatecheck status="noupdate"/>
|
||||
</app>
|
9
fixtures/update-engine/update/request.xml
Normal file
9
fixtures/update-engine/update/request.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<request protocol="3.0" version="ChromeOSUpdateEngine-0.1.0.0" updaterversion="ChromeOSUpdateEngine-0.1.0.0" installsource="ondemandupdate" ismachine="1">
|
||||
<os version="Indy" platform="Chrome OS" sp="ForcedUpdate_x86_64"></os>
|
||||
<app appid="{87efface-864d-49a5-9bb3-4b050a7c227a}" version="ForcedUpdate" track="" from_track="developer-build" lang="en-US" board="amd64-generic" hardware_class="" delta_okay="false" >
|
||||
<ping active="1" a="-1" r="-1"></ping>
|
||||
<updatecheck targetversionprefix=""></updatecheck>
|
||||
<event eventtype="3" eventresult="2" previousversion=""></event>
|
||||
</app>
|
||||
</request>
|
26
fixtures/update-engine/update/response.xml
Normal file
26
fixtures/update-engine/update/response.xml
Normal file
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<response protocol="3.0">
|
||||
<daystart elapsed_seconds="49008"/>
|
||||
<app appid="{87efface-864d-49a5-9bb3-4b050a7c227a}" status="ok">
|
||||
<ping status="ok"/>
|
||||
<updatecheck status="ok">
|
||||
<urls>
|
||||
<url codebase="http://kam:8080/static/"/>
|
||||
</urls>
|
||||
<manifest version="9999.0.0">
|
||||
<packages>
|
||||
<package hash="+LXvjiaPkeYDLHoNKlf9qbJwvnk=" name="update.gz" size="67546213"
|
||||
required="true"/>
|
||||
</packages>
|
||||
<actions>
|
||||
<action event="postinstall"
|
||||
ChromeOSVersion="9999.0.0"
|
||||
sha256="0VAlQW3RE99SGtSB5R4m08antAHO8XDoBMKDyxQT/Mg="
|
||||
needsadmin="false"
|
||||
IsDelta="True"
|
||||
/>
|
||||
</actions>
|
||||
</manifest>
|
||||
</updatecheck>
|
||||
</app>
|
||||
</response>
|
Loading…
Add table
Add a link
Reference in a new issue