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

LocutusOfBorghttps://launchpad.net/ubuntu/zesty/+queue apw not sure if you or somebody else, but gce-compute-images have been only accepted for amd6408:49
apwLocutusOfBorg, was not me who accepted the zesty pile, but i can look at fixing that08:51
LocutusOfBorgthanks08:51
apwLocutusOfBorg, likely happened because this package was arch all before this update08:54
-queuebot:#ubuntu-release- New: accepted gce-compute-image-packages [arm64] (zesty-proposed) [20170622-0ubuntu1~17.04.0]08:54
-queuebot:#ubuntu-release- New: accepted gce-compute-image-packages [i386] (zesty-proposed) [20170622-0ubuntu1~17.04.0]08:54
-queuebot:#ubuntu-release- New: accepted gce-compute-image-packages [s390x] (zesty-proposed) [20170622-0ubuntu1~17.04.0]08:54
-queuebot:#ubuntu-release- New: accepted gce-compute-image-packages [armhf] (zesty-proposed) [20170622-0ubuntu1~17.04.0]08:54
-queuebot:#ubuntu-release- New: accepted gce-compute-image-packages [ppc64el] (zesty-proposed) [20170622-0ubuntu1~17.04.0]08:54
LocutusOfBorgthanks! I was wondering why of such situations, this makes sense09:06
LocutusOfBorgdoko, ping wrt ghc, should I upload the arm64 bfd switch? do you think this can be sane?09:08
LocutusOfBorghello, wrt python-3to2, please remove it from the archive, I don't want it to slow the python transition, I requested removal in Debian some seconds ago09:42
LocutusOfBorghttps://bugs.debian.org/86726409:42
ubot5Debian bug 867264 in ftp.debian.org "RM: python-3to2 -- ROM; FTBFS" [Normal,Open]09:42
-queuebot:#ubuntu-release- New binary: lrslib [ppc64el] (artful-proposed/universe) [0.62-2] (no packageset)11:13
-queuebot:#ubuntu-release- New binary: lrslib [s390x] (artful-proposed/universe) [0.62-2] (no packageset)11:14
-queuebot:#ubuntu-release- New binary: lrslib [amd64] (artful-proposed/universe) [0.62-2] (no packageset)11:18
-queuebot:#ubuntu-release- New binary: lrslib [i386] (artful-proposed/universe) [0.62-2] (no packageset)11:18
-queuebot:#ubuntu-release- New binary: lrslib [armhf] (artful-proposed/universe) [0.62-2] (no packageset)11:22
-queuebot:#ubuntu-release- New binary: lrslib [arm64] (artful-proposed/universe) [0.62-2] (no packageset)11:24
didrocksany ideas why qtquickcontrols-opensource-src wants to migrate back to main? All dependencies "rescued from" are in universe as listed on http://people.canonical.com/~ubuntu-archive/component-mismatches.html, and nothing is pulling directly to any seed: http://people.canonical.com/~ubuntu-archive/germinate-output/ubuntu.artful/all only universe components…12:15
didrocksI'm probably missing something obvious12:15
-queuebot:#ubuntu-release- Unapproved: ksh (trusty-proposed/universe) [93u+20120801-1 => 93u+20120801-1ubuntu0.14.04.1] (no packageset)12:39
-queuebot:#ubuntu-release- Unapproved: ksh (yakkety-proposed/universe) [93u+20120801-2 => 93u+20120801-2ubuntu0.16.10.1] (no packageset)12:39
-queuebot:#ubuntu-release- Unapproved: ksh (xenial-proposed/universe) [93u+20120801-2 => 93u+20120801-2ubuntu0.16.04.1] (no packageset)12:39
-queuebot:#ubuntu-release- Unapproved: ksh (zesty-proposed/universe) [93u+20120801-2 => 93u+20120801-2ubuntu1] (no packageset)12:40
didrocksit's pulled in main due to qtdeclarative5-examples, which I demoted, but from both links, we can see that this package is rescued by its source package?12:41
didrocksI don't really understand why and how, we do have quite some source packages in main with only some of its binary package in universe12:42
didrockscjwatson: xnox: any idea on what I'm missing? ^12:42
xnoxdidrocks, probably Build-Using is pulling it in.12:46
xnoxdidrocks, i have a patch to germinate to show that in components-missmatches but it is pending review and merge from infinity / cjwatson12:46
xnoxdidrocks, that's one known thing. Let me check again if there is anything else there.12:46
didrocksxnox: shouldn't that be shown in apt-cache show *-exmamples?12:48
xnoxis it not simply seeded?!12:52
xnoxhorum.12:54
xnoxdidrocks, your assesment appears to be right. i'm not sure why report is showing what it does. unless the report is stale or something.12:54
didrocksxnox: it's refreshed, beforehand it was showing up qtdeclarative5-examples (MAIN) before I demoted it12:55
didrocksand it added its own line12:55
didrocksso, yeah, quite puzzled12:55
didrocks(and no, not seeded as you can see in the /all page, it's rescued by the source package)12:55
xnoxi give up, i do not know.13:06
* didrocks doesn't feel alone anymore ;)13:07
didrockslet's see once cjwatson is around if he has a better idea13:07
didrocksthanks for looking at it xnox!13:08
infinitydidrocks: It's because of qtdeclarative5-examples13:11
infinitydidrocks: Demoting it didn't magically make it not want to be in main. :P13:11
didrocksinfinity: but why does it want to be in main? It's rescued by its source package13:12
infinitydidrocks: Yes.  Because the source is in main, and:13:12
infinitysupported: * Extra-Include: *-dbg *-debug *-dev *-doc *-docs *-gcj gir1.2-* *-examples13:12
didrocksoh, didn't know about this regexp13:13
didrocksshouldn't it be written then as seeded in same way in the supported? (by its source package, ok)13:13
infinitydidrocks: Note directly under that line are a bunch of exceptions for things we don't want to pull in for $reasons.13:14
infinitydidrocks: So if you feel those examples packages aren't worth having in main because they pull in too many deps or whatever, you can add an Extra-Exclude in that block.13:14
infinityAnd I should porbably go clean that up and audit it some day.13:15
didrocksinfinity: yeah, sounds like the best approach! I'll add it to that list to go on on our demotion13:15
didrocksinfinity: yeah, the list is getting long :)13:15
infinitydidrocks: If you do extra-exclude qtdeclarative5-examples, please add a comment or commit message (or both) that explain why (it was pulling in qtquickcontrols-opensource-src, which we don't want).13:15
didrocksthanks for the explanation! I never noticed this Extra-Include and thought -dbg/-dev/-doc rules were hardcoded somewhere13:16
didrocksinfinity: as always ;)13:16
=== mcasadevall is now known as NCommander
slashdrbasak, good day, I want to push a patch in Artful for open-iscsi, but it seems like a previous upload is blocked "Not considered" for 56 days ... reason : a couples of unsatisfiable Depends. What can be done to unblock me ?13:26
slashdmdeslaur^13:26
infinityslashd: Follow LP: #1689963 closely, I imagine.13:27
ubot5Launchpad bug 1689963 in open-isns (Ubuntu) "[MIR] open-isns" [Undecided,New] https://launchpad.net/bugs/168996313:27
infinityslashd: Ahh, and it looks like it's pretty much a done deal.13:30
slashdinfinity, reading13:31
infinityslashd: cyphermox is on VAC unfil next week, but I'm sure he'll get to it when he's back.  Or if it's urgent, you could ask doko to put a bow on it.13:33
slashdinfinity, it's not critical but I doubt we can wait until next week, I'll ping doko and see what can be done, thanks infinity much appreciated13:34
infinityslashd: Why can't it wait *to migrate* until next week?13:35
infinityslashd: If this is an "I want to upload to artful first so I can SRU the same fix" thing, the fix having migrated isn't a prereq for the SRU upload.13:36
rbasakI was about to say. It makes no sense to block an SRU because of an unrelated proposed migration issue. Unless I'm missing something, it'd be OK to put the fix into artful-proposed and proceed with an unrelated-to-the-migration-failure SRU I think.13:36
infinity(Though, taking responsibility to make sure it *does* migrate is)13:36
slashdrbasak, infinity, yes I want to push the change in devel release to start the SRU13:37
infinityslashd: Right.  So do that.13:37
infinityUpload early, upload often.13:37
infinityThat's the devel series mantra.13:37
slashdinfinity, ack thanks13:37
Trevinhoarges, rbasak: could you please promote unity-control-center in xenial-proposed to updates? SRU is verified and i'd like to land a new one soon13:41
slashdrbasak, thanks as well13:41
rbasakTrevinho: looking13:43
Trevinhothanks13:47
rbasakTrevinho: seen comment 25?13:50
ahasenackhi, could someone please accept my nomiations in this bug? https://bugs.launchpad.net/ubuntu/+source/squid3/+bug/156042913:50
ubot5Ubuntu bug 1560429 in squid3 (Ubuntu) " squid3: segfault when ftp passive mode is not available" [Medium,In progress]13:50
rbasakahasenack: done13:51
ahasenackthx13:51
seb128rbasak, Trevinho, do we really need to block xenial fixes on yakkety, zesty is current stable and should be what matters13:51
ahasenackrbasak: when this bug was filed, the devel distro was affected, but that's not the case anymore. What should I do with the "(ubuntu)" task, which nowadays represents artful? zesty and artful have the fix already13:52
rbasakseb128: I was wondering that. I was just asking about the comment - not aware of any particular SRU policy on this.13:52
ahasenackdelete it, or find out when it was fixed and mark it fix released with a comment?13:52
rbasakBest not to delete tasks to avoid hitting an Launchpad bug. Mark Invalid if necessary instead. If the bug was since fixed in the development release, then change that to Fix Released. Add a task for Zesty if necessary, though if that's immediately going to be Fix Released then there's little point unless there some other reason (clarity in communication, etc).13:54
ahasenackok13:55
apwrbasak, you can get those tasks back iirc, using launchpadlib ...13:59
-queuebot:#ubuntu-release- Unapproved: xf86-input-mtrack-hwe-16.04 (xenial-proposed/universe) [0.3.1-1build1~16.04.1 => 0.3.1-1build2~16.04.1] (no packageset)14:01
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-input-evdev-hwe-16.04 (xenial-proposed/main) [1:2.10.2-1ubuntu1~16.04.1 => 1:2.10.5-1ubuntu1~16.04.1] (no packageset)14:01
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-input-libinput-hwe-16.04 (xenial-proposed/universe) [0.19.0-1ubuntu0.1~16.04.1 => 0.25.0-0ubuntu1~16.04.1] (no packageset)14:01
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-input-void-hwe-16.04 (xenial-proposed/universe) [1:1.4.1-1build2~16.04.1 => 1:1.4.1-1build3~16.04.1] (no packageset)14:01
-queuebot:#ubuntu-release- Unapproved: xf86-input-wacom-hwe-16.04 (xenial-proposed/main) [1:0.33.0-0ubuntu1~16.04.1 => 1:0.34.0-0ubuntu2~16.04.1] (no packageset)14:01
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-input-synaptics-hwe-16.04 (xenial-proposed/main) [1.8.3-1ubuntu1~16.04.1 => 1.9.0-1ubuntu1~16.04.1] (no packageset)14:01
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-input-joystick-hwe-16.04 (xenial-proposed/universe) [1:1.6.2-1build4~16.04.1 => 1:1.6.3-1build1~16.04.1] (no packageset)14:01
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-video-amdgpu-hwe-16.04 (xenial-proposed/main) [1.1.2-1~16.04.1 => 1.3.0-0ubuntu1~16.04.1] (no packageset)14:01
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-video-ati-hwe-16.04 (xenial-proposed/main) [1:7.7.1-1~16.04.1 => 1:7.9.0-0ubuntu1~16.04.1] (no packageset)14:01
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-video-dummy-hwe-16.04 (xenial-proposed/main) [1:0.3.7-1build5~16.04.1 => 1:0.3.8-1build1~16.04.1] (no packageset)14:02
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-video-geode-hwe-16.04 (xenial-proposed/universe) [2.11.18-2~16.04.1 => 2.11.19-2~16.04.1] (no packageset)14:02
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-video-mach64-hwe-16.04 (xenial-proposed/universe) [6.9.5-1build2~16.04.1 => 6.9.5-1build3~16.04.1] (no packageset)14:02
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-video-nouveau-hwe-16.04 (xenial-proposed/main) [1:1.0.12-2~16.04.1 => 1:1.0.14-0ubuntu1~16.04.1] (no packageset)14:02
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-video-qxl-hwe-16.04 (xenial-proposed/main) [0.1.4-3ubuntu3~16.04.1 => 0.1.5-2build1~16.04.1] (no packageset)14:02
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-video-savage-hwe-16.04 (xenial-proposed/universe) [1:2.3.8-1ubuntu3~16.04.1 => 1:2.3.9-1ubuntu1~16.04.1] (no packageset)14:02
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-video-sisusb-hwe-16.04 (xenial-proposed/universe) [1:0.9.6-2build5~16.04.1 => 1:0.9.7-1build1~16.04.1] (no packageset)14:02
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-video-trident-hwe-16.04 (xenial-proposed/universe) [1:1.3.7-1build2~16.04.1 => 1:1.3.8-1build1~16.04.1] (no packageset)14:02
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-video-vmware-hwe-16.04 (xenial-proposed/main) [1:13.1.0-2ubuntu3~16.04.1 => 1:13.2.1-1build1~16.04.1] (no packageset)14:02
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-video-fbdev-hwe-16.04 (xenial-proposed/main) [1:0.4.4-1build5~16.04.1 => 1:0.4.4-1build6~16.04.1] (no packageset)14:02
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-video-neomagic-hwe-16.04 (xenial-proposed/universe) [1:1.2.9-1build2~16.04.1 => 1:1.2.9-1build3~16.04.1] (no packageset)14:02
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-video-r128-hwe-16.04 (xenial-proposed/universe) [6.10.1-1~16.04.1 => 6.10.2-1build1~16.04.1] (no packageset)14:02
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-video-tdfx-hwe-16.04 (xenial-proposed/universe) [1:1.4.6-1build2~16.04.1 => 1:1.4.7-1build1~16.04.1] (no packageset)14:02
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-video-intel-hwe-16.04 (xenial-proposed/main) [2:2.99.917+git20160706-1ubuntu1~16.04.1 => 2:2.99.917+git20170309-0ubuntu1~16.04.1] (no packageset)14:02
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-video-siliconmotion-hwe-16.04 (xenial-proposed/universe) [1:1.7.8-1ubuntu6~16.04.1 => 1:1.7.9-2ubuntu1~16.04.1] (no packageset)14:02
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-video-openchrome-hwe-16.04 (xenial-proposed/universe) [1:0.3.3+git20160310-1~16.04.1 => 1:0.5.0-3build1~16.04.1] (no packageset)14:02
-queuebot:#ubuntu-release- Unapproved: xserver-xorg-video-vesa-hwe-16.04 (xenial-proposed/main) [1:2.3.4-1build2~16.04.1 => 1:2.3.4-1build3~16.04.1] (no packageset)14:02
-queuebot:#ubuntu-release- Unapproved: xorg-hwe-16.04 (xenial-proposed/main) [1:7.7+13ubuntu4~16.04.2 => 1:7.7+16ubuntu3~16.04.1] (no packageset)14:03
-queuebot:#ubuntu-release- Unapproved: rejected xorg-hwe-16.04 [source] (xenial-proposed) [1:7.7+16ubuntu3~16.04.1]14:07
-queuebot:#ubuntu-release- Unapproved: rejected xorg-server [source] (xenial-proposed) [2:1.18.4-0ubuntu0.3]14:07
-queuebot:#ubuntu-release- Unapproved: rejected xorg-server-hwe-16.04 [source] (xenial-proposed) [2:1.19.3-1ubuntu1~16.04.1]14:08
rbasakseb128, Trevinho: is there any reason Yakkety can't be verified? Seems a waste of everybody's time to do it twice, and we do still support Yakkety, no?14:09
seb128rbasak, I'm downloading a yakkety iso now, but that's what seems the waste of time to me14:09
-queuebot:#ubuntu-release- Unapproved: xorg-server-hwe-16.04 (xenial-proposed/main) [2:1.18.4-1ubuntu6.1~16.04.1 => 2:1.19.3-1ubuntu1~16.04.1] (no packageset)14:09
Trevinhorbasak: mh, actually I think it's the same xenial thing, so I'll mark it properly14:09
seb128Trevinho, don't14:09
Trevinhoseb128: ok14:10
seb128Trevinho, did you suggest just tagging it as verified on yakkety without actually testing i there or did I understand you not correctly?14:10
seb128rbasak, downloading iso, installing yakkety, reproducing, upgrading, testing the SRU, that's going to take me an hour, that's a waste for a serie which is neither LTS nor current and has probably not much desktop users left14:11
rbasakseb128: if it's a waste, then we need to make the decision either to EOL Yakkety now, or halt all Yakkety SRUs now, or decide why in this case we don't want to SRU this to Yakkety for some other reason, etc.14:12
infinityrbasak: My general rule of thumb is that cosmetic/"polish" changes only need to go to devel and the stable series' you care to fix, but real behavioural bug fixes can't skip supported releases.14:13
Trevinhoseb128: bug #1639507 as per Laney's word isn't fixed, but it's fine to mark it verified. So I would follow the same policiy for yakkety. Not for the other one tho14:13
ubot5bug 1639507 in unity-control-center (Ubuntu Yakkety) "unity-control-center in installed software is listed with wrong icon and title" [Medium,Fix committed] https://launchpad.net/bugs/163950714:13
infinityBecause someone upgrading from xenial to yakkety shouldn't be subject to a functional regression.14:13
seb128rbasak, well it's the issues with SRUs delays, when that SRU was started in february it was making sense, we were far enough from zesty14:13
infinityBut yes, yakkety also EOLs in just over two weeks, so there's some fudge factor there for people to use their best judgement about how to spend their time.14:14
Trevinhoinfinity: sure... It's even true that the stack at that level is pretty much the same, so I expect no much difference14:14
rbasakTrevinho: AIUI, that discussion was about the definition of the bug being fixed, rather than about verification of the fix for the definition decided upon.14:14
-queuebot:#ubuntu-release- Unapproved: xorg-hwe-16.04 (xenial-proposed/main) [1:7.7+13ubuntu4~16.04.2 => 1:7.7+16ubuntu3~16.04.1] (no packageset)14:16
seb128Trevinho, right about that issue, it's not fixed but also not a regression so it's fine14:18
slashdrbasak, mdeslaur has uploaded the open-iscsi as discussed, and it is "Not Considered" in the update_excuse page "open-iscsi (2.0.873+git0.3b4b4500-14ubuntu17 to 2.0.874-2ubuntu2) " did I miss something ? or it's just a matter for SRU to unblock it ?14:23
slashdunsatisfiable Depends:  ^14:24
infinityslashd: Didn't we literally just discuss this?14:27
slashdinfinity, maybe I miss something, but my understanding was that mdeslaur could upload the package anyway right ? and that it won't be caught by the MIR ?14:28
infinityslashd: He can (and did) upload it.  That doesn't change that it won't migrate until the MIR is complete.14:29
infinityslashd: What we said was that this shouldn't block you doing your SRUs.14:29
slashdinfinity, gotcha ok, sorry I miss that bit, so we are all good, I was under the impression it would skip it or something. While it is still Not Considered in Artful, can I start the upload in Stable release ?14:31
infinityslashd: Why would it skip checking if it was installable?  That's the whole point of proposed-migration.14:32
infinityslashd: And yes, as we said, you can upload your SRUs now.14:32
slashdinfinity, great thanks, sorry about that, but I prefer to make sure before doing a mistake.14:33
-queuebot:#ubuntu-release- Unapproved: snapd (xenial-proposed/main) [2.26.4 => 2.26.8] (desktop-core, ubuntu-server)14:46
-queuebot:#ubuntu-release- Unapproved: snapd (yakkety-proposed/main) [2.26.4+16.10 => 2.26.8+16.10] (desktop-core, ubuntu-server)14:47
-queuebot:#ubuntu-release- Unapproved: snapd (zesty-proposed/main) [2.26.4+17.04 => 2.26.8+17.04] (desktop-core, ubuntu-server)14:48
-queuebot:#ubuntu-release- Unapproved: snapd (trusty-proposed/universe) [2.26.4~14.04 => 2.26.8~14.04] (no packageset)14:49
* apw looks at snapd(s) ^^15:03
ahasenackhi, could I get someone to sponsor this upload for me please? https://bugs.launchpad.net/ubuntu/+source/openvpn-auth-ldap/+bug/160281315:03
ubot5Ubuntu bug 1602813 in openvpn-auth-ldap (Ubuntu Zesty) "openvpn-auth-ldap causing segfault on network timeout" [Medium,In progress]15:03
-queuebot:#ubuntu-release- Unapproved: accepted snapd [source] (zesty-proposed) [2.26.8+17.04]16:43
naccahasenack: it's on my queue for today16:43
-queuebot:#ubuntu-release- Unapproved: rejected borgbackup [source] (xenial-proposed) [1.0.10-2~16.04.1]16:43
-queuebot:#ubuntu-release- Unapproved: accepted snapd [source] (yakkety-proposed) [2.26.8+16.10]16:43
ahasenackthx16:43
naccahasenack: you need it sponsored for all 4, right?16:43
ahasenacknacc: yes16:43
-queuebot:#ubuntu-release- Unapproved: accepted snapd [source] (trusty-proposed) [2.26.8~14.04]16:45
-queuebot:#ubuntu-release- Unapproved: accepted snapd [source] (xenial-proposed) [2.26.8]16:45
naccahasenack: i wonder when/if we should start reconsidering sru for yakkety16:49
naccahasenack: as it goes eol in ~ 2 weeks16:49
apwnacc, well there is no point in accepting anything with less than 8 days to go16:50
naccapw: ack, that's what i meant :)16:50
ahasenack2w > 8d?16:51
naccapw: i just want to make sure i consider the versioning correctly in the case of somone getting an update in xenial, but then upgrading to yakkety (and thus the version being earlier w/o the sru there) before it goes eol, then upgrading to z.16:51
apwnacc, right you need to consider the version in yakkety in that sense16:52
ahasenackthe bug has been open for a year, would be a shame to not close it for y16:52
-queuebot:#ubuntu-release- Unapproved: gwakeonlan (xenial-proposed/universe) [0.5.1-1.1 => 0.5.1-1.1ubuntu0.1] (no packageset)16:54
-queuebot:#ubuntu-release- Unapproved: rejected gwakeonlan [source] (xenial-proposed) [0.5.1-1.1ubuntu0.1]16:55
naccahasenack: right, but y itself is about to be closed16:56
-queuebot:#ubuntu-release- Unapproved: accepted gwakeonlan [source] (xenial-proposed) [0.5.1-1.1ubuntu0.1]16:56
naccahasenack: so it's a cost/benefit tradeoff, as i have to review it and then the sru team has to review it :)16:56
naccapw: yep, thanks16:56
ahasenackthis would be easier if there was a clear cut date in the ubuntu release table for sus16:56
ahasenacksrus*16:56
ahasenackEOL: X16:56
ahasenacklast day for SRU: Y16:56
rbasakThat's a good idea.16:57
nacc+116:57
ahasenackotherwise, of course we will be tempted to not do SRUs for a release if we are "getting close" to its EOL16:57
rbasakAt least unless there's some exceptional reason.16:57
ahasenack"close" is subjective in this case16:57
naccahasenack: yeah, i'm just considering 7 days is how long something bakes in y-p16:57
naccahasenack: and so you're only going to have the fix for about a week before the release goes eol :)16:57
naccahasenack: which doesn't seem particularly relevant ... user is better off just upgrading to z with the fix there16:58
ahasenackwell, it's a segfault16:58
naccahasenack: that is to say, i'm comfortable (hand-waving versioning for a moment) if the y solution is: upgrade to z because you have to in two weeks anyways16:58
naccrbasak: thoughts?16:58
rbasakDepending on the bug, I think it's reasonable to set Won't Fix for Yakkety on that basis. In principle anyway.16:59
naccrbasak: right17:00
rbasakFrom earlier today: 15:14 <infinity> But yes, yakkety also EOLs in just over two weeks, so there's some fudge factor there for people to use their best judgement about how to spend their time.17:00
rbasakFrom earlier today: 15:14 <infinity> But yes, yakkety also EOLs in just over two weeks, so there's some fudge factor there for people to use their best judgement about how to spend their time.17:00
naccahasenack: i'm also going off the eol announcement e-mail having just come out, which makes it feel like we're in the 'getting close' window more explicilty17:00
rbasakFrom earlier today: 15:14 <infinity> But yes, yakkety also EOLs in just over two weeks, so there's some fudge factor there for people to use their best judgement about how to spend their time.17:00
rbasakFrom earlier: 15:14 <infinity> But yes, yakkety also EOLs in just over two weeks, so there's some fudge factor there for people to use their best judgement about how to spend their time.17:00
jbichahonestly, given the number of unapproved SRUs in the queue, new yakkety ones will likely just not be able to make it in time unless they fix Really Serious issues17:00
rbasakArgh17:01
rbasakSorry17:01
ahasenackwell, it's your call guys17:01
naccjbicha: right, that was also my thinking17:01
ahasenackthat's what sponsoring is for17:01
naccahasenack: understood, you just prompted me to think about this17:01
ahasenackI did my job weeks ago :)17:01
jbichaxenial has 60 unapproved SRU candidates and zesty has 17 so it's difficult for the SRU team to keep up :|17:02
naccjbicha: yep17:02
-queuebot:#ubuntu-release- Unapproved: ntp (trusty-proposed/main) [1:4.2.6.p5+dfsg-3ubuntu2.14.04.10 => 1:4.2.6.p5+dfsg-3ubuntu2.14.04.11] (core)17:19
apwxenial to be fair is prep for the point release i believe17:19
-queuebot:#ubuntu-release- Unapproved: accepted mythtv [source] (zesty-proposed) [2:0.28.0+fixes.20170206.03f4403-0ubuntu3.1]17:30
-queuebot:#ubuntu-release- New binary: linux-signed-lts-xenial [amd64] (trusty-proposed/main) [4.4.0-85.108~14.04.1] (kernel)17:49
-queuebot:#ubuntu-release- New: accepted linux-signed-lts-xenial [amd64] (trusty-proposed) [4.4.0-85.108~14.04.1]17:52
=== Guest39045 is now known as med_
ahasenackslangasek: hi, if I could have our opinion on something18:09
ahasenackslangasek: I have this patch (https://bugs.launchpad.net/ubuntu/+source/openvpn-auth-ldap/+bug/1602813/comments/0) provided by the user in the bug description18:09
ubot5Ubuntu bug 1602813 in openvpn-auth-ldap (Ubuntu Zesty) "openvpn-auth-ldap causing segfault on network timeout" [Medium,In progress]18:09
ahasenackhe signs it with his name, but no email. His launchpad id hides his email and is a generic name (foxpass-dev)18:09
ahasenackhow should I give credit for this in the patch dep3 header?18:10
ahasenackI used:18:10
ahasenackOriginal-Author: Aaron Peschel https://launchpad.net/~foxpass-dev18:10
ahasenack(n/m the Original bit)18:10
slangasekahasenack: that seems reasonable to me; I don't have the dep3 schema memorized, but I'd say anything that's permitted is ok18:11
ahasenackslangasek: it expects an email18:12
ahasenack"This field can be used to record the name and email of the patch author (...)"18:12
slangasekthat seems vague to me :-)18:12
ahasenackand so not future-proof :)18:12
ahasenackit gives an example, though, the classical First Last <foo@example.com>18:13
slangasekif you use a non-email value, and nothing crashes, LGTM18:13
ahasenackI can't be sure that nothing will crash18:13
ahasenackdefinitely nothing should crash on bad input18:13
ahasenackbut we know better18:13
slangaseknot much parses these18:14
slangasekyou could feed it through dep3changelog and see what happens :)18:14
ahasenackworst case, another bug to fix? :)18:14
-queuebot:#ubuntu-release- Unapproved: iscsitarget (xenial-proposed/universe) [1.4.20.3+svn502-2ubuntu4.1 => 1.4.20.3+svn502-2ubuntu4.2] (no packageset)18:22
-queuebot:#ubuntu-release- New binary: octave-communications [ppc64el] (artful-proposed/none) [1.2.1-3] (no packageset)19:03
-queuebot:#ubuntu-release- New binary: octave-communications [i386] (artful-proposed/none) [1.2.1-3] (no packageset)19:05
-queuebot:#ubuntu-release- New binary: octave-communications [s390x] (artful-proposed/none) [1.2.1-3] (no packageset)19:05
-queuebot:#ubuntu-release- Unapproved: accepted iscsitarget [source] (xenial-proposed) [1.4.20.3+svn502-2ubuntu4.2]19:06
-queuebot:#ubuntu-release- New binary: octave-communications [amd64] (artful-proposed/none) [1.2.1-3] (no packageset)19:06
-queuebot:#ubuntu-release- New binary: octave-communications [arm64] (artful-proposed/none) [1.2.1-3] (no packageset)19:06
-queuebot:#ubuntu-release- New binary: octave-communications [armhf] (artful-proposed/none) [1.2.1-3] (no packageset)19:07
-queuebot:#ubuntu-release- New: accepted lrslib [amd64] (artful-proposed) [0.62-2]19:10
-queuebot:#ubuntu-release- New: accepted lrslib [armhf] (artful-proposed) [0.62-2]19:10
-queuebot:#ubuntu-release- New: accepted lrslib [ppc64el] (artful-proposed) [0.62-2]19:10
-queuebot:#ubuntu-release- New: accepted octave-communications [amd64] (artful-proposed) [1.2.1-3]19:10
-queuebot:#ubuntu-release- New: accepted octave-communications [armhf] (artful-proposed) [1.2.1-3]19:10
-queuebot:#ubuntu-release- New: accepted octave-communications [ppc64el] (artful-proposed) [1.2.1-3]19:10
-queuebot:#ubuntu-release- New: accepted lrslib [arm64] (artful-proposed) [0.62-2]19:10
-queuebot:#ubuntu-release- New: accepted lrslib [s390x] (artful-proposed) [0.62-2]19:10
-queuebot:#ubuntu-release- New: accepted octave-communications [i386] (artful-proposed) [1.2.1-3]19:10
-queuebot:#ubuntu-release- New: accepted lrslib [i386] (artful-proposed) [0.62-2]19:10
-queuebot:#ubuntu-release- New: accepted octave-communications [s390x] (artful-proposed) [1.2.1-3]19:10
-queuebot:#ubuntu-release- New: accepted octave-communications [arm64] (artful-proposed) [1.2.1-3]19:10
-queuebot:#ubuntu-release- Unapproved: accepted mythtv [source] (xenial-proposed) [2:0.28.0+fixes.20160413.15cf421-0ubuntu2.16.04.1]20:08
-queuebot:#ubuntu-release- Unapproved: openvpn-auth-ldap (trusty-proposed/universe) [2.0.3-5.1 => 2.0.3-5.1ubuntu0.1] (no packageset)20:27
-queuebot:#ubuntu-release- Unapproved: openvpn-auth-ldap (yakkety-proposed/universe) [2.0.3-6.1 => 2.0.3-6.1ubuntu0.16.10.1] (no packageset)20:27
-queuebot:#ubuntu-release- Unapproved: openvpn-auth-ldap (xenial-proposed/universe) [2.0.3-6.1 => 2.0.3-6.1ubuntu0.16.04.1] (no packageset)20:27
-queuebot:#ubuntu-release- Unapproved: openvpn-auth-ldap (zesty-proposed/universe) [2.0.3-6.1 => 2.0.3-6.1ubuntu0.17.04.1] (no packageset)20:28
infinityahasenack: To add to the bikeshed, I'd put the URL ref in ().  Since RFC person records / addresses are in the form "Name Name Name (Comment Comment Comment) <email@drre.ss>"21:08
infinityahasenack: So, you'd have Name and Comment, but no address, which seems reasonable.21:09
ahasenackgood to know21:09
naccinfinity: oh good point21:16
naccahasenack: sorry for all the noise on it, but i think it's a good discussion to have and get agreement on :)21:17
-queuebot:#ubuntu-release- Unapproved: systemd (xenial-proposed/main) [229-4ubuntu17 => 229-4ubuntu18] (core)22:18
-queuebot:#ubuntu-release- Unapproved: accepted lxcfs [source] (xenial-proposed) [2.0.7-0ubuntu1~16.04.2]22:22
-queuebot:#ubuntu-release- Unapproved: accepted lxcfs [source] (yakkety-proposed) [2.0.7-0ubuntu1~16.10.2]22:23
-queuebot:#ubuntu-release- Unapproved: accepted lxcfs [source] (zesty-proposed) [2.0.7-0ubuntu1~17.04.2]22:23
-queuebot:#ubuntu-release- Unapproved: grub2 (artful-proposed/main) [2.02~beta3-4ubuntu5 => 2.02~beta3-4ubuntu6] (core)23:56

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