/srv/irclogs.ubuntu.com/2017/05/04/#ubuntu-release.txt

-queuebot:#ubuntu-release- New binary: gcc-7 [i386] (artful-proposed/main) [7.1.0-3ubuntu1] (no packageset)00:27
-queuebot:#ubuntu-release- New binary: gcc-7 [amd64] (artful-proposed/main) [7.1.0-3ubuntu1] (no packageset)00:33
-queuebot:#ubuntu-release- New binary: gcc-7 [arm64] (artful-proposed/main) [7.1.0-3ubuntu1] (no packageset)00:55
-queuebot:#ubuntu-release- New binary: gcc-7 [armhf] (artful-proposed/main) [7.1.0-3ubuntu1] (no packageset)01:40
-queuebot:#ubuntu-release- New: accepted gcc-7 [amd64] (artful-proposed) [7.1.0-3ubuntu1]06:35
-queuebot:#ubuntu-release- New: accepted gcc-7 [armhf] (artful-proposed) [7.1.0-3ubuntu1]06:35
-queuebot:#ubuntu-release- New: accepted gcc-7 [ppc64el] (artful-proposed) [7.1.0-3ubuntu1]06:35
-queuebot:#ubuntu-release- New: accepted node-caseless [amd64] (artful-proposed) [0.12.0-1]06:35
-queuebot:#ubuntu-release- New: accepted gcc-7 [arm64] (artful-proposed) [7.1.0-3ubuntu1]06:35
-queuebot:#ubuntu-release- New: accepted gcc-7 [s390x] (artful-proposed) [7.1.0-3ubuntu1]06:35
-queuebot:#ubuntu-release- New: accepted gcc-7 [i386] (artful-proposed) [7.1.0-3ubuntu1]06:35
=== klebers__ is now known as klebers
=== maclin1 is now known as maclin
LocutusOfBorgapw, can you please unblock virtualbox* for yakkety and zesty too?08:49
LocutusOfBorgtesting was good to me08:49
LocutusOfBorg(some more testing from people here might be appreciated btw :p)09:01
LocutusOfBorgok, I need some opinion here09:03
LocutusOfBorghttp://autopkgtest.ubuntu.com/packages/b/beets/artful/i38609:03
LocutusOfBorgI know why it fails, but I don't know how to fix09:03
LocutusOfBorgbasically the test does something like that: touch file, chmod -w file, echo "foo" > file, and it should raise an exception09:03
LocutusOfBorgthe problem is: testsuite is ran as root, so even if the file is not writable, the write works09:04
LocutusOfBorgLaney, ^^ do we have a way to say "hey testsuite, don't ran as root!" or maybe we can just disable such test and forward upstream...09:04
ginggstumbleweed: ^^09:05
LocutusOfBorgs/ran/run09:05
LocutusOfBorgif you want to see the python magic: https://sources.debian.net/src/beets/1.3.19-2.1/test/test_library.py/#L108709:08
LocutusOfBorga good question might also be: why autopkgtests run as root on i386 and not elsewhere?09:10
infinityLocutusOfBorg: Run the tests under su to nobody?09:14
infinityLocutusOfBorg: As for i386 versus amd64, they should be identical setups, just different arches.09:14
LocutusOfBorgsu nobody09:16
LocutusOfBorgThis account is currently not available.09:16
infinityLocutusOfBorg: su -c "test command" nobody09:17
infinityPossibly with a -s /bin/sh as well.09:17
LocutusOfBorginfinity, they maybe have some stricter acls on i386? I don't understand otherwise, I can reproduce the exact failure in a pbuilder login environment, while I can't on pbuilder build (because of different LOGNAME)09:17
LocutusOfBorglet me double check09:17
infinityLocutusOfBorg: I get failures running as nobody too, so...09:22
LocutusOfBorgwith user nobody I can't even write the python eggs09:22
infinityWhere are you expecting to write?09:23
LocutusOfBorgCURDIR/build/home09:28
LocutusOfBorgI'm doing some chown before the test, lets see09:29
infinitysu -m -s /bin/sh -c "$python -m unittest discover -p 'test_*'" nobody 2>&109:30
infinityThat basically works for me, minus two failing tests.09:30
-queuebot:#ubuntu-release- New source: gcc-7-cross (artful-proposed/primary) [3ubuntu1]09:31
LocutusOfBorgactually I was trying to do this in debian/rules09:32
LocutusOfBorgbecause also the build fails as root user09:32
Laneyhttps://paste.ubuntu.com/24510202/09:33
LaneyTotally not running as root.09:33
-queuebot:#ubuntu-release- New source: gcc-7-cross-ports (artful-proposed/primary) [0ubuntu1]09:33
LaneyThat's Restrictions: needs-root09:34
infinityRighto.09:34
infinitySo, bad science abounds. ;)09:34
LocutusOfBorgyes, but it is an user who can write a file that has no -w bit set09:34
LocutusOfBorg(unless I'm missing something obvious about python)09:35
Laneyhow do you get that from https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-artful/artful/i386/b/beets/20170503_203217_d8c29@/log.gz ?09:35
-queuebot:#ubuntu-release- New: accepted gcc-7-cross-ports [source] (artful-proposed) [0ubuntu1]09:36
-queuebot:#ubuntu-release- New: accepted gcc-7-cross [source] (artful-proposed) [3ubuntu1]09:36
LocutusOfBorgI explained above how I tried to reproduce, but probably the testsuite fails a lot in different places09:37
infinityCuriously, the tests run fine here manually. :/09:37
infinity(As the same unprivileged user who owns the unpacked tree)09:37
infinityAs nobody, they fail in ways different from the adt log.09:37
LocutusOfBorgthis adt log smells a log debian bug: #85509209:38
ubot5`Debian bug 855092 in src:beets "beets: FTBFS randomly (failing tests)" [Important,Open] http://bugs.debian.org/85509209:38
infinityLocutusOfBorg: Yup, that build log matches the test failure.09:38
infinityhttps://people.debian.org/~sanvila/build-logs/beets/beets_1.3.19-2.1_amd64-20170212T170130Z09:38
LocutusOfBorgso, I was debugging a totally different issue09:39
Laneywell at least you found an envionment that makes it not so random :P09:41
infinityHeh.09:41
infinityAnd locally, I've run it 10 times without failure.09:41
LocutusOfBorg:/09:41
LocutusOfBorg(I'm importing the new upstream release, maybe they fixed such tests and added some more broken ones)09:42
Laneyusing autopkgtest-virt-qemu?09:42
infinityLaney: Nah, just in an schroot.09:42
Laney'kay09:42
infinityLaney: But then again, that was the reproducer in the bug too (via sbuild).09:42
LaneyLocutusOfBorg: You can trigger the autopkgtests from a PPA09:42
infinityI'm going to go back to being on vacation and not caring.09:43
LaneySo, a way to test fixes is to upload there and then issue an i386 test request for the PPA09:43
LocutusOfBorgLaney, how? :)09:47
LocutusOfBorg ppa:costamagnagianfranco/locutusofborg-ppa has the upcoming new release09:47
Laneyhttps://wiki.ubuntu.com/ProposedMigration#Testing_against_a_PPA09:47
LocutusOfBorgta09:48
LocutusOfBorgthe new release requires new stuff09:58
-queuebot:#ubuntu-release- New binary: gcc-7-cross-ports [ppc64el] (artful-proposed/universe) [0ubuntu1] (no packageset)10:11
LocutusOfBorgLaney, I'm lost, I just would like to see sphinx migrate, and this package is a blocker, what do you suggest? I don't have time/care about fixing such imprevedible, and hacky testsuites failures10:45
ginggsLocutusOfBorg: why not disable only test_no_write_permission ?10:50
-queuebot:#ubuntu-release- Unapproved: qtbase-opensource-src (xenial-proposed/main) [5.5.1+dfsg-16ubuntu7.4 => 5.5.1+dfsg-16ubuntu7.5] (kubuntu, qt5, ubuntu-desktop) (sync)11:07
-queuebot:#ubuntu-release- New binary: haskell-parallel-tree-search [ppc64el] (artful-proposed/universe) [0.4.1-1] (no packageset)11:09
-queuebot:#ubuntu-release- New binary: node-create-ecdh [amd64] (artful-proposed/universe) [4.0.0-1] (no packageset)11:09
-queuebot:#ubuntu-release- New binary: haskell-parallel-tree-search [s390x] (artful-proposed/universe) [0.4.1-1] (no packageset)11:10
-queuebot:#ubuntu-release- New binary: node-is-binary-path [amd64] (artful-proposed/universe) [2.0.0-1] (no packageset)11:10
-queuebot:#ubuntu-release- New binary: node-hawk [amd64] (artful-proposed/universe) [6.0.1+dfsg-1] (no packageset)11:10
-queuebot:#ubuntu-release- New binary: haskell-parallel-tree-search [amd64] (artful-proposed/universe) [0.4.1-1] (no packageset)11:11
-queuebot:#ubuntu-release- New binary: haskell-parallel-tree-search [armhf] (artful-proposed/universe) [0.4.1-1] (no packageset)11:11
-queuebot:#ubuntu-release- New binary: pass-extension-tail [amd64] (artful-proposed/universe) [1.1.0-1] (no packageset)11:11
-queuebot:#ubuntu-release- New binary: haskell-parallel-tree-search [arm64] (artful-proposed/universe) [0.4.1-1] (no packageset)11:11
-queuebot:#ubuntu-release- New binary: haskell-parallel-tree-search [i386] (artful-proposed/universe) [0.4.1-1] (no packageset)11:11
dokoapw: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-artful/artful/ppc64el/l/linux/20170504_104623_1480d@/log.gz11:15
-queuebot:#ubuntu-release- New: accepted haskell-parallel-tree-search [amd64] (artful-proposed) [0.4.1-1]11:16
-queuebot:#ubuntu-release- New: accepted haskell-parallel-tree-search [armhf] (artful-proposed) [0.4.1-1]11:16
-queuebot:#ubuntu-release- New: accepted haskell-parallel-tree-search [ppc64el] (artful-proposed) [0.4.1-1]11:16
-queuebot:#ubuntu-release- New: accepted node-create-ecdh [amd64] (artful-proposed) [4.0.0-1]11:16
-queuebot:#ubuntu-release- New: accepted node-is-binary-path [amd64] (artful-proposed) [2.0.0-1]11:16
-queuebot:#ubuntu-release- New: accepted haskell-parallel-tree-search [arm64] (artful-proposed) [0.4.1-1]11:16
-queuebot:#ubuntu-release- New: accepted haskell-parallel-tree-search [s390x] (artful-proposed) [0.4.1-1]11:16
-queuebot:#ubuntu-release- New: accepted pass-extension-tail [amd64] (artful-proposed) [1.1.0-1]11:16
-queuebot:#ubuntu-release- New: accepted haskell-parallel-tree-search [i386] (artful-proposed) [0.4.1-1]11:16
-queuebot:#ubuntu-release- New: accepted node-hawk [amd64] (artful-proposed) [6.0.1+dfsg-1]11:16
apwdoko, yes, i am aware of that one, i am looking at it now11:17
dokoI don't think the new libgcc1 is causing that ...11:17
apwdoko, no that is a new kernel-wedge almost cirtainly11:18
tjaaltoninfinity: I'm prepping hwe-16.04 stack again. the master bug is https://bugs.launchpad.net/ubuntu/+source/libinput/+bug/168798111:37
ubot5`Ubuntu bug 1687981 in xorg-server-hwe-16.04 (Ubuntu Xenial) "Backport packages for 16.04.3 HWE stack" [Undecided,New]11:37
LocutusOfBorgginggs, it fails on autopkgtests for other issues11:54
LocutusOfBorgfeel free to further investigate :)11:54
infinitytjaalton: Not sure it's reasonable to expect a debhelper backport for this. :/11:55
tjaaltonmeh11:56
infinitytjaalton: The test case for a debhelper backport ("rebuild the archive and make sure nothing with a debian/compat <= 9 regresses in any way") is a bit much.11:56
tjaaltonquite a few packages migrated to it already11:57
infinitytjaalton: We can talk about it more when I'm back from VAC, and get some other voices to weigh in perhaps, but my initial reaction is "hell no".11:58
tjaaltoninfinity: ok, I'll prep the ppa with a "yes" in the meantime ;)11:59
tjaaltonalmost done anyway11:59
infinitytjaalton: A potentially workable solution could be backporting it as "debhelper10", so all you need to do is change your "Build-Depends: debhelper (>= 10)" to "Build-Depends: debhelper10"12:03
infinitytjaalton: That would side-step the possiblity of dh10 breaking anything already shipped in xenial.12:03
tjaaltoninfinity: yeah, doable12:03
tjaaltonit needs newer dh-autoreconf though. and that needs to be built first, otherwise debhelper is not installable..12:04
tjaaltonat least ppa's get screwed12:04
infinityWell, same story.12:04
infinityWe can just backport that whole packaging stack with new names.12:05
infinityLord help us if any of it also needs a new dpkg-dev.12:05
tjaaltonheh, no12:05
-queuebot:#ubuntu-release- Unapproved: rejected dh-autoreconf [source] (xenial-proposed) [12~ubuntu16.04.2]12:10
ginggswould someone please rm deepnano:armhf from artful-proposed?  it built where it is not installable12:54
-queuebot:#ubuntu-release- New: rejected gcc-7-cross-ports [ppc64el] (artful-proposed) [0ubuntu1]13:11
-queuebot:#ubuntu-release- New binary: gcc-7-cross [arm64] (artful-proposed/universe) [3ubuntu1] (no packageset)13:32
tjaaltoninfinity: looks like it's not too hard to script the x stack to use debhelper 9, and the rest I'll handle manually14:04
-queuebot:#ubuntu-release- New source: libxfont1 (xenial-proposed/primary) [1:1.5.2-4~ubuntu16.04.1~1]14:07
tjaaltonoops14:07
tjaaltonwrong target :P14:08
-queuebot:#ubuntu-release- New: rejected gcc-7-cross [arm64] (artful-proposed) [3ubuntu1]14:54
-queuebot:#ubuntu-release- New: rejected libxfont1 [source] (xenial-proposed) [1:1.5.2-4~ubuntu16.04.1~1]14:58
dokoinfinity, Laney: please override the failing linux autopkg test triggered by gcc-7 (see above chat with apw)15:09
naccslangasek: ok, looks like r-d  has settled as of this morning, I'm working on the three r-b-d today and we should be able to remove src:php7.0 after that15:17
Laneydoko: apw's on the release team too so can do that himself if he thinks it's correct15:25
Laneyassuming he's around15:25
* apw looks up, huh ?15:25
Laneyhey15:26
Laney:P15:26
* apw hints it ... it isn't going to get better today15:29
Laneyis this something to do with the 12h test run that I can see?15:29
-queuebot:#ubuntu-release- New binary: gcc-7-cross-ports [ppc64el] (artful-proposed/universe) [0ubuntu2] (no packageset)15:32
slangaseknacc: wahoo15:51
slangasekbdmurray: can I ask you to evaluate unattended-upgrades/precise for sru releasing today?15:53
naccslangasek: oh and i found a real bug in xdebug apparently :) waiting on upstream for the fix15:54
slangasekbdmurray: also, what do you think about releasing software-properties/yakkety today?  it's 1 day early but as I've held off on applying the SRU back to earlier releases until we can see how it holds up in yakkety, I'm keen to get it into -updates and get more feedback15:59
slangasek(which will hopefully be no feedback other than a drop in bug reports)15:59
bdmurrayslangasek: The current yakkety SRU isn't fully phased because of https://errors.ubuntu.com/problem/01a945aed47dfff0cdfea51c5923f51cadeafb00 which has a corresponding bug.16:07
slashd_infinity, good morning, I have uploaded the openssl patch (including 32-bit as discussed) for Openssl to work on AMD cpu with intel sha extension. Since you are already aware about this LP would you have moment to do the verification in X/Y/Z upload queue ? (LP: #1674399). Thanks in advance16:07
ubot5`Launchpad bug 1674399 in openssl (Ubuntu Zesty) "OpenSSL CPU detection for AMD Ryzen CPUs" [Medium,In progress] https://launchpad.net/bugs/167439916:07
bdmurrayslangasek: Its not really a blocker though16:10
slangasekbdmurray: ok, was just trying to figure that out; did the previous SRU change that code?16:12
bdmurrayslangasek: Yes, the SRU added code to raise the ShortcutException but didn't think about .crash files.16:13
slangasekok16:16
slangasekbdmurray: does that mean you plan to release it?  Do we need to assign a bug to xnox to fix the crash to make sure that's followed through on?16:18
xnoxai?16:18
xnoxque?16:18
-queuebot:#ubuntu-release- Unapproved: nagios-nrpe (xenial-proposed/main) [2.15-1ubuntu1 => 2.15-1ubuntu1.1] (ubuntu-server)16:18
bdmurrayslangasek: I'm fine with looking at releasing the new version but think somebody (xnox!) should look at the bug I opened.16:19
slashd_^ bdmurray, Could you please look at LP: #1555258 if you have a moment today ? The patch is in upload queue for Z and X and I will do Y this week-end or next week (between the 2 sprints). I got the approval from security team (tyhicks/mdeslaur) before proceeding, it's all documented in the LP bug itself. thanks in advanced16:20
ubot5`Launchpad bug 1555258 in nagios-nrpe (Ubuntu Zesty) "Request contained command arguments" [Medium,In progress] https://launchpad.net/bugs/155525816:20
bdmurrayslangasek: The unattended-upgrades SRU seems fine to release is anybody going to be keeping an eye out of issues? (I don't think there'd be any but still...)16:21
slangasekbdmurray: issues w/ unattended-upgrades, myself or dpb1 or ahasenack16:22
bdmurrayslangasek: ack16:23
slangasekxnox: the bug on software-properties that's a fresh crash introduced by the SRU16:26
xnoxfun16:29
xnoxyes please assign to me16:29
naccslangasek: is there a goto foundations person for systemd questions right now? not any work, just need some verification of some functionality (re: LP: #1576341)16:30
ubot5`Launchpad bug 1576341 in systemd (Ubuntu) "systemd in degraded state on startup in LXD containers" [High,Confirmed] https://launchpad.net/bugs/157634116:30
slangaseknacc: xnox or rbalint should be good starting points16:33
naccslangasek: thanks16:33
bdmurrayslangasek: Do we still an open task on bug 1687129?16:36
ubot5`bug 1687129 in unattended-upgrades (Ubuntu) "Needs to allow updates from the ESM archive" [Undecided,Confirmed] https://launchpad.net/bugs/168712916:36
slangasekbdmurray: there are packages in the queue for !precise, and hmm if I didn't already upload to artful I'll take care of that this week16:38
=== daniel1 is now known as Odd_Bloke
-queuebot:#ubuntu-release- Unapproved: mesa (zesty-proposed/main) [17.0.3-1ubuntu1 => 17.0.5-0ubuntu1~17.04.1] (core, xorg)17:31
-queuebot:#ubuntu-release- New binary: gcc-7-cross [arm64] (artful-proposed/universe) [3ubuntu2] (no packageset)18:05
-queuebot:#ubuntu-release- Unapproved: accepted gdm3 [source] (zesty-proposed) [3.24.1-0ubuntu0.1]18:06
-queuebot:#ubuntu-release- Unapproved: accepted gdm3 [source] (yakkety-proposed) [3.20.1-1ubuntu2.1]18:10
-queuebot:#ubuntu-release- Unapproved: accepted gdm3 [source] (xenial-proposed) [3.18.3-0ubuntu2.1]18:11
-queuebot:#ubuntu-release- Unapproved: accepted nagios-nrpe [source] (zesty-proposed) [3.0.1-3ubuntu0.17.04.1]18:22
-queuebot:#ubuntu-release- New binary: gcc-7-cross [amd64] (artful-proposed/universe) [3ubuntu2] (no packageset)18:44
-queuebot:#ubuntu-release- New binary: dlm [amd64] (artful-proposed/main) [4.0.7-1ubuntu2] (ubuntu-desktop, ubuntu-server)18:44
-queuebot:#ubuntu-release- New binary: dlm [ppc64el] (artful-proposed/main) [4.0.7-1ubuntu2] (ubuntu-desktop, ubuntu-server)18:44
-queuebot:#ubuntu-release- New binary: dlm [i386] (artful-proposed/main) [4.0.7-1ubuntu2] (ubuntu-desktop, ubuntu-server)18:44
-queuebot:#ubuntu-release- New binary: dlm [arm64] (artful-proposed/main) [4.0.7-1ubuntu2] (ubuntu-desktop, ubuntu-server)18:45
-queuebot:#ubuntu-release- New binary: dlm [s390x] (artful-proposed/main) [4.0.7-1ubuntu2] (ubuntu-desktop, ubuntu-server)18:45
-queuebot:#ubuntu-release- New binary: dlm [armhf] (artful-proposed/main) [4.0.7-1ubuntu2] (ubuntu-desktop, ubuntu-server)18:45
-queuebot:#ubuntu-release- New binary: sassphp [i386] (artful-proposed/universe) [0.5.10-2ubuntu1] (no packageset)19:03
-queuebot:#ubuntu-release- New binary: sassphp [s390x] (artful-proposed/universe) [0.5.10-2ubuntu1] (no packageset)19:03
-queuebot:#ubuntu-release- New binary: sassphp [ppc64el] (artful-proposed/universe) [0.5.10-2ubuntu1] (no packageset)19:04
-queuebot:#ubuntu-release- New binary: sassphp [arm64] (artful-proposed/universe) [0.5.10-2ubuntu1] (no packageset)19:04
-queuebot:#ubuntu-release- New binary: sassphp [armhf] (artful-proposed/universe) [0.5.10-2ubuntu1] (no packageset)19:04
-queuebot:#ubuntu-release- New binary: sassphp [amd64] (artful-proposed/universe) [0.5.10-2ubuntu1] (no packageset)19:05
-queuebot:#ubuntu-release- New binary: linux-signed [amd64] (trusty-proposed/main) [3.13.0-119.166] (core, kernel)19:07
=== santa is now known as Guest85647
-queuebot:#ubuntu-release- New: rejected gcc-7-cross-ports [ppc64el] (artful-proposed) [0ubuntu2]19:23
-queuebot:#ubuntu-release- New: accepted dlm [amd64] (artful-proposed) [4.0.7-1ubuntu2]19:23
-queuebot:#ubuntu-release- New: accepted dlm [armhf] (artful-proposed) [4.0.7-1ubuntu2]19:23
-queuebot:#ubuntu-release- New: accepted dlm [ppc64el] (artful-proposed) [4.0.7-1ubuntu2]19:23
-queuebot:#ubuntu-release- New: accepted sassphp [amd64] (artful-proposed) [0.5.10-2ubuntu1]19:24
-queuebot:#ubuntu-release- New: accepted sassphp [armhf] (artful-proposed) [0.5.10-2ubuntu1]19:24
-queuebot:#ubuntu-release- New: accepted sassphp [ppc64el] (artful-proposed) [0.5.10-2ubuntu1]19:24
-queuebot:#ubuntu-release- New: accepted dlm [arm64] (artful-proposed) [4.0.7-1ubuntu2]19:24
-queuebot:#ubuntu-release- New: accepted dlm [s390x] (artful-proposed) [4.0.7-1ubuntu2]19:24
-queuebot:#ubuntu-release- New: accepted sassphp [i386] (artful-proposed) [0.5.10-2ubuntu1]19:24
-queuebot:#ubuntu-release- New: accepted dlm [i386] (artful-proposed) [4.0.7-1ubuntu2]19:24
-queuebot:#ubuntu-release- New: accepted sassphp [s390x] (artful-proposed) [0.5.10-2ubuntu1]19:24
-queuebot:#ubuntu-release- New: accepted sassphp [arm64] (artful-proposed) [0.5.10-2ubuntu1]19:24
=== Guest85647 is now known as santa_
-queuebot:#ubuntu-release- Unapproved: accepted openssh [source] (zesty-proposed) [1:7.4p1-10ubuntu0.1]19:59
-queuebot:#ubuntu-release- New binary: gcc-7-cross-ports [ppc64el] (artful-proposed/universe) [0ubuntu3] (no packageset)20:01
-queuebot:#ubuntu-release- Unapproved: accepted openssl [source] (yakkety-proposed) [1.0.2g-1ubuntu9.2]20:22
-queuebot:#ubuntu-release- Unapproved: rejected google-perftools [source] (yakkety-proposed) [2.4-0ubuntu5.16.10.1]20:31
-queuebot:#ubuntu-release- Unapproved: accepted gnome-software [source] (yakkety-proposed) [3.20.1+git20170427.0.3d09239-0ubuntu1]20:35
-queuebot:#ubuntu-release- Unapproved: accepted gnome-software [source] (xenial-proposed) [3.20.1+git20170427.0.3d09239-0ubuntu1~xenial1]20:38
-queuebot:#ubuntu-release- Unapproved: accepted nova [source] (xenial-proposed) [2:13.1.3-0ubuntu2]20:48
-queuebot:#ubuntu-release- Unapproved: accepted neutron [source] (xenial-proposed) [2:8.4.0-0ubuntu2]20:54
-queuebot:#ubuntu-release- Unapproved: accepted php7.0 [source] (yakkety-proposed) [7.0.18-0ubuntu0.16.10.1]20:58
-queuebot:#ubuntu-release- Unapproved: accepted muon [source] (yakkety-proposed) [4:5.6.0-0ubuntu1.16.10.1]21:03
-queuebot:#ubuntu-release- Unapproved: accepted muon [source] (xenial-proposed) [4:5.6.0-0ubuntu1.16.04.1]21:05
-queuebot:#ubuntu-release- Unapproved: accepted vlc [source] (yakkety-proposed) [2.2.4-4ubuntu0.16.10.2]21:08
=== gsilvapt_ is now known as gsilva
=== gsilva is now known as gsilvapt
-queuebot:#ubuntu-release- Unapproved: accepted nova-lxd [source] (yakkety-proposed) [14.2.2-0ubuntu0.16.10.1]21:21
-queuebot:#ubuntu-release- Unapproved: accepted sane-backends [source] (yakkety-proposed) [1.0.25+git20150528-1ubuntu2.16.10.2]21:26
-queuebot:#ubuntu-release- Unapproved: accepted sane-backends [source] (xenial-proposed) [1.0.25+git20150528-1ubuntu2.16.04.2]21:29
-queuebot:#ubuntu-release- Unapproved: accepted neutron [source] (yakkety-proposed) [2:9.2.0-0ubuntu2]21:31
=== gsilvapt is now known as gsilva
=== gsilva is now known as gsilvapt
=== gsilvapt is now known as gsilva_
=== gsilva_ is now known as gsilvapt
=== gsilvapt is now known as gsilvapt_
=== gsilvapt_ is now known as gsilvapt
-queuebot:#ubuntu-release- Unapproved: accepted pcs [source] (xenial-proposed) [0.9.149-1ubuntu1.1]21:47
-queuebot:#ubuntu-release- New binary: gcc-7-cross [i386] (artful-proposed/universe) [3ubuntu2] (no packageset)21:49
krytarikinfinity: Hi. Just to make sure, are you expecting me to file MPs on the one-line changes to CD Images and livecd-rootfs for Studio we've been talking about last week?21:55
-queuebot:#ubuntu-release- Unapproved: accepted autopkgtest [source] (xenial-proposed) [3.20.4ubuntu1]21:58
infinitykrytarik: Not necessarily, but you could poke me next week when I'm back from vacation21:59
infinitykrytarik: Running out now to be not at a computer, I'll catch you later.22:00
krytarikGreat, will do.  Have fun till then! :)22:00
-queuebot:#ubuntu-release- Unapproved: accepted linux-firmware [source] (xenial-proposed) [1.157.10]22:13
-queuebot:#ubuntu-release- New binary: kopanocore [s390x] (artful-proposed/universe) [8.1.0-3ubuntu1] (no packageset)22:14
-queuebot:#ubuntu-release- New binary: kopanocore [ppc64el] (artful-proposed/universe) [8.1.0-3ubuntu1] (no packageset)22:17
-queuebot:#ubuntu-release- Unapproved: accepted neutron-lbaas [source] (xenial-proposed) [2:8.3.0-0ubuntu3]22:17
-queuebot:#ubuntu-release- New binary: kopanocore [amd64] (artful-proposed/universe) [8.1.0-3ubuntu1] (no packageset)22:21
-queuebot:#ubuntu-release- New binary: kopanocore [i386] (artful-proposed/universe) [8.1.0-3ubuntu1] (no packageset)22:22
-queuebot:#ubuntu-release- Unapproved: gnome-software (zesty-proposed/main) [3.22.7-0ubuntu3.17.04.1 => 3.22.7-0ubuntu3.17.04.2] (ubuntu-desktop)22:28
-queuebot:#ubuntu-release- New: accepted gcc-7-cross [amd64] (artful-proposed) [3ubuntu2]22:36
-queuebot:#ubuntu-release- New: accepted gcc-7-cross [i386] (artful-proposed) [3ubuntu2]22:36
-queuebot:#ubuntu-release- New: accepted kopanocore [i386] (artful-proposed) [8.1.0-3ubuntu1]22:36
-queuebot:#ubuntu-release- New: accepted kopanocore [s390x] (artful-proposed) [8.1.0-3ubuntu1]22:36
-queuebot:#ubuntu-release- New: accepted gcc-7-cross [arm64] (artful-proposed) [3ubuntu2]22:36
-queuebot:#ubuntu-release- New: accepted kopanocore [ppc64el] (artful-proposed) [8.1.0-3ubuntu1]22:36
-queuebot:#ubuntu-release- New: accepted kopanocore [amd64] (artful-proposed) [8.1.0-3ubuntu1]22:36

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