chromium: Fix omahaproxy URL in updater.

Omahaproxy got an overhaul and thus doesn't give CSV output on the main URL
anymoare. We're switching to /all for now and may want to refine this to only
what we're exactly looking for, but for now it fixes the updater.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2012-11-19 21:29:27 +01:00
parent 38153d9105
commit bc4318dca3
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
channels_url="http://omahaproxy.appspot.com/"; channels_url="http://omahaproxy.appspot.com/all?csv=1";
bucket_url="http://commondatastorage.googleapis.com/chromium-browser-official/"; bucket_url="http://commondatastorage.googleapis.com/chromium-browser-official/";
output_file="$(cd "$(dirname "$0")" && pwd)/sources.nix"; output_file="$(cd "$(dirname "$0")" && pwd)/sources.nix";