New issue
Advanced search Search tips

Issue 703808 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 2
Type: Bug

Blocking:
issue 692846



Sign in to add a comment

support x86 and x64 variants of dev/beta/stable in additional parameter

Project Member Reported by wfh@chromium.org, Mar 21 2017

Issue description

We need to support pinned 32-bit Chrome versions using the ap.

The proposed syntax is:

"let Google decide"

Stable: ""
Beta: "1.1-beta"
Dev: "2.0-dev"

"32-bit pinned"
Stable: "x86-stable"
Beta: "x86-beta"
Dev: "x86-dev"

"64-bit pinned"
Stable: "x64-stable"
Beta: "x64-beta"
Dev: "x64-dev"
 

Comment 1 by grt@chromium.org, Mar 27 2017

stable-arch_x86 in 57.0.2987.129 MSI works; see attached.
stable.png
8.3 KB View Download
Owner: grt@chromium.org
Status: Assigned (was: Untriaged)

Comment 3 by grt@chromium.org, Mar 29 2017

Cc: -grt@chromium.org
The new syntax for the time being is:

"let Google decide"
Stable: ""
Beta: "1.1-beta"
Dev: "2.0-dev"

"32-bit pinned"
Stable: "stable-arch_x86"
Beta: "1.1-beta-arch_x86"
Dev: "2.0-dev-arch_x86"

"64-bit pinned"
Stable: "x64-stable"
Beta: "x64-beta"
Dev: "x64-dev"

No Chromium code changes are needed at the moment.

Comment 4 by grt@chromium.org, Mar 29 2017

Status: Fixed (was: Assigned)
Marking as fixed since we've resolved everything here that would block issue 692846.

Sign in to add a comment