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

Side by Side Diff: scripts/image_signing/ensure_sane_lsb-release.config

Issue 6246037: Add sanity test for /etc/lsb-release file in CrOS images (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/vboot_reference.git@master
Patch Set: Created 9 years, 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 #!/bin/bash
2
3 # Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
6
7 expected_auserver="https://tools.google.com/service/update2"
8 expected_release_name="Chrome OS"
9
10 expected_boards=(
11 x86-agz
12 x86-mario
13 )
14 expected_release_tracks=(
15 beta-channel
16 dev-channel
17 )
18
19 expected_appid_x86_agz="{23F5C60F-7655-4BF4-90FB-BFDE16408308}"
20 expected_appid_x86_mario="{87efface-864d-49a5-9bb3-4b050a7c227a}"
OLDNEW
« no previous file with comments | « no previous file | scripts/image_signing/ensure_sane_lsb-release.sh » ('j') | scripts/image_signing/ensure_sane_lsb-release.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698