Closed
Bug 1622773
Opened 5 years ago
Closed 5 years ago
DATE is misconfigured in flatpaks
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(firefox75 fixed, firefox76 fixed)
RESOLVED
FIXED
People
(Reporter: mtabara, Assigned: mtabara)
Details
Attachments
(1 file)
|
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
|
Details | Review |
Reported on Matrix:
@nedrichardsHuh, when installing the latest beta off the CLI I got:
"Warning: Ignoring release element without timestamp or date"
Are we not processing https://hg.mozilla.org/mozilla-central/file/tip/taskcluster/docker/firefox-flatpak/org.mozilla.firefox.appdata.xml.in#l68 properly?
(note: I haven't been able to test a beta for a week or so as I was traveling with Mac access only, so this may not be "new")
@barthalion: Yeah, it looks like $DATE is not defined in the build environment
So it ends up as <release version="75.0b3" date=""/> in the resulting file
Need to fix this.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
Comment on attachment 9134611 [details]
Bug 1622773 - inject release date in the flatpak metadata. r=rail
Beta/Release Uplift Approval Request
- User impact if declined: None. This fixes an issue we have under the hood in flatpaks where we don't properly set the date in the flatpak metadata.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky):
- String changes made/needed:
Attachment #9134611 -
Flags: approval-mozilla-beta?
| Assignee | ||
Updated•5 years ago
|
status-firefox75:
--- → affected
status-firefox76:
--- → affected
Pushed by mtabara@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0a731820de76
inject release date in the flatpak metadata. r=rail
Comment 4•5 years ago
|
||
Comment on attachment 9134611 [details]
Bug 1622773 - inject release date in the flatpak metadata. r=rail
flatpak metadata fix, approved for 75.0b7
Attachment #9134611 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 5•5 years ago
|
||
| bugherder uplift | ||
Comment 6•5 years ago
|
||
| bugherder | ||
Updated•5 years ago
|
Component: Release Automation: Flatpak → Release Automation: Other
You need to log in
before you can comment on or make changes to this bug.
Description
•