=== Daviey_ is now known as Daviey === infinity_ is now known as infinity === StevenK_ is now known as StevenK === ts2 is now known as tsimpson [13:51] choose-mirror: cjwatson * r1173 ubuntu/ (choose-mirror.c debian/changelog): Manage memory for 'country' variable more carefully. [13:54] choose-mirror: cjwatson * r1174 ubuntu/ (choose-mirror.c debian/changelog): [13:54] choose-mirror: If the selected country has no mirror (excluding all-countries mirrors), [13:54] choose-mirror: then fall back to the default (LP: #919356). [13:56] choose-mirror: cjwatson * r1175 ubuntu/debian/changelog: releasing version 2.39ubuntu3 [13:57] stgraber_: any luck with tracking down that ubiquity window size regression? [14:08] cjwatson: no, I've mostly been dealing with friendly-recovery and resolvconf yesterday. I was hoping to have some time to look at ubiquity today. [14:09] cjwatson: I noticed some other gtk weirdness on the desktop though where some fields (mostly text entry fields) would change nice with the recent light-themes upload [14:09] *would change size [14:11] maybe it was a theme thing; I just noticed that it started failing for me just after I upgraded GTK === stgraber_ is now known as stgraber === soren_ is now known as soren [16:16] cjwatson: OK (skipped=2) [16:17] cjwatson: running tests/run on my laptop [16:18] hmm, maybe a local problem then [16:18] * cjwatson upgrades everything and tries again [16:18] * stgraber needs to find a way to make test_usersetup pass in a container that doesn't involve hardcoding the real hostname in the test ... === superm1_ is now known as superm1 [16:43] stgraber: hm, yes, works for me now. Maybe I was only partially upgraded or maybe it was transient. Odd, but I shan't worry about it then. [16:43] thanks for the cluebat :-) [16:44] np, happy to see it's not just a local weirdness on my machine ;) [16:45] cjwatson: do you have some more things to land in trunk or should I tag and upload what we have so it makes it to the dailies? [16:49] Always, but nothing urgent [16:49] I can do it myself if you like [16:54] that'd be great, thanks [17:27] ubiquity: cjwatson * r5174 trunk/ (d-i/manifest debian/changelog): [17:27] ubiquity: Automatic update of included source packages: choose-mirror 2.39ubuntu3, [17:27] ubiquity: netcfg 1.68ubuntu11. [17:33] ubiquity: cjwatson * r5175 trunk/debian/changelog: releasing version 2.9.17 [19:01] thanks [19:36] stgraber: test_usersetup> the powerpc build failed there; is that the same problem? [19:37] I doubt it, the problem I have here is that the check expects ".local" or "" would resolve, which they don't in my case because arkose generates a temporary hostname that doesn't exist in the dns, in /etc/hosts or over avahi [19:38] I wonder if the right answer for powerpc is to provide a mock version of Gio.Resolver.lookup_by_name_finish [19:38] which I think would fix your problem too? [19:38] could be that /etc/hosts on the specific buildd is wrong though [19:38] yeah it'd indeed [19:38] or indeed .lookup_by_name_async [19:39] perhaps both [20:12] * cjwatson tries to convert from Gtk[HV]Box to GtkBox, and refreshes his memory of XPath [20:12] xgrep -x '//object[@class="GtkBox"][count(child/packing/property[@name="expand"]) = 0]' [21:14] ubiquity: cjwatson * r5176 trunk/ (22 files in 8 dirs): [21:14] ubiquity: Convert from deprecated GtkHBox/GtkVBox to GtkBox, and from [21:14] ubiquity: GtkHButtonBox to GtkButtonBox. [21:21] ubiquity: cjwatson * r5177 trunk/ (debian/changelog src/panel/panel.c): Use g_object_unref instead of deprecated gdk_pixbuf_unref. [21:35] ubiquity: cjwatson * r5178 trunk/ (debian/changelog src/panel/panel.c): [21:35] ubiquity: Use gdk_error_trap_pop_ignored rather than gdk_error_trap_pop when [21:35] ubiquity: ignoring errors. [23:29] stgraber: I committed what I think is a better fix for whiptail path hardcoding to debconf upstream: http://anonscm.debian.org/gitweb/?p=debconf/debconf.git;a=commitdiff;h=43ca07c027ac609294fc8a020d1912ab606a4f2e [23:29] (no rush though, we can probably just take that on the next sync) [23:29] (well, merge) [23:36] cjwatson: indeed much better, I was actually wondering how to do the equivalent of type/which in perl for a second, then gave up ;)