Closed Bug 1690056 Opened 4 years ago Closed 4 years ago

Thunderbird macos-aarch64 nightly builds do not autoupdate

Categories

(Thunderbird :: Build Config, task, P1)

Thunderbird 87

Tracking

(thunderbird_esr78 unaffected)

RESOLVED MOVED
87 Branch
Tracking Status
thunderbird_esr78 --- unaffected

People

(Reporter: rjl, Assigned: justdave)

References

Details

The URL that is used includes this in the platform field: Darwin_aarch64-gcc3. The Nightly release blob on Balrog does not include the necessary platform alias.

The release blob json data needs to be updated manually. (Actually, delete the current one and create a new blob with the same name)

release blob updated. test update was successful, but resulting update wouldn't run - suspect it's unrelated but can't verify yet.

It's a signing/entitlement issue. Bug 1690118.

For the record, the Nightly release blob needed this code added to it:

"Darwin_aarch64-gcc3": {
  "alias": "Darwin_x86_64-gcc3-u-i386-x86_64"
},

The blob itself is just updated every day so as long as the alias is created manually once it works.

Beta/Release do not need changes as they create the release blobs very differently.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
Resolution: FIXED → MOVED
You need to log in before you can comment on or make changes to this bug.