/srv/irclogs.ubuntu.com/2023/02/01/#ubuntu-desktop.txt

ricotzseb128, good morning, I have pushed the new thunderbird candidate to https://launchpad.net/~mozillateam/+archive/ubuntu/ppa/+sourcepub/14473069/+listing-archive-extra08:36
ricotzhttps://ftp.mozilla.org/pub/thunderbird/candidates/102.7.1-candidates/build2/08:37
seb128ricotz, hey, thanks! I poked a bit yesterday at the translations issues. The 'missing french strings' are in the repacked source you provided08:37
seb128after more investigation they show fine on a fresh profile so I think the package is fine with your fixes08:38
seb128thunderbird is weird in how it handles translations. I wonder if it doesn't refresh the xpi in the profile every time and just believes it's current when it's not08:38
ricotzseb128, oh, how is this suddenly working?08:38
seb128rm -rf .thunderbird :p08:38
ricotzI see, I guess switching locales may have did the trick too08:39
seb128but I can reproduce the issue in my testing VMs where I had the first 102.7.1 installed08:39
seb128oh right, that's how I was tiped into deleting the profile08:39
seb128I checked in de_DE.UTF-8 yesterday to see if the same strings were missing08:39
ricotzgreat that is works now08:39
seb128they were not08:39
seb128but after restarting thunderbird the translations were also there in french08:40
seb128still something weird going on in how thunderbird refresh translations08:40
seb128but that's not an issue with the update at least :)08:40
ricotz:)08:41
ricotzseb128, something is still wrong with the tarball, but it shouldn't break things08:50
seb128ricotz, wrong how?08:50
ricotzthe l10n folder contains additional files which should not be there, therefore the huge diff compared to the previous build1.2 tarball08:51
ricotzlooks like the processing of an empty string in the locale list which breaks a copying "once"08:53
seb128I'm back in 10min, need to change location08:58
seb128and back09:21
seb128ricotz, sorry I had to relocate ... so is that new issue in the repack script? what changed that triggered it since the previous build?09:22
ricotzseb128, the issue was present in the previous build, but is an issue introduced with the "repack" changes09:29
ricotzI don't have time to investigate this now though09:30
seb128ack09:40
KGB-0libhandy-1 pipeline Jeremy Bicha 493597 * pending (extract-source: pending; test-crossbuild-arm64: created; test-build-all: created; test-build-any: created; build source: created; build i386: created; piuparts: created; blhc: created; autopkgtest: created; lintian: created; reprotest: created; build: created)13:13
KGB-0libhandy-1 pipeline Jeremy Bicha 493597 * running (extract-source: running; test-crossbuild-arm64: created; test-build-all: created; test-build-any: created; build source: created; build i386: created; piuparts: created; blhc: created; autopkgtest: created; lintian: created; reprotest: created; build: created)13:14
KGB-2libhandy-1 upstream/latest 1990d6e Aleksandr Melman po/ LINGUAS ru.po * Add Russian translation * https://deb.li/nMTV13:26
KGB-2libhandy-1 upstream/latest 4238193 Alexander Mikhaylenko src/hdy-window-handle-controller.c * window-handle-controller: Don't handle double clicks * https://deb.li/iwZCg13:26
KGB-2libhandy-1 upstream/latest f06c1bf Alexander Mikhaylenko NEWS meson.build * Release 1.8.1 * https://deb.li/lX4z13:26
KGB-2libhandy-1 upstream/latest d6d55de Jeremy Bicha (5 files in 3 dirs) * New upstream version 1.8.1 * https://deb.li/3nJsn13:26
KGB-0libhandy-1 pristine-tar 6c0f7a4 Jeremy Bicha libhandy-1_1.8.1.orig.tar.xz.delta libhandy-1_1.8.1.orig.tar.xz.id * pristine-tar data for libhandy-1_1.8.1.orig.tar.xz * https://deb.li/ccje13:26
KGB-0libhandy-1 pipeline Jeremy Bicha 493601 * running (extract-source: running; piuparts: created; blhc: created; autopkgtest: created; lintian: created; reprotest: created; test-build-all: created; test-build-any: created; build source: created; build i386: created; build: created; test-crossbuild-arm64: created)13:26
seb128ricotz, is thunderbird's get-orig-source expected to be reproducible? 13:42
KGB-2libhandy-1 pipeline Jeremy Bicha 493601 * [15 minutes and 27 seconds] failed (piuparts: success; autopkgtest: success; reprotest: success; lintian: success; blhc: success; test-crossbuild-arm64: failed; test-build-all: failed; test-build-any: failed; build: success; build i386: success; build source: success; extract-source: success)13:42
seb128I used on 102.7.1 build2 and diffing with the tarball you got into your ppa I get changes like13:43
ricotzseb128, yes13:43
seb128thunderbird-102.7.1+build2/l10n/suite/defines.inc13:43
seb128-#define MOZ_LANGPACK_CREATOR giasher.com13:43
seb128+#define MOZ_LANGPACK_CREATOR mozilla.org13:43
seb128but also lot of string changes (seems different locales)13:44
seb128or 13:44
seb128--- thunderbird-102.7.1+build2/l10n/suite/updater/updater.ini   2023-02-01 11:38:58.000000000 +010013:44
seb128+++ thunderbird-102.7.1+build2/l10n/suite/updater/updater.ini   2023-02-01 08:50:52.000000000 +010013:44
seb128@@ -1,8 +1,8 @@13:44
seb128-# This Source Code Form is subject to the terms of the Mozilla Public13:44
seb128-# License, v. 2.0. If a copy of the MPL was not distributed with this13:44
ricotzseb128, as I said earlier those "non-locale" folder should not be in there13:44
seb128-# file, You can obtain one at http://mozilla.org/MPL/2.0/.13:44
seb128+; This Source Code Form is subject to the terms of the Mozilla Public13:44
seb128+; License, v. 2.0. If a copy of the MPL was not distributed with this13:44
seb128+; file, You can obtain one at http://mozilla.org/MPL/2.0/.13:44
ricotzmeaning the "suite, calendar, mail and chat" folder in l10n13:45
seb128k, so only they are there but also their content picks a random locale?13:45
ricotzkind of13:46
seb128should we hack by doing a rmdir of those in debian/build/create-tarball.py before calling tar?13:47
seb128or do you think we should just ignore it for now?13:47
ricotzI would ignore it for now, hacking it will remove the obvious reminder that something is borked ;)13:51
ricotza 102.8.0 should be around next week13:51
seb128shrug, we can't keep delaying the update because a new version is around the corner, can we?13:55
seb128ricotz, I will use your tarball so we have matching orig between the ppa and the archive13:56
ricotzno, please don't delay it13:56
seb128thanks for the work and the answer to my questions, I'm still figuring my way around that package13:56
ricotzjust saying the next release is soon, so the tarballing script can be fixed13:56
seb128👍13:57
KGB-2gnome-initial-setup ubuntu/jammy 71877dd Nathan Pratta Teodosio debian/ changelog patches/0001-Add-Ubuntu-mode-with-special-pages.patch * fix an incorrect pointer use in the connectivity callback * https://deb.li/3AuJF22:48
KGB-2gnome-initial-setup ubuntu/jammy b8c2141 Sebastien Bacher debian/changelog * releasing package gnome-initial-setup version 42.0.1-1ubuntu2.2 * https://deb.li/FuTi22:48
KGB-2gnome-initial-setup ubuntu/jammy e78764b Nathan Pratta Teodosio debian/ changelog patches/0001-Add-Ubuntu-mode-with-special-pages.patch * fix a crash in the dispose handler * https://deb.li/3fDPh22:48
KGB-0gnome-initial-setup tags fa262a1 Sebastien Bacher ubuntu/42.0.1-1ubuntu2.3 * https://deb.li/i4ImC22:48
KGB-2gnome-initial-setup ubuntu/jammy fa262a1 Sebastien Bacher debian/changelog * releasing package gnome-initial-setup version 42.0.1-1ubuntu2.3 * https://deb.li/MxO222:48
KGB-2gnome-initial-setup ubuntu/jammy e4811e0 Nathan Pratta Teodosio debian/ changelog patches/0001-Add-Ubuntu-mode-with-special-pages.patch * fix a crash in the dispose handler * https://deb.li/3FIsl22:57
KGB-2gnome-initial-setup ubuntu/jammy a21f18d Sebastien Bacher debian/changelog * releasing package gnome-initial-setup version 42.0.1-1ubuntu2.3 * https://deb.li/aDzx22:57
KGB-2gnome-initial-setup tags a21f18d Sebastien Bacher ubuntu/42.0.1-1ubuntu2.3 * https://deb.li/i4ImC22:57
KGB-0gnome-initial-setup tags a21f18d Sebastien Bacher ubuntu/42.0.1-1ubuntu2.3 * tag deleted23:01
KGB-0gnome-initial-setup tags 9fe29a8 Sebastien Bacher ubuntu/42.0.1-1ubuntu2.3 * https://deb.li/i4ImC23:02
KGB-0gnome-initial-setup ubuntu/jammy 9fe29a8 Sebastien Bacher debian/changelog * releasing package gnome-initial-setup version 42.0.1-1ubuntu2.3 * https://deb.li/3V8OU23:02

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!