[00:04] -queuebot:#ubuntu-release- New binary: termbox [s390x] (oracular-proposed/universe) [1.1.2+dfsg-6] (no packageset) [00:42] rbasak: It will only affect new users, and bdmurray: yes it is only a change to the installer. [00:43] It won't affect any existing users, it will just make new users have the expected first UID. [00:43] It is probably worth it to do because even though applications theoretically *shouldn't* depend on the UID being 1000, in practice people use things like NFS mounts and other setups that are UID-dependent and where the first user being UID 1001 can cause problems. [01:56] -queuebot:#ubuntu-release- Unapproved: kubuntu-settings (noble-proposed/universe) [1:24.04.11 => 1:24.04.12] (kubuntu) [01:57] ubuntu-release: please reject ^ kubuntu-settings upload, I goofed and uploaded too early. [02:06] -queuebot:#ubuntu-release- Unapproved: kubuntu-settings (noble-proposed/universe) [1:24.04.11 => 1:24.04.12] (kubuntu) [02:07] ^ second upload is good and ready for SRU review once the fixes in it finish migrating to Oracular. === guiverc2 is now known as guiverc === juergh_ is now known as juergh [06:55] vorlon, can we please make curl build on i386? nghttp3 and ngtcp2 needs building... [06:58] -queuebot:#ubuntu-release- Unapproved: rejected kubuntu-settings [source] (noble-proposed) [1:24.04.12] [07:59] -queuebot:#ubuntu-release- Unapproved: rejected netplan.io [source] (mantic-proposed) [0.107.1-3ubuntu0.23.10.1] [07:59] -queuebot:#ubuntu-release- Unapproved: rejected netplan.io [source] (mantic-proposed) [0.107.1-3ubuntu0.23.10.1] [07:59] -queuebot:#ubuntu-release- Unapproved: rejected netplan.io [source] (jammy-proposed) [0.107.1-3ubuntu0.22.04.1] [08:09] -queuebot:#ubuntu-release- Unapproved: initramfs-tools (noble-proposed/main) [0.142ubuntu25.1 => 0.142ubuntu25.2] (core, i386-whitelist) === pushkarnk1 is now known as pushkarnk [08:29] ubuntu-sru, please drop the 2024-07-03 initramfs-tools noble SRU upload. I just uploaded a new version. [08:35] bdrung, I'm not SRU team but I rejected anyway :) [08:36] -queuebot:#ubuntu-release- Unapproved: rejected initramfs-tools [source] (noble-proposed) [0.142ubuntu25.2] [08:37] tjaalton, hey, any change you could review those in the noble queue: gnome-shell-extension-tiling-assistant (which should be trivial), gnome-shell and gnome-initial-setup (which are more complicated updates but entreprise / oem related so important for us) [08:40] thanks [08:49] -queuebot:#ubuntu-release- Unapproved: fwupd (jammy-proposed/main) [1.7.9-1~22.04.3 => 1.9.16-1~22.04.01] (core) [08:49] -queuebot:#ubuntu-release- Unapproved: iptables-netflow (jammy-proposed/universe) [2.6-2ubuntu3 => 2.6-2ubuntu4] (kernel-dkms) [08:49] -queuebot:#ubuntu-release- Unapproved: linux-apfs-rw (jammy-proposed/universe) [0+git20220214+ds-2ubuntu2~22.04.3 => 0.3.2-0ubuntu5~22.04.1] (kernel-dkms) [08:49] -queuebot:#ubuntu-release- Unapproved: gjs (jammy-proposed/main) [1.72.4-0ubuntu0.22.04.3~really.is.1.72.2.0ubuntu2 => 1.72.4-0ubuntu0.22.04.4] (desktop-core, desktop-extra, i386-whitelist, mozilla) [08:49] -queuebot:#ubuntu-release- Unapproved: ovn (jammy-proposed/main) [22.03.3-0ubuntu0.22.04.3 => 22.03.7-0ubuntu0.22.04.1] (no packageset) [08:49] -queuebot:#ubuntu-release- Unapproved: libseccomp (jammy-proposed/main) [2.5.3-2ubuntu2 => 2.5.3-2ubuntu2.1] (core, i386-whitelist) [08:56] adrien: when you say the two tarballs "are pretty different", do you mean contents? [08:57] I'm offline today starting shortly (since the home Internet is still down and therefore my IRC proxy), but if you get a chance to suggest to me how to proceed I should be able to take a look again Monday [08:58] LocutusOfBorg: well I see from https://ubuntu-archive-team.ubuntu.com/proposed-migration/update_excuses.html#curl that these new deps also introduce a component mismatch so maybe we don't actually want to build these on i386? I'd rather someone sort through that first === pushkarnk1 is now known as pushkarnk [09:05] vorlon, do we want http3 support in curl? I spoke with security team and looks like we want it... [09:05] of course we want to MIR the two new packages [09:07] LocutusOfBorg: well, I don't know anything about the implementation in these libraries, and it will need to go through the MIR :) [09:08] vorlon: the pypi one does not have several files: .github, .kokoro (developer thing), docs/, scripts/, testing/ (but has tests/), several other dotfiles, CHANGELOG.md and others (it only keeps README.rst), ... [09:09] vorlon: basically the pypi one is the prepared release tarball only [09:09] source (google/) and tests/ are identical and the only added files are pypi metadata [09:10] so I think it's safe to continue, there's no anomaly [09:11] adrien: ok. the one thing of note is that if Debian packaged this same upstream version, they might choose the other upstream tarball and then we'd get conflicts preventing syncing. But there's no guaranteed path to avoid this [09:11] adrien: do you have a link to the tarball from pypi? [09:12] juliank uploaded it to debian: https://ftp-master.debian.org/new/python-google-api-core_2.19.0-1.html [09:13] I got the tarball from uscan -d [09:13] vorlon: https://pypi.org/project/google-api-core/2.19.0/#files [09:14] the hash matches above ^ cf1b7c2694047886d2af1128a03ae99e391108a08804f87cfd35970e49c9cd10 [09:14] (sha256) [09:14] indeed [09:14] and direct link is https://files.pythonhosted.org/packages/31/c6/460b83c297c91c4f62d69aa9f04f3c5f8139a4f41c4b747c014939d5a802/google-api-core-2.19.0.tar.gz [09:15] Don't look at the autogenerated github tarballs vorlon :D [09:16] pypi uploads are done manually :) [09:18] There's like a build command in the python tooling that generates the tarball and uploads it to pypi [09:18] juliank: debian/copyright doesn't point at pypi :P [09:18] but uscan is ok [09:18] Yeah it's the upstream source's upstream :D [09:19] I enjoy that the github, pypi, and Ubuntu tarballs all have different names [09:19] vorlon: rjght, I can fix that [09:19] ok checksum matched, proceeding [09:19] adrien: you're going to fix my enjoyment? [09:19] :) [09:20] adrien: debian/* packaging is not a contribution to the upstream project and therefore Canonical's licensing policy does not require that it be licensed under the usptream license instead of under GPLv3 etc etc but also it's packaging so meh [09:21] if your Debian packaging contains substantive creative copyrightable contents that's usually a bug :P [09:22] ubuntu-sru: hey! livecd-rootfs is in the -proposed pocket for Jammy, Mantic, and Noble and all the bugs have been verified now. [09:23] can someone from the SRU team please take a look and move it to -updates? [09:23] utkarsh2102: not on Friday [09:23] it's blocking a lot of things at the same time [09:23] -queuebot:#ubuntu-release- Unapproved: xkeyboard-config (noble-proposed/main) [2.41-2ubuntu1 => 2.41-2ubuntu1.1] (core, i386-whitelist) [09:23] vorlon: oh, is that a thing now? :D [09:24] gotcha, should I ping on Monday? [09:24] utkarsh2102: ... it's a thing since forever [09:24] heh, ok :) [09:24] -queuebot:#ubuntu-release- New: accepted python-google-api-core [source] (oracular-proposed) [2.19.0-0ubuntu1] [09:24] we've had livecd-rootfs get accepted on Fridays before, though [09:25] but I get you, I get you [09:25] I'll ping on Monday [09:26] -queuebot:#ubuntu-release- New: accepted azure-nvme-utils [riscv64] (oracular-proposed) [0.2.0-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-gtk4-layer-shell [riscv64] (oracular-proposed) [0.3.0-2] [09:26] -queuebot:#ubuntu-release- New: accepted rust-itoap [riscv64] (oracular-proposed) [1.0.1-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-libbpf-sys [s390x] (oracular-proposed) [1.4.2-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-librsvg [s390x] (oracular-proposed) [2.58.0-2] [09:26] -queuebot:#ubuntu-release- New: accepted rust-names [s390x] (oracular-proposed) [0.14.0-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-nucleo [s390x] (oracular-proposed) [0.5.0-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-p521 [s390x] (oracular-proposed) [0.13.3-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-sourceview5-sys [riscv64] (oracular-proposed) [0.8.0-2] [09:26] -queuebot:#ubuntu-release- New: accepted termbox [riscv64] (oracular-proposed) [1.1.2+dfsg-6] [09:26] -queuebot:#ubuntu-release- New: accepted azure-nvme-utils [s390x] (oracular-proposed) [0.2.0-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-itoap [s390x] (oracular-proposed) [1.0.1-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-names [riscv64] (oracular-proposed) [0.14.0-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-p521 [riscv64] (oracular-proposed) [0.13.3-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-sourceview5-sys [s390x] (oracular-proposed) [0.8.0-2] [09:26] -queuebot:#ubuntu-release- New source: clamav-unofficial-sigs (oracular-proposed/primary) [3.7.2-2.1build1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-gtk4-layer-shell [s390x] (oracular-proposed) [0.3.0-2] [09:26] -queuebot:#ubuntu-release- New: accepted rust-nucleo [riscv64] (oracular-proposed) [0.5.0-1] [09:26] -queuebot:#ubuntu-release- New: accepted termbox [s390x] (oracular-proposed) [1.1.2+dfsg-6] [09:26] utkarsh2102: yeah livecd-rootfs is one that might in general be accepted on Friday given the low risk of regression; but I'm going afk in 30 minutes and then am on planes for the next two days so *I'm* not going to assume responsibility for an SRU release today. Maybe you can talk sil2100 into it [09:26] -queuebot:#ubuntu-release- New: accepted rust-librsvg [riscv64] (oracular-proposed) [2.58.0-2] [09:26] -queuebot:#ubuntu-release- New binary: rust-gix-pack [amd64] (oracular-proposed/universe) [0.50.0-1] (no packageset) [09:26] -queuebot:#ubuntu-release- New: accepted rust-regex-cursor [s390x] (oracular-proposed) [0.1.4-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-gtk4-layer-shell [arm64] (oracular-proposed) [0.3.0-2] [09:26] -queuebot:#ubuntu-release- New: accepted rust-gtk4-layer-shell [ppc64el] (oracular-proposed) [0.3.0-2] [09:26] -queuebot:#ubuntu-release- New: accepted rust-libbpf-sys [armhf] (oracular-proposed) [1.4.2-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-librsvg [amd64] (oracular-proposed) [2.58.0-2] [09:26] -queuebot:#ubuntu-release- New: accepted rust-librsvg [armhf] (oracular-proposed) [2.58.0-2] [09:26] -queuebot:#ubuntu-release- New: accepted rust-names [arm64] (oracular-proposed) [0.14.0-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-nucleo [arm64] (oracular-proposed) [0.5.0-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-p521 [arm64] (oracular-proposed) [0.13.3-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-regex-cursor [armhf] (oracular-proposed) [0.1.4-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-regex-cursor [riscv64] (oracular-proposed) [0.1.4-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-gtk4-layer-shell [armhf] (oracular-proposed) [0.3.0-2] [09:26] -queuebot:#ubuntu-release- New: accepted rust-libbpf-sys [riscv64] (oracular-proposed) [1.4.2-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-librsvg [ppc64el] (oracular-proposed) [2.58.0-2] [09:26] -queuebot:#ubuntu-release- New: accepted rust-nucleo [armhf] (oracular-proposed) [0.5.0-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-regex-cursor [ppc64el] (oracular-proposed) [0.1.4-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-sourceview5-sys [armhf] (oracular-proposed) [0.8.0-2] [09:26] -queuebot:#ubuntu-release- New: accepted termbox [ppc64el] (oracular-proposed) [1.1.2+dfsg-6] [09:26] -queuebot:#ubuntu-release- New: accepted rust-itoap [arm64] (oracular-proposed) [1.0.1-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-names [armhf] (oracular-proposed) [0.14.0-1] [09:26] -queuebot:#ubuntu-release- New: accepted rust-sourceview5-sys [arm64] (oracular-proposed) [0.8.0-2] [09:26] -queuebot:#ubuntu-release- New: accepted rust-librsvg [arm64] (oracular-proposed) [2.58.0-2] [09:26] -queuebot:#ubuntu-release- New: accepted termbox [arm64] (oracular-proposed) [1.1.2+dfsg-6] [09:26] -queuebot:#ubuntu-release- New: accepted rust-p521 [armhf] (oracular-proposed) [0.13.3-1] [09:27] -queuebot:#ubuntu-release- New: accepted azure-nvme-utils [amd64] (oracular-proposed) [0.2.0-1] [09:27] -queuebot:#ubuntu-release- New: accepted azure-nvme-utils [armhf] (oracular-proposed) [0.2.0-1] [09:27] -queuebot:#ubuntu-release- New: accepted gnustep-gui [riscv64] (oracular-proposed) [0.31.1-4] [09:27] -queuebot:#ubuntu-release- New: accepted ruby-redis-cluster-client [amd64] (oracular-proposed) [0.10.0-1] [09:27] -queuebot:#ubuntu-release- New: accepted rust-gtk4-layer-shell [amd64] (oracular-proposed) [0.3.0-2] [09:27] -queuebot:#ubuntu-release- New: accepted rust-itoap [armhf] (oracular-proposed) [1.0.1-1] [09:27] -queuebot:#ubuntu-release- New: accepted rust-libbpf-sys [amd64] (oracular-proposed) [1.4.2-1] [09:27] -queuebot:#ubuntu-release- New: accepted rust-libbpf-sys [ppc64el] (oracular-proposed) [1.4.2-1] [09:27] -queuebot:#ubuntu-release- New: accepted rust-names [ppc64el] (oracular-proposed) [0.14.0-1] [09:27] -queuebot:#ubuntu-release- New: accepted rust-p521 [amd64] (oracular-proposed) [0.13.3-1] [09:27] -queuebot:#ubuntu-release- New: accepted azure-nvme-utils [arm64] (oracular-proposed) [0.2.0-1] [09:27] -queuebot:#ubuntu-release- New: accepted gnustep-gui [s390x] (oracular-proposed) [0.31.1-4] [09:27] -queuebot:#ubuntu-release- New: accepted rust-itoap [amd64] (oracular-proposed) [1.0.1-1] [09:27] -queuebot:#ubuntu-release- New: accepted rust-libbpf-sys [arm64] (oracular-proposed) [1.4.2-1] [09:27] -queuebot:#ubuntu-release- New: accepted rust-nucleo [amd64] (oracular-proposed) [0.5.0-1] [09:27] -queuebot:#ubuntu-release- New: accepted rust-regex-cursor [amd64] (oracular-proposed) [0.1.4-1] [09:27] -queuebot:#ubuntu-release- New: accepted rust-sourceview5-sys [ppc64el] (oracular-proposed) [0.8.0-2] [09:27] -queuebot:#ubuntu-release- New: accepted termbox [armhf] (oracular-proposed) [1.1.2+dfsg-6] [09:27] -queuebot:#ubuntu-release- New: accepted azure-nvme-utils [ppc64el] (oracular-proposed) [0.2.0-1] [09:27] -queuebot:#ubuntu-release- New: accepted rust-itoap [ppc64el] (oracular-proposed) [1.0.1-1] [09:27] -queuebot:#ubuntu-release- New: accepted rust-p521 [ppc64el] (oracular-proposed) [0.13.3-1] [09:27] -queuebot:#ubuntu-release- New: accepted termbox [amd64] (oracular-proposed) [1.1.2+dfsg-6] [09:27] -queuebot:#ubuntu-release- New: accepted rust-gix-pack [riscv64] (oracular-proposed) [0.50.0-1] [09:27] -queuebot:#ubuntu-release- New: accepted rust-sourceview5-sys [amd64] (oracular-proposed) [0.8.0-2] [09:27] -queuebot:#ubuntu-release- New: accepted rust-names [amd64] (oracular-proposed) [0.14.0-1] [09:27] -queuebot:#ubuntu-release- New binary: python-google-api-core [amd64] (oracular-proposed/none) [2.19.0-0ubuntu1] (no packageset) [09:27] -queuebot:#ubuntu-release- New: accepted gnustep-gui [amd64] (oracular-proposed) [0.31.1-4] [09:27] -queuebot:#ubuntu-release- New: accepted gnustep-gui [armhf] (oracular-proposed) [0.31.1-4] [09:27] -queuebot:#ubuntu-release- New: accepted rust-gix-pack [arm64] (oracular-proposed) [0.50.0-1] [09:27] -queuebot:#ubuntu-release- New: accepted rust-gix-pack [s390x] (oracular-proposed) [0.50.0-1] [09:27] -queuebot:#ubuntu-release- New: accepted gnustep-gui [arm64] (oracular-proposed) [0.31.1-4] [09:27] -queuebot:#ubuntu-release- New: accepted rust-gix-pack [ppc64el] (oracular-proposed) [0.50.0-1] [09:27] -queuebot:#ubuntu-release- New: accepted gnustep-gui [ppc64el] (oracular-proposed) [0.31.1-4] [09:27] vorlon: got it, got it [09:28] sil2100 doesn't seem to be here [09:28] -queuebot:#ubuntu-release- New: accepted rust-gix-pack [amd64] (oracular-proposed) [0.50.0-1] [09:28] I'll ping him on MM and see if he's okay in doing that [09:28] otherwise, we do it on Monday [09:31] utkarsh2102: tjaalton is (EU) vanguard today, but I wasn't going to suggest putting it on him to release livecd-rootfs since he's not involved w/ image building [09:32] yep, exactly what I thought [09:34] -queuebot:#ubuntu-release- New: accepted python-google-api-core [amd64] (oracular-proposed) [2.19.0-0ubuntu1] [09:34] vorlon: I seemed to remember that some prefered the packaging to use the same license as the package itself [09:35] adrien: I don't know what "some preferred" means. I think you should refer to Canonical's internal licensing policy [09:35] I can change it (plus, apache 2 -> gpl3 is not even an issue iirc) [09:45] * vorlon heads offline for travel [09:48] -queuebot:#ubuntu-release- Unapproved: jool (jammy-proposed/universe) [4.1.7-1ubuntu1 => 4.1.7-1ubuntu2] (kernel-dkms) [10:11] -queuebot:#ubuntu-release- Unapproved: accepted nautilus [source] (noble-proposed) [1:46.2-0ubuntu0.2] [10:17] -queuebot:#ubuntu-release- Unapproved: accepted systemd [source] (noble-proposed) [255.4-1ubuntu8.2] [10:19] -queuebot:#ubuntu-release- Unapproved: accepted systemd [source] (focal-proposed) [245.4-4ubuntu3.24] [10:23] juliank: software-properties for noble doesn't seem to include the previous upload in .changes, so lp2061214 would not get automatically handled by the tooling [10:26] -queuebot:#ubuntu-release- Unapproved: rejected software-properties [source] (noble-proposed) [0.99.49.1] [10:30] -queuebot:#ubuntu-release- Unapproved: accepted mrbuild [source] (noble-proposed) [1.8-1ubuntu0.24.04.1] [10:31] -queuebot:#ubuntu-release- Unapproved: accepted gnome-text-editor [source] (noble-proposed) [46.3-0ubuntu1] [10:33] -queuebot:#ubuntu-release- Unapproved: rejected openssh [source] (noble-proposed) [1:9.6p1-3ubuntu13.1] [10:37] -queuebot:#ubuntu-release- Unapproved: accepted gnome-calculator [source] (noble-proposed) [1:46.1-1ubuntu1~24.04.1] [10:39] nteodosio: hi, update-manager for noble bumps the version from .6 to .8, what happened to .7? :) [10:43] tjaalton, I wonder if seb128 bumped that accidentally? It contains this merge request changes, https://code.launchpad.net/~nteodosio/update-manager/+git/update-manager/+merge/467674. [10:45] tjaalton: I suppose we could have lived with that it's already marked as verification-needed after all but oh well [10:47] juliank: you'd have had to close the bug manually etc [10:47] not a huge deal maybe, but still [10:48] nteodosio: ah.. seb128? [10:49] juliank: actually it is, so if the testing would be failed, it would not show up on the tracker page [10:50] -queuebot:#ubuntu-release- New binary: rust-sourceview5 [amd64] (oracular-proposed/universe) [0.8.0-2] (no packageset) [10:53] -queuebot:#ubuntu-release- New binary: rust-gix-odb [amd64] (oracular-proposed/universe) [0.60.0-1] (no packageset) [10:54] -queuebot:#ubuntu-release- New binary: rust-gix-odb [ppc64el] (oracular-proposed/universe) [0.60.0-1] (no packageset) [10:55] -queuebot:#ubuntu-release- New binary: rust-gix-odb [arm64] (oracular-proposed/universe) [0.60.0-1] (no packageset) [10:55] -queuebot:#ubuntu-release- New binary: rust-gix-odb [s390x] (oracular-proposed/universe) [0.60.0-1] (no packageset) [10:56] -queuebot:#ubuntu-release- New binary: rust-sourceview5 [ppc64el] (oracular-proposed/universe) [0.8.0-2] (no packageset) [10:57] -queuebot:#ubuntu-release- New binary: rust-sourceview5 [arm64] (oracular-proposed/universe) [0.8.0-2] (no packageset) [10:57] -queuebot:#ubuntu-release- New binary: rust-sourceview5 [s390x] (oracular-proposed/universe) [0.8.0-2] (no packageset) [10:58] -queuebot:#ubuntu-release- New binary: rust-swtchr [amd64] (oracular-proposed/universe) [0.1.2-2] (no packageset) [11:02] -queuebot:#ubuntu-release- New binary: gnustep-back [amd64] (oracular-proposed/universe) [0.31.0-3] (ubuntustudio) [11:02] -queuebot:#ubuntu-release- New binary: rust-swtchr [ppc64el] (oracular-proposed/universe) [0.1.2-2] (no packageset) [11:02] -queuebot:#ubuntu-release- New binary: rust-sourceview5 [armhf] (oracular-proposed/universe) [0.8.0-2] (no packageset) [11:03] -queuebot:#ubuntu-release- Unapproved: accepted gnome-initial-setup [source] (noble-proposed) [46.2-1ubuntu0.24.04.1] [11:03] -queuebot:#ubuntu-release- New binary: gnustep-back [armhf] (oracular-proposed/universe) [0.31.0-3] (ubuntustudio) [11:03] -queuebot:#ubuntu-release- New binary: rust-swtchr [s390x] (oracular-proposed/universe) [0.1.2-2] (no packageset) [11:03] -queuebot:#ubuntu-release- New binary: gnustep-back [s390x] (oracular-proposed/universe) [0.31.0-3] (ubuntustudio) [11:03] -queuebot:#ubuntu-release- New binary: gnustep-back [ppc64el] (oracular-proposed/universe) [0.31.0-3] (ubuntustudio) [11:05] -queuebot:#ubuntu-release- New binary: gnustep-back [arm64] (oracular-proposed/universe) [0.31.0-3] (ubuntustudio) [11:09] -queuebot:#ubuntu-release- New binary: rust-swtchr [arm64] (oracular-proposed/universe) [0.1.2-2] (no packageset) [11:10] -queuebot:#ubuntu-release- New binary: rust-swtchr [armhf] (oracular-proposed/universe) [0.1.2-2] (no packageset) [11:14] -queuebot:#ubuntu-release- New binary: rust-gix-odb [riscv64] (oracular-proposed/universe) [0.60.0-1] (no packageset) [11:15] -queuebot:#ubuntu-release- Unapproved: accepted evolution-data-server [source] (noble-proposed) [3.52.3-0ubuntu1] [11:16] -queuebot:#ubuntu-release- New binary: rust-sourceview5 [riscv64] (oracular-proposed/universe) [0.8.0-2] (no packageset) [11:28] -queuebot:#ubuntu-release- New binary: gnustep-back [riscv64] (oracular-proposed/universe) [0.31.0-3] (ubuntustudio) [11:41] -queuebot:#ubuntu-release- Unapproved: accepted mutter [source] (noble-proposed) [46.2-1ubuntu0.24.04.1] [11:47] jbicha, are we really doing gnustep transition at the same time? [11:47] * LocutusOfBorg stops [11:48] -queuebot:#ubuntu-release- Unapproved: rejected debootstrap [source] (jammy-proposed) [1.0.126+nmu1ubuntu0.8] [11:51] -queuebot:#ubuntu-release- Unapproved: accepted nvme-cli [source] (jammy-proposed) [1.16-3ubuntu0.2] [11:58] -queuebot:#ubuntu-release- New binary: rust-swtchr [riscv64] (oracular-proposed/universe) [0.1.2-2] (no packageset) [12:19] -queuebot:#ubuntu-release- Unapproved: accepted dm-writeboost [source] (jammy-proposed) [2.2.13-1ubuntu4] [13:03] -queuebot:#ubuntu-release- Unapproved: accepted jool [source] (jammy-proposed) [4.1.7-1ubuntu2] [13:05] -queuebot:#ubuntu-release- Unapproved: accepted iptables-netflow [source] (jammy-proposed) [2.6-2ubuntu4] [13:07] -queuebot:#ubuntu-release- Unapproved: accepted ivsc-driver [source] (jammy-proposed) [0~git202211241536.70d95269-0ubuntu0.22.04.2] [13:09] -queuebot:#ubuntu-release- Unapproved: accepted evdi [source] (jammy-proposed) [1.12.0+dfsg-0ubuntu2~22.04.4] [13:12] -queuebot:#ubuntu-release- Unapproved: accepted ddcci-driver-linux [source] (jammy-proposed) [0.4.1-3ubuntu4] [13:13] -queuebot:#ubuntu-release- Unapproved: accepted dahdi-linux [source] (jammy-proposed) [1:2.11.1~dfsg-1ubuntu12~22.04.4] [13:17] -queuebot:#ubuntu-release- Unapproved: accepted backport-iwlwifi-dkms [source] (jammy-proposed) [11510-0ubuntu1~22.04.1] [13:20] -queuebot:#ubuntu-release- Unapproved: accepted linux-apfs-rw [source] (jammy-proposed) [0.3.2-0ubuntu5~22.04.1] [13:25] -queuebot:#ubuntu-release- Unapproved: accepted gjs [source] (jammy-proposed) [1.72.4-0ubuntu0.22.04.4] [13:32] -queuebot:#ubuntu-release- Unapproved: accepted python-rtslib-fb [source] (jammy-proposed) [2.1.74-0ubuntu4.1] [13:36] -queuebot:#ubuntu-release- Unapproved: accepted discodos [source] (jammy-proposed) [1.0~rc2-2ubuntu0.22.04.1] [13:38] -queuebot:#ubuntu-release- Unapproved: rejected discodos [source] (mantic-proposed) [1.0~rc2-2ubuntu0.23.10.1] [13:39] -queuebot:#ubuntu-release- Unapproved: accepted anki [source] (jammy-proposed) [2.1.15+dfsg-3ubuntu0.1] [13:42] -queuebot:#ubuntu-release- Unapproved: rejected anki [source] (mantic-proposed) [2.1.15+dfsg-3ubuntu1.1] [13:42] -queuebot:#ubuntu-release- Unapproved: accepted anki [source] (noble-proposed) [2.1.15+dfsg-3ubuntu4.1] [13:45] -queuebot:#ubuntu-release- Unapproved: accepted sddm [source] (noble-proposed) [0.20.0-2ubuntu4.2] === sleeperbarbie is now known as oversleeperbarbi === oversleeperbarbi is now known as sleeperbarbie [13:51] -queuebot:#ubuntu-release- Unapproved: accepted gnome-activity-journal [source] (noble-proposed) [1.0.0-3ubuntu0.24.04.1] [13:52] -queuebot:#ubuntu-release- Unapproved: rejected landscape-client [source] (mantic-proposed) [23.08-0ubuntu1.3] [13:53] -queuebot:#ubuntu-release- Unapproved: accepted landscape-client [source] (noble-proposed) [24.02-0ubuntu5.1] [14:04] -queuebot:#ubuntu-release- Unapproved: accepted landscape-client [source] (jammy-proposed) [23.02-0ubuntu1~22.04.3] [14:05] -queuebot:#ubuntu-release- Unapproved: accepted landscape-client [source] (focal-proposed) [23.02-0ubuntu1~20.04.3] [14:12] -queuebot:#ubuntu-release- Unapproved: accepted matthiasmullie-minify [source] (noble-proposed) [1.3.68-4ubuntu0.24.04.1] [14:12] -queuebot:#ubuntu-release- Unapproved: rejected matthiasmullie-minify [source] (mantic-proposed) [1.3.68-4ubuntu0.23.10.1] [14:25] -queuebot:#ubuntu-release- Unapproved: accepted obitools [source] (noble-proposed) [1.2.13+dfsg-7ubuntu0.1] [14:27] -queuebot:#ubuntu-release- Unapproved: rejected obitools [source] (mantic-proposed) [1.2.13+dfsg-5ubuntu0.1] [14:29] -queuebot:#ubuntu-release- Unapproved: accepted obitools [source] (jammy-proposed) [1.2.13+dfsg-4ubuntu0.1] [14:31] -queuebot:#ubuntu-release- Unapproved: accepted obitools [source] (focal-proposed) [1.2.13+dfsg-3ubuntu0.1] [14:34] -queuebot:#ubuntu-release- Unapproved: accepted xgridfit [source] (noble-proposed) [2.3-4ubuntu0.24.04.1] [14:36] -queuebot:#ubuntu-release- Unapproved: accepted xgridfit [source] (jammy-proposed) [2.3-4ubuntu0.22.04.1] [14:37] -queuebot:#ubuntu-release- Unapproved: accepted xgridfit [source] (focal-proposed) [2.3-4ubuntu0.1] [14:41] -queuebot:#ubuntu-release- Unapproved: accepted osinfo-db [source] (noble-proposed) [0.20240523-0ubuntu0.24.04.1] [14:42] -queuebot:#ubuntu-release- Unapproved: accepted osinfo-db [source] (jammy-proposed) [0.20240523-0ubuntu0.22.04.1] [14:44] -queuebot:#ubuntu-release- Unapproved: accepted xdg-desktop-portal-gnome [source] (noble-proposed) [46.2-0ubuntu1] [14:51] -queuebot:#ubuntu-release- Unapproved: accepted feh [source] (noble-proposed) [3.10.1-1ubuntu0.1] [14:59] -queuebot:#ubuntu-release- Unapproved: accepted autopkgtest [source] (noble-proposed) [5.37ubuntu2~24.04.1] [15:43] -queuebot:#ubuntu-release- Unapproved: accepted autopkgtest [source] (jammy-proposed) [5.37ubuntu2~22.04.1] [15:43] -queuebot:#ubuntu-release- Unapproved: rejected tzdata [sync] (mantic-security) [2024a-0ubuntu0.23.10.1] [15:47] -queuebot:#ubuntu-release- Unapproved: rejected fwupd [source] (mantic-proposed) [1.9.16-1~23.10.01] [15:51] -queuebot:#ubuntu-release- Unapproved: accepted update-manager [source] (jammy-proposed) [1:22.04.21] [15:52] -queuebot:#ubuntu-release- Unapproved: accepted update-manager [source] (focal-proposed) [1:20.04.10.22] [15:54] -queuebot:#ubuntu-release- Unapproved: rejected update-manager [source] (noble-proposed) [1:24.04.8] [15:57] -queuebot:#ubuntu-release- Unapproved: accepted update-manager [source] (bionic-proposed) [1:18.04.13] [15:58] -queuebot:#ubuntu-release- Unapproved: rejected update-manager [source] (xenial-proposed) [1:16.04.22] [16:01] -queuebot:#ubuntu-release- Unapproved: accepted update-manager [source] (xenial-proposed) [1:16.04.23] [16:06] -queuebot:#ubuntu-release- Unapproved: accepted debootstrap [source] (jammy-proposed) [1.0.126+nmu1ubuntu0.8] [16:09] -queuebot:#ubuntu-release- Unapproved: accepted xdg-desktop-portal-gnome [source] (jammy-proposed) [42.1-0ubuntu2] [16:09] -queuebot:#ubuntu-release- Unapproved: suricata (xenial-proposed/universe) [3.0-1 => 6.0.20-0ubuntu0~jdstrand1] (no packageset) [16:10] ubuntu-release: Obviously it's Friday and wouldn't happen today, but is there going to be a release of livecd-rootfs for oracular any time soon? I have a few more tweaks for Ubuntu Studio I'd like to throw in at some point, but I want to do this one step at a time. [16:11] monday [16:11] oh oracular [16:11] dunno [16:11] -queuebot:#ubuntu-release- Unapproved: accepted gnome-activity-journal [source] (jammy-proposed) [1.0.0-3ubuntu0.1] [16:12] Heh [16:13] -queuebot:#ubuntu-release- Unapproved: rejected suricata [source] (xenial-proposed) [6.0.20-0ubuntu0~jdstrand1] [16:22] tjaalton, thanks a lot for all the SRU reviews today! [17:05] seems like I dont have anything left in the unapproved queue, thanks tjaalton [17:05] * sudip brings out the bug list [17:45] seb128: yeah I've missed maybe three previous fridays due to pto's, and will be gone next three :) [18:22] -queuebot:#ubuntu-release- New binary: dcmtk [amd64] (oracular-proposed/universe) [3.6.8-5] (ubuntustudio) [18:27] -queuebot:#ubuntu-release- New binary: dcmtk [ppc64el] (oracular-proposed/universe) [3.6.8-5] (ubuntustudio) [18:27] -queuebot:#ubuntu-release- New binary: dcmtk [s390x] (oracular-proposed/universe) [3.6.8-5] (ubuntustudio) [19:07] -queuebot:#ubuntu-release- New binary: dcmtk [armhf] (oracular-proposed/universe) [3.6.8-5] (ubuntustudio) [19:11] -queuebot:#ubuntu-release- New binary: dcmtk [arm64] (oracular-proposed/universe) [3.6.8-5] (ubuntustudio) [19:14] @pilot out [19:15] er [19:56] @ubuntu-archive can you delete clamav-unofficial-sigs from the New queue? I was doing no-change rebuilds of clamav rdepends but didn't notice this package had been deleted from the archive last cycle. [20:55] bryyce, rejected [20:55] -queuebot:#ubuntu-release- New: rejected clamav-unofficial-sigs [source] (oracular-proposed) [3.7.2-2.1build1] [20:56] -queuebot:#ubuntu-release- New: accepted gnustep-back [amd64] (oracular-proposed) [0.31.0-3] [20:56] -queuebot:#ubuntu-release- New: accepted gnustep-back [armhf] (oracular-proposed) [0.31.0-3] [20:56] -queuebot:#ubuntu-release- New: accepted gnustep-back [riscv64] (oracular-proposed) [0.31.0-3] [20:56] -queuebot:#ubuntu-release- New: accepted rust-sourceview5 [amd64] (oracular-proposed) [0.8.0-2] [20:56] -queuebot:#ubuntu-release- New: accepted rust-sourceview5 [armhf] (oracular-proposed) [0.8.0-2] [20:56] -queuebot:#ubuntu-release- New: accepted rust-sourceview5 [riscv64] (oracular-proposed) [0.8.0-2] [20:56] -queuebot:#ubuntu-release- New: accepted gnustep-back [arm64] (oracular-proposed) [0.31.0-3] [20:56] -queuebot:#ubuntu-release- New: accepted gnustep-back [s390x] (oracular-proposed) [0.31.0-3] [20:56] -queuebot:#ubuntu-release- New: accepted rust-sourceview5 [ppc64el] (oracular-proposed) [0.8.0-2] [20:56] -queuebot:#ubuntu-release- New: accepted gnustep-back [ppc64el] (oracular-proposed) [0.31.0-3] [20:56] -queuebot:#ubuntu-release- New: accepted rust-sourceview5 [s390x] (oracular-proposed) [0.8.0-2] [20:56] -queuebot:#ubuntu-release- New: accepted rust-sourceview5 [arm64] (oracular-proposed) [0.8.0-2] [20:57] -queuebot:#ubuntu-release- New: accepted rust-swtchr [amd64] (oracular-proposed) [0.1.2-2] [20:57] -queuebot:#ubuntu-release- New: accepted rust-swtchr [armhf] (oracular-proposed) [0.1.2-2] [20:57] -queuebot:#ubuntu-release- New: accepted rust-swtchr [riscv64] (oracular-proposed) [0.1.2-2] [20:57] -queuebot:#ubuntu-release- New: accepted rust-swtchr [arm64] (oracular-proposed) [0.1.2-2] [20:57] -queuebot:#ubuntu-release- New: accepted rust-swtchr [s390x] (oracular-proposed) [0.1.2-2] [20:57] -queuebot:#ubuntu-release- New: accepted rust-swtchr [ppc64el] (oracular-proposed) [0.1.2-2] [20:57] -queuebot:#ubuntu-release- New: accepted rust-gix-odb [amd64] (oracular-proposed) [0.60.0-1] [20:57] -queuebot:#ubuntu-release- New: accepted rust-gix-odb [ppc64el] (oracular-proposed) [0.60.0-1] [20:57] -queuebot:#ubuntu-release- New: accepted rust-gix-odb [s390x] (oracular-proposed) [0.60.0-1] [20:57] -queuebot:#ubuntu-release- New: accepted rust-gix-odb [arm64] (oracular-proposed) [0.60.0-1] [20:57] -queuebot:#ubuntu-release- New: accepted rust-gix-odb [riscv64] (oracular-proposed) [0.60.0-1] [21:00] @seb128, thx [21:19] -queuebot:#ubuntu-release- Unapproved: s390-tools (oracular-proposed/main) [2.33.1-0ubuntu2 => 2.33.1-0ubuntu3] (core) [21:19] ubuntu-archive: can someone take a look (and hopefully approve) s390-tools for s390x, please? [21:33] -queuebot:#ubuntu-release- New binary: dcmtk [riscv64] (oracular-proposed/universe) [3.6.8-5] (ubuntustudio) [22:00] -queuebot:#ubuntu-release- New: accepted dcmtk [amd64] (oracular-proposed) [3.6.8-5] [22:00] -queuebot:#ubuntu-release- New: accepted dcmtk [armhf] (oracular-proposed) [3.6.8-5] [22:00] -queuebot:#ubuntu-release- New: accepted dcmtk [riscv64] (oracular-proposed) [3.6.8-5] [22:00] -queuebot:#ubuntu-release- New: accepted dcmtk [arm64] (oracular-proposed) [3.6.8-5] [22:00] -queuebot:#ubuntu-release- New: accepted dcmtk [s390x] (oracular-proposed) [3.6.8-5] [22:00] -queuebot:#ubuntu-release- New: accepted dcmtk [ppc64el] (oracular-proposed) [3.6.8-5] [22:00] -queuebot:#ubuntu-release- Unapproved: accepted s390-tools [s390x] (oracular-proposed) [2.33.1-0ubuntu3] [22:01] sergiodj, ^ [22:01] thanks, seb128! [22:02] np! [22:35] -queuebot:#ubuntu-release- New binary: rust-gix [amd64] (oracular-proposed/universe) [0.62.0-1] (no packageset) [23:27] -queuebot:#ubuntu-release- New binary: ppxlib-jane [amd64] (oracular-proposed/none) [0.17.0-3] (no packageset) [23:28] -queuebot:#ubuntu-release- New binary: ppxlib-jane [s390x] (oracular-proposed/none) [0.17.0-3] (no packageset) [23:28] -queuebot:#ubuntu-release- New binary: ppxlib-jane [ppc64el] (oracular-proposed/none) [0.17.0-3] (no packageset) [23:29] -queuebot:#ubuntu-release- New binary: ppxlib-jane [arm64] (oracular-proposed/none) [0.17.0-3] (no packageset) [23:30] -queuebot:#ubuntu-release- New binary: ppxlib-jane [armhf] (oracular-proposed/none) [0.17.0-3] (no packageset) [23:37] -queuebot:#ubuntu-release- New binary: rust-gix [arm64] (oracular-proposed/universe) [0.62.0-1] (no packageset) [23:37] -queuebot:#ubuntu-release- New binary: rust-gix [s390x] (oracular-proposed/universe) [0.62.0-1] (no packageset) [23:38] -queuebot:#ubuntu-release- New binary: rust-gix [ppc64el] (oracular-proposed/universe) [0.62.0-1] (no packageset) [23:41] -queuebot:#ubuntu-release- New binary: ppxlib-jane [riscv64] (oracular-proposed/none) [0.17.0-3] (no packageset) [23:58] -queuebot:#ubuntu-release- New binary: rust-gix [riscv64] (oracular-proposed/universe) [0.62.0-1] (no packageset)