mozilla / nightlytt

Nightly Tester Tools
https://wiki.mozilla.org/Auto-tools/Automation_Development/Projects/Addons/NightlyTesterTools
Other
62 stars 37 forks source link

${Changeset} is Undefined in Firefox 31.4.0esrpre ("34.0.5") #182

Closed tonymec closed 9 years ago

tonymec commented 9 years ago

Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0 ID:2014112600 CSet:8274648ad79f

NTT 3.7: ${Changeset} is Undefined

NTT 3.7pre20131013: ${Changeset} is still Undefined but ${PlatformChangeset} has the correct value.

=> Workaround: Downgrade to the development version and replace ${Changeset} by ${PlatformChangeset} wherever it appears in preferences nightly.templates.buildid and nightly.templates.title (UI for the latter is Tools → Nightly Tester Tools → Customize Titlebar).

tonymec commented 9 years ago

Oops, I did something wrong. Let me check.

tonymec commented 9 years ago

By mistake I had loaded the Firefox version 34.0.5 from the openSUSE distro.

Fx 31.4.0esrpre from Mozilla has the correct (and equal) value in both ${Changeset} and ${PlatformChangeset}, as follows: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 ID:20150110000735 CSet:c34347a324e6

I'm closing this "wontfix" for lack of an "invalid" label.