Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: src/platform/memento_softwareupdate/ping_omaha.sh

Issue 2024007: Dev Server: Require Memento Updater (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« src/platform/dev/devserver.py ('K') | « src/platform/dev/devserver.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/memento_softwareupdate/ping_omaha.sh
diff --git a/src/platform/memento_softwareupdate/ping_omaha.sh b/src/platform/memento_softwareupdate/ping_omaha.sh
index 71acc32edd3827793b9f16d653b5b6ca624f00d7..fd36a3728f2ab6f4ee04f6a6e5584022f9055836 100755
--- a/src/platform/memento_softwareupdate/ping_omaha.sh
+++ b/src/platform/memento_softwareupdate/ping_omaha.sh
@@ -207,7 +207,8 @@ POST_FILE=/tmp/memento_au_post_file
cat > "/tmp/memento_au_post_file" << EOF
<?xml version="1.0" encoding="UTF-8"?>
<o:gupdate xmlns:o="http://www.google.com/update2/request" \
-version="$AU_VERSION" protocol="2.0" machineid="$MACHINE_ID" \
+version="$AU_VERSION" updaterversion="$AU_VERSION" \
+protocol="2.0" machineid="$MACHINE_ID" \
ismachine="0" userid="$USER_ID">
<o:os version="$OS" platform="$PLATFORM" sp="$OS_VERSION"></o:os>
<o:app appid="$APP_ID" version="$PING_APP_VERSION" lang="$LANG" \
« src/platform/dev/devserver.py ('K') | « src/platform/dev/devserver.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698