tsimonq2 | dpkg: error processing archive /tmp/apt-dpkg-install-SPDwR3/42-liblirc-client0_0.9.4c-1_amd64.deb (--unpack): | 01:14 |
---|---|---|
tsimonq2 | trying to overwrite '/usr/lib/x86_64-linux-gnu/liblirc_client.so.0', which is also in package liblircclient0:amd64 0.9.0-0ubuntu6 | 01:14 |
tsimonq2 | Errors were encountered while processing: | 01:14 |
tsimonq2 | /tmp/apt-dpkg-install-SPDwR3/42-liblirc-client0_0.9.4c-1_amd64.deb | 01:14 |
tsimonq2 | E: Sub-process /usr/bin/dpkg returned an error code (1) | 01:14 |
tsimonq2 | Fun... | 01:14 |
tsimonq2 | Am I stupid or did someone do something Very Very Bad™ ? | 01:15 |
tsimonq2 | It may just be the former. | 01:16 |
tsimonq2 | And I may have put this in the wrong channel... | 01:16 |
-queuebot:#ubuntu-release- Unapproved: golang-go.crypto (xenial-proposed/main) [1:0.0~git20151201.0.7b85b09-2 => 1:0.0~git20161012.0.5f31782-1ubuntu0.16.04.1] (kubuntu, ubuntu-desktop) | 02:04 | |
-queuebot:#ubuntu-release- Unapproved: anjuta-extras (yakkety-proposed/universe) [3.10.0-4 => 3.10.0-4build0.1] (no packageset) | 03:42 | |
slangasek | pitti: where did you see that the "latest s390x test is ok" for gerris? what I see is an openmpi-related regression. http://autopkgtest.ubuntu.com/packages/g/gerris/zesty/s390x | 04:50 |
slangasek | pitti: and I see tests marked 'in progress' on ppc64el whose requests seem to have gotten lost (e.g.: libtest-xslate-perl, trigger: libdata-messagepack-perl/0.49-1build2). I don't think retry-autopkgtest-regressions covers this case, does it? | 05:00 |
slangasek | ah, there's a --state option (though no documentation about the list of available states?) | 05:00 |
LocutusOfBorg | tsimonq2, I did a mistake in uploading lirc, a typo prevented smooth upgrade paths, because ubuntu was already multiarch, and debian wasn't. jbicha uploaded a fix 12 hours ago 0.9.4c-2ubuntu1 | 06:06 |
pitti | slangasek: ah, I got asked to ignore gerris for now to unblock the transition, but indeed that looks like an actual bug; sorry, unhinting | 06:41 |
pitti | xnox: ^ FYI | 06:41 |
pitti | slangasek: retry-autopkgtest-regressions --state=RUNNING covers this | 06:43 |
ginggs | slangasek, pitti: that s390x gerris failure looks like the error when you try to run MPI programs in a chroot, do you want me to work around that? | 07:15 |
slangasek | ginggs: AFAIK the test is run in a container but not in a chroot; but why is this the only openmpi revdep tripping over the problem, since they all use the same testbed? | 07:16 |
slangasek | ginggs: anyway, I'm not sure what "work around" means here; it's a regression in the behavior of the tests, it's not clear to me if this is because of a regression in openmpi or because the test itself is buggy, but either way it should be fixed, rather than ignoring the test result with skiptest | 07:24 |
ginggs | slangasek: the debian maintainer recently removed the bits that allowed the tests to run in a chroot | 07:28 |
ginggs | https://anonscm.debian.org/cgit/debian-science/packages/gerris.git/commit/?h=master&id=b87f1f28b1661754178c504ac35119aaf895d267 | 07:28 |
ginggs | I can try put that back and see if that does the trick, i asked yesterday if it would be better to hint this through so that openmpi can migrate | 07:29 |
slangasek | ginggs: at a glance, it looks like the run of the previous gerris's tests against the new openmpi failed with the same error | 07:30 |
ginggs | previous gerris was missing openmpi-bin | 07:31 |
ginggs | i can't think of a way to test this without uploading, shall i go ahead? | 07:31 |
slangasek | The value of the MCA parameter "plm_rsh_agent" was set to a path | 07:31 |
slangasek | that could not be found: | 07:31 |
slangasek | plm_rsh_agent: ssh : rsh | 07:31 |
slangasek | how about fixing the tests to actually depend on ssh, if they require ssh? | 07:31 |
slangasek | it's not "doesn't work in a chroot", it's "doesn't work if ssh isn't installed" | 07:32 |
slangasek | (which is why it also applies to containers, and generally doesn't apply to VM testbeds) | 07:32 |
ginggs | we use the export OMPI_MCA_plm_rsh_agent=/bin/false trick a lot when MPI programs are run during the build | 07:33 |
slangasek | ok, then why was it dropped for this one? | 07:34 |
slangasek | regardless | 07:34 |
ginggs | I don't believe ssh is actually required unless you have the same MPI job running across multiple hosts | 07:34 |
slangasek | the general answer to "should we override the tests to let the transition in" is "no" | 07:34 |
slangasek | and I would think xnox in particular would care about not increasing the test failure rate on s390x :) | 07:35 |
ginggs | ok, so shall i put back export OMPI_MCA_plm_rsh_agent=/bin/false and upload? | 07:35 |
slangasek | if that's considered a correct fix for this | 07:35 |
pitti | ginggs: so I figure this should also be exposed when you run this in a local amd64 lxc? | 07:35 |
pitti | ginggs: i. e. it's not s390x specific? | 07:35 |
ginggs | pitti: yeah, i think it's better to have the export back (provided it doesn't break the other arches) but i don't know to test without uploading | 07:36 |
pitti | ginggs: I can walk you through testing with LXC | 07:37 |
ginggs | BTW, there is a bug for this #841885 | 07:38 |
pitti | ginggs: autopkgtest-build-lxc(1) describes how to build them | 07:38 |
pitti | hmm, https://ci.debian.net/packages/g/gerris/unstable/amd64/ started to fail much earlier (that's also lxc) | 07:39 |
ginggs | pitti: yeah, they are missing openmpi-bin there | 07:41 |
ginggs | pitti: does setting up autopkgtest-build-lxc need download a lot of stuff? i don't have good interwebs at the moment | 07:43 |
pitti | ginggs: yes, it does debootstrap essentially | 07:44 |
ginggs | ok, well i can confirm that putting back the export does not break the tests run locally on amd64 | 07:50 |
ginggs | shall i upload to the archive? | 07:51 |
LocutusOfBorg | slangasek, why you did sync vtk6 :/ | 07:53 |
LocutusOfBorg | I intentionally left it to sync, to avoid entangling openmpi transition with mysql one | 07:53 |
pitti | ginggs: if you are reasonably sure that this fixes it, sure | 08:06 |
ginggs | pitti: ok | 08:07 |
pitti | slangasek: did you already retry the ppc64el ones? I don't see any running ones | 08:15 |
-queuebot:#ubuntu-release- New source: mysql-defaults (yakkety-proposed/primary) [1.0.0ubuntu1] | 08:26 | |
apw | ^ was that intended for yakkety ? | 08:51 |
apw | rbasak, ^ | 08:53 |
rbasak | Ah | 08:57 |
rbasak | No | 08:57 |
rbasak | Sorry! I need to remember the name of the current release! | 08:58 |
* Laney always wants to type zenial | 08:59 | |
LocutusOfBorg | rbasak, use "distro-info -d" :) | 08:59 |
ginggs | zakkety | 08:59 |
* rbasak tries again | 09:00 | |
rbasak | Could someone reject mysql-defaults from the yakkety new queue please? | 09:07 |
apw | rbasak, gone | 09:10 |
-queuebot:#ubuntu-release- New: rejected mysql-defaults [source] (yakkety-proposed) [1.0.0ubuntu1] | 09:11 | |
rbasak | Thank you! | 09:13 |
xnox | LocutusOfBorg, it's entangled regardless =( | 09:17 |
-queuebot:#ubuntu-release- New binary: botch [amd64] (zesty-proposed/universe) [0.19-2] (no packageset) | 09:30 | |
-queuebot:#ubuntu-release- New binary: botch [i386] (zesty-proposed/universe) [0.19-2] (no packageset) | 09:31 | |
* Laney makes a list of perlish removals | 09:45 | |
-queuebot:#ubuntu-release- New binary: botch [powerpc] (zesty-proposed/universe) [0.19-2] (no packageset) | 09:48 | |
xnox | pitti, your systemd SRU to xenial uses strage numbers =) | 09:52 |
xnox | i was expected 229-4ubuntu4.7 by now, not 229-4ubuntu11 =) | 09:53 |
pitti | xnox: hm; can use an SRUish one the next time, but switching teh pattern now would seem strange too | 09:54 |
xnox | pitti, yeah, it's fine. best to keep going as you did forever. I'm currently rebasing my patches on top of xenial, so for my ppa i use 229-4ubuntu12~ppa1 -> to be higher than current, but lower than next. | 09:56 |
* xnox doesn't care if my overlay features are trumped in my ppa | 09:56 | |
ginggs | pitti: looks like gerris s390x autopkgtests passed now \o/ can you make openmpi run its tests against the correct versions of gerris and esys-particle please? | 10:09 |
pitti | ginggs: great, thanks! will do that | 10:09 |
pitti | ginggs: I actually queued a retry of esys-particle, it's just patiently waiting in the queue | 10:12 |
pitti | ginggs: retried gerris for openmpi: http://autopkgtest.ubuntu.com/running#pkg-gerris | 10:13 |
-queuebot:#ubuntu-release- New binary: botch [arm64] (zesty-proposed/universe) [0.19-2] (no packageset) | 10:18 | |
-queuebot:#ubuntu-release- New binary: botch [armhf] (zesty-proposed/universe) [0.19-2] (no packageset) | 10:32 | |
-queuebot:#ubuntu-release- New binary: botch [s390x] (zesty-proposed/universe) [0.19-2] (no packageset) | 10:48 | |
-queuebot:#ubuntu-release- New sync: golang-github-hlandau-goutils (zesty-proposed/primary) [0.0~git20160722.0.0cdb66a-1] | 11:04 | |
-queuebot:#ubuntu-release- Unapproved: systemd (yakkety-proposed/main) [231-9git1 => 231-9ubuntu1] (core) | 11:19 | |
-queuebot:#ubuntu-release- Unapproved: systemd (xenial-proposed/main) [229-4ubuntu11 => 229-4ubuntu12] (core) | 11:20 | |
Laney | apw or pitti: https://bugs.launchpad.net/ubuntu/+source/kvirc/+bug/1636804 I think is the required removals | 11:48 |
ubot5` | Ubuntu bug 1636804 in uwsgi (Ubuntu) "perl 5.24 demotions" [Undecided,New] | 11:48 |
-queuebot:#ubuntu-release- New binary: botch [ppc64el] (zesty-proposed/universe) [0.19-2] (no packageset) | 12:06 | |
apw | Laney, we'll sort that out ta | 12:29 |
pitti | Laney: you didn't tag this block-proposed -- did you block it in britney? | 12:30 |
pitti | Laney: i. e. we need to somehow make sure it doesn't immediately propagate back | 12:30 |
apw | pitti, ok i can see a block for the list in hints-ubuntu | 12:31 |
pitti | apw: ah, I see Laney's "block" hints | 12:31 |
pitti | apw: so, want to do the demote-to-proposed exercise? | 12:32 |
apw | pitti, sounds good, shall i demote the lot and then we can remove things from there if they need that | 12:33 |
pitti | sure | 12:34 |
pitti | apw: or they'll just come back when/if they get fixed in debian, through autosyncs | 12:34 |
Laney | I'll drop the hint once perl migrates | 12:37 |
Laney | thanks! | 12:37 |
apw | Laney, ok should be done | 12:42 |
pitti | w00t, armhf tests have almost caught up | 12:42 |
Laney | apw: ♥ | 12:42 |
Laney | mysql-defaults is published too, will retry things | 12:42 |
apw | Laney, oh nice ... i assume that is going to fix a heap of stuff | 12:46 |
Laney | if the gods are feeling kind | 12:47 |
-queuebot:#ubuntu-release- Unapproved: accepted systemd [source] (xenial-proposed) [229-4ubuntu12] | 12:48 | |
apw | Laney, your block list doesn't include libbio-scf-perl is that intended | 12:48 |
Laney | it should do, I added it in a later commit | 12:49 |
* Laney stabs this connection | 12:50 | |
apw | Laney, ahh so it does, i managed to suck it down in the gap | 12:50 |
Laney | DNS seems to have given up for lunch | 12:51 |
Laney | it's a hint for me to do the same | 12:51 |
Laney | o/ | 12:51 |
-queuebot:#ubuntu-release- Unapproved: accepted anjuta-extras [source] (yakkety-proposed) [3.10.0-4build0.1] | 12:52 | |
-queuebot:#ubuntu-release- Unapproved: accepted golang-go.crypto [source] (yakkety-proposed) [1:0.0~git20161012.0.5f31782-1ubuntu0.16.10.2] | 12:54 | |
-queuebot:#ubuntu-release- Unapproved: accepted systemd [source] (yakkety-proposed) [231-9ubuntu1] | 13:03 | |
-queuebot:#ubuntu-release- Unapproved: accepted ubuntu-release-upgrader [source] (yakkety-proposed) [1:16.10.8] | 13:07 | |
-queuebot:#ubuntu-release- Unapproved: accepted edk2 [source] (yakkety-proposed) [0~20160813.de74668f-1ubuntu0.1] | 13:17 | |
-queuebot:#ubuntu-release- Unapproved: accepted snapd-glib [source] (yakkety-proposed) [1.2-0ubuntu1.1] | 13:17 | |
-queuebot:#ubuntu-release- New: rejected budgie-desktop-environment [source] (yakkety-proposed) [0.4.17] | 13:25 | |
-queuebot:#ubuntu-release- New: rejected minuet [source] (yakkety-proposed) [16.04.3-0ubuntu1] | 13:25 | |
apw | ^ submitted to yakkety prior to release ... requested they be resubmitted if still needed ^ | 13:25 |
xnox | openmpi is now valid candidate all by it self. | 13:47 |
xnox | well vtk6 is ignored vailure. | 13:47 |
* xnox is confused what does it not like. | 13:50 | |
xnox | ah it wants vtk6 | 13:50 |
xnox | which fails to build on armhf | 13:51 |
xnox | mysql-5.7 failing to upload on amd64 is also not nice | 13:55 |
LocutusOfBorg | rbasak, is on mysql | 13:56 |
LocutusOfBorg | vtk6 was good until the last sync "6.3.0+dfsg1-1build3" <-- if you can delete the -2 that one can migrate | 13:56 |
xnox | i guess default mysql was slow to publish, hence vtk6 build failed to install build-deps, it's building now on the retry. | 13:57 |
LocutusOfBorg | no | 14:02 |
LocutusOfBorg | default-sql was pointing to mariadb | 14:02 |
LocutusOfBorg | and martiadb ftbfs on armhf | 14:02 |
LocutusOfBorg | so now vtk6 has both in different architectures, a mess | 14:02 |
* LocutusOfBorg retries gambas4 | 14:02 | |
* LocutusOfBorg retries gambas3 | 14:02 | |
apw | that is a mess | 14:03 |
LocutusOfBorg | having different sql backends on different architectures is painful, maybe rbasak you want to rebuild them? | 14:03 |
LocutusOfBorg | libdbd-mysql-perl lcgdm gdal cacti-spine gambas3 vtk6 | 14:05 |
LocutusOfBorg | ^^ | 14:05 |
xnox | it's building vtk6 against _a_ backend now on armhf, no idea about other arches =) | 14:06 |
* xnox wishes that there is a libperl-vtk-mysql-boost package | 14:07 | |
LocutusOfBorg | xnox, the others are using mariadb | 14:26 |
LocutusOfBorg | and no, I prefer to rebuild them *now* | 14:26 |
LocutusOfBorg | instead of landign with such stuff | 14:27 |
* LocutusOfBorg will rebuild in 10 minutes if nobody complains | 14:27 | |
rbasak | LocutusOfBorg: sure. No objection. I was going to look at the rdeps at some point, but sounds like you'll get to it first. | 14:31 |
LocutusOfBorg | rbasak, just because I don't want them to land | 14:32 |
LocutusOfBorg | done | 14:34 |
xnox | rbasak, any idea where the mysql-common 5.8+1.0.0ubuntu1 zesty all came from? | 14:35 |
rbasak | xnox: src:mysql-defaults | 14:35 |
xnox | that's preventing mysql-5.7 build on amd64 to upload. | 14:35 |
rbasak | Yes. I need to merge mysql-5.7. | 14:35 |
rbasak | In sid, mysql-common has moved to src:mysql-defaults from src:mysql-5.7. | 14:35 |
xnox | right, but we don't have mysql-5.8 at all | 14:35 |
xnox | shouldn't mysql-defaults build mysql-common 5.7? | 14:36 |
rbasak | There's hack with the binary version number. | 14:36 |
xnox | or are we expecting 5.8 shortly? | 14:36 |
rbasak | There is no 5.8. | 14:36 |
rbasak | src:mysql-defaults 1.0 (or whatever) builds mysql-common 5.8+... | 14:36 |
* xnox pretends all above is sane, and takes it as given. | 14:37 | |
rbasak | I would've started src:mysql-defaults at 5.8 or something personally, but someone else in Debian did that part. | 14:37 |
rbasak | I didn't think it really mattered. | 14:37 |
* LocutusOfBorg is scared about that *sql* stuff, but hopes it is fine | 14:40 | |
sewaddle | hi.. Peter from the Canonical web team... we got this but - https://github.com/ubuntudesign/www.ubuntu.com/issues/1041 | 14:41 |
sewaddle | but=bug | 14:42 |
LocutusOfBorg | cjwatson, ^^^ :) | 14:42 |
xnox | sewaddle, mostly harmless and i think that has always been like that. | 14:42 |
xnox | sewaddle, it will look right if and when .4 images are rotated off to old-releases host. | 14:42 |
xnox | or maybe infinity can twiddle things | 14:43 |
xnox | LocutusOfBorg, colin doesn't do any of releasy stuff any more. | 14:43 |
sewaddle | ok xnox I can pass that back to the person | 14:43 |
LocutusOfBorg | oh, ok | 14:43 |
sewaddle | they also pinged us on #ubuntu-website as well | 14:43 |
LocutusOfBorg | I still consider him the man who does everything :p | 14:43 |
LocutusOfBorg | anyway, expecting openmpi to migrate in 3 hours from now? | 14:44 |
xnox | sewaddle, it's merely an apache autoindex pattern, maybe it can be tweaked to be better, and ahead of time doing the right things for all point releases. but meh. | 14:45 |
xnox | https://httpd.apache.org/docs/2.4/mod/mod_autoindex.html | 14:45 |
sewaddle | xnox: I invited the person here; however they just posted '<alevipri> realname sewaddle since the Wily HWE stack is in EOL, 14.04.4 should have be moved to old-releases' | 14:48 |
xnox | sewaddle, honestly, this is not a support channel for people. | 14:49 |
sewaddle | xnox: nor is mine | 14:50 |
xnox | sewaddle, we archive things / garbagge collect things whenever we need to / want to, usually we keep as many things on the release server as our disk-space space allows. | 14:50 |
xnox | sewaddle, yeah.... not sure how to deal with such requests.... politely =) | 14:51 |
-queuebot:#ubuntu-release- New source: adobe-flashplugin (zesty-proposed/partner) [1:20161026.1-0ubuntu1] | 14:53 | |
-queuebot:#ubuntu-release- Unapproved: debootstrap (precise-proposed/main) [1.0.40~ubuntu0.10 => 1.0.40~ubuntu0.11] (core) | 15:01 | |
-queuebot:#ubuntu-release- Unapproved: debootstrap (xenial-proposed/main) [1.0.78+nmu1ubuntu1.1 => 1.0.78+nmu1ubuntu1.2] (core) | 15:01 | |
-queuebot:#ubuntu-release- Unapproved: debootstrap (trusty-proposed/main) [1.0.59ubuntu0.5 => 1.0.59ubuntu0.6] (core) | 15:01 | |
-queuebot:#ubuntu-release- Unapproved: debootstrap (yakkety-proposed/main) [1.0.81ubuntu2 => 1.0.81ubuntu2.1] (core) | 15:02 | |
-queuebot:#ubuntu-release- Unapproved: juju-core (xenial-proposed/main) [2.0~beta15-0ubuntu2.16.04.1 => 2.0.0-0ubuntu0.16.04.1] (ubuntu-server) | 15:06 | |
-queuebot:#ubuntu-release- New binary: haskell-finite-field [i386] (zesty-proposed/universe) [0.8.0-1] (no packageset) | 15:12 | |
-queuebot:#ubuntu-release- New binary: haskell-scanner [armhf] (zesty-proposed/universe) [0.2-1] (no packageset) | 15:12 | |
-queuebot:#ubuntu-release- New binary: haskell-servant-client [i386] (zesty-proposed/universe) [0.7.1-1] (no packageset) | 15:12 | |
-queuebot:#ubuntu-release- New binary: haskell-safe-exceptions [armhf] (zesty-proposed/universe) [0.1.4.0-1] (no packageset) | 15:12 | |
-queuebot:#ubuntu-release- New binary: haskell-servant-client [amd64] (zesty-proposed/universe) [0.7.1-1] (no packageset) | 15:12 | |
-queuebot:#ubuntu-release- New binary: haskell-binary-parsers [amd64] (zesty-proposed/universe) [0.2.3.0-1] (no packageset) | 15:12 | |
-queuebot:#ubuntu-release- New binary: haskell-deriving-compat [amd64] (zesty-proposed/universe) [0.2-1] (no packageset) | 15:12 | |
-queuebot:#ubuntu-release- New binary: haskell-finite-field [amd64] (zesty-proposed/universe) [0.8.0-1] (no packageset) | 15:12 | |
-queuebot:#ubuntu-release- New binary: haskell-finite-field [armhf] (zesty-proposed/universe) [0.8.0-1] (no packageset) | 15:13 | |
-queuebot:#ubuntu-release- New binary: haskell-safe-exceptions [amd64] (zesty-proposed/universe) [0.1.4.0-1] (no packageset) | 15:13 | |
-queuebot:#ubuntu-release- New binary: haskell-scanner [arm64] (zesty-proposed/universe) [0.2-1] (no packageset) | 15:13 | |
-queuebot:#ubuntu-release- New binary: haskell-servant-client [armhf] (zesty-proposed/universe) [0.7.1-1] (no packageset) | 15:13 | |
-queuebot:#ubuntu-release- New binary: haskell-binary-parsers [i386] (zesty-proposed/universe) [0.2.3.0-1] (no packageset) | 15:13 | |
-queuebot:#ubuntu-release- New binary: haskell-finite-field [arm64] (zesty-proposed/universe) [0.8.0-1] (no packageset) | 15:13 | |
-queuebot:#ubuntu-release- New binary: haskell-safe-exceptions [i386] (zesty-proposed/universe) [0.1.4.0-1] (no packageset) | 15:13 | |
-queuebot:#ubuntu-release- New binary: haskell-deriving-compat [i386] (zesty-proposed/universe) [0.2-1] (no packageset) | 15:13 | |
-queuebot:#ubuntu-release- New binary: haskell-scanner [i386] (zesty-proposed/universe) [0.2-1] (no packageset) | 15:13 | |
-queuebot:#ubuntu-release- New binary: haskell-raaz [i386] (zesty-proposed/universe) [0.0.2-1] (no packageset) | 15:13 | |
-queuebot:#ubuntu-release- New binary: haskell-raaz [amd64] (zesty-proposed/universe) [0.0.2-1] (no packageset) | 15:14 | |
-queuebot:#ubuntu-release- New binary: haskell-scanner [amd64] (zesty-proposed/universe) [0.2-1] (no packageset) | 15:14 | |
-queuebot:#ubuntu-release- New binary: haskell-deriving-compat [armhf] (zesty-proposed/universe) [0.2-1] (no packageset) | 15:14 | |
-queuebot:#ubuntu-release- New binary: haskell-servant-client [arm64] (zesty-proposed/universe) [0.7.1-1] (no packageset) | 15:14 | |
-queuebot:#ubuntu-release- New binary: haskell-deriving-compat [arm64] (zesty-proposed/universe) [0.2-1] (no packageset) | 15:15 | |
-queuebot:#ubuntu-release- New binary: haskell-scanner [powerpc] (zesty-proposed/universe) [0.2-1] (no packageset) | 15:15 | |
-queuebot:#ubuntu-release- New binary: haskell-safe-exceptions [powerpc] (zesty-proposed/universe) [0.1.4.0-1] (no packageset) | 15:15 | |
-queuebot:#ubuntu-release- New binary: haskell-servant-client [powerpc] (zesty-proposed/universe) [0.7.1-1] (no packageset) | 15:16 | |
-queuebot:#ubuntu-release- New binary: haskell-deriving-compat [powerpc] (zesty-proposed/universe) [0.2-1] (no packageset) | 15:16 | |
-queuebot:#ubuntu-release- New binary: haskell-finite-field [s390x] (zesty-proposed/universe) [0.8.0-1] (no packageset) | 15:17 | |
-queuebot:#ubuntu-release- New binary: haskell-servant-client [s390x] (zesty-proposed/universe) [0.7.1-1] (no packageset) | 15:17 | |
-queuebot:#ubuntu-release- New binary: haskell-deriving-compat [s390x] (zesty-proposed/universe) [0.2-1] (no packageset) | 15:17 | |
-queuebot:#ubuntu-release- New binary: haskell-raaz [powerpc] (zesty-proposed/universe) [0.0.2-1] (no packageset) | 15:17 | |
-queuebot:#ubuntu-release- New binary: haskell-binary-parsers [armhf] (zesty-proposed/universe) [0.2.3.0-1] (no packageset) | 15:18 | |
-queuebot:#ubuntu-release- New binary: haskell-raaz [arm64] (zesty-proposed/universe) [0.0.2-1] (no packageset) | 15:18 | |
-queuebot:#ubuntu-release- New binary: haskell-raaz [s390x] (zesty-proposed/universe) [0.0.2-1] (no packageset) | 15:18 | |
-queuebot:#ubuntu-release- New binary: haskell-finite-field [powerpc] (zesty-proposed/universe) [0.8.0-1] (no packageset) | 15:18 | |
-queuebot:#ubuntu-release- New binary: haskell-scanner [s390x] (zesty-proposed/universe) [0.2-1] (no packageset) | 15:18 | |
-queuebot:#ubuntu-release- New binary: haskell-raaz [armhf] (zesty-proposed/universe) [0.0.2-1] (no packageset) | 15:18 | |
-queuebot:#ubuntu-release- New binary: haskell-binary-parsers [arm64] (zesty-proposed/universe) [0.2.3.0-1] (no packageset) | 15:19 | |
-queuebot:#ubuntu-release- New binary: haskell-binary-parsers [powerpc] (zesty-proposed/universe) [0.2.3.0-1] (no packageset) | 15:19 | |
-queuebot:#ubuntu-release- New binary: haskell-binary-parsers [s390x] (zesty-proposed/universe) [0.2.3.0-1] (no packageset) | 15:20 | |
slangasek | LocutusOfBorg: because the result of not syncing vtk6 was an inability to get useful autopkgtest results for all of openmpi's revdeps | 15:27 |
slangasek | pitti: no, I didn't retry the ppc64el ones | 15:27 |
pitti | slangasek: hm, so they arrived after all, I suppose | 15:27 |
=== Adri2000_ is now known as Adri2000 | ||
LocutusOfBorg | thanks slangasek, I don't know why my rebuild didn't work, but doesn't matter, thanks :) | 15:31 |
LocutusOfBorg | BTW I'm retrying some haskell leaf packages, so expect flooding (~38 new packages) | 15:31 |
* slangasek nods | 15:32 | |
-queuebot:#ubuntu-release- New: accepted botch [amd64] (zesty-proposed) [0.19-2] | 15:34 | |
-queuebot:#ubuntu-release- New: accepted botch [armhf] (zesty-proposed) [0.19-2] | 15:34 | |
-queuebot:#ubuntu-release- New: accepted botch [powerpc] (zesty-proposed) [0.19-2] | 15:34 | |
-queuebot:#ubuntu-release- New: accepted botch [s390x] (zesty-proposed) [0.19-2] | 15:34 | |
-queuebot:#ubuntu-release- New: accepted botch [arm64] (zesty-proposed) [0.19-2] | 15:34 | |
-queuebot:#ubuntu-release- New: accepted botch [ppc64el] (zesty-proposed) [0.19-2] | 15:34 | |
-queuebot:#ubuntu-release- New: accepted botch [i386] (zesty-proposed) [0.19-2] | 15:34 | |
Laney | Second set of eyes on pdl/armhf and libtext-bibtex-perl/s390x appreciated | 15:37 |
LocutusOfBorg | https://launchpad.net/~abbat/+archive/ubuntu/tox/+build/11081274 | 15:42 |
LocutusOfBorg | what did happen^^^ | 15:42 |
slangasek | Laney: heads up that the livecd-rootfs branch appears to be out of date vs the archive; also, am confused by the text of your MP change because I thought we did fix this for ubuntu-core already; did that only get fixed in SRU? | 16:08 |
slangasek | (or in the snappy ppa) | 16:08 |
balloons | so I noticed we have 32-bit builds of juju-core in zesty -- why is this? Can we get them removed? | 16:09 |
Laney | slangasek: You mean that I should be more explicit that it was already turned off for some flavours? | 16:09 |
slangasek | Laney: seems that yes, it was only committed in the snappy-dev ppa on xenial; so your fix looks reasonable | 16:09 |
slangasek | Laney: no, I was just asking why ubuntu-core was not there alongside ubuntu-cpc|ubuntu-server in the exclusion list | 16:10 |
slangasek | balloons: where do you see this? | 16:10 |
Laney | OK | 16:10 |
Laney | Well that's one bit of delta they can drop then :) | 16:10 |
balloons | slangasek, well, let me be clear actually. I'm seeing autopkgtest runs for 32-bit on zesty (and perhaps yakkety too, we'll see on the next upload if they kick again) | 16:11 |
balloons | I spoke with pitti about this at one point, and I think he was a little confused why they still kicked off | 16:11 |
slangasek | balloons: ok. there are no 32-bit /builds/ of juju-core in zesty; and I would not be less confused than pitti about why the autopkgtest is trying to trigger tests for them. We should certainly override those into oblivion in the meantime | 16:12 |
slangasek | balloons: though the current tests are failing on all archs, so... | 16:12 |
balloons | slangasek, yes, current-manual-provider zesty test will fail due to lack of published agent for it | 16:14 |
slangasek | balloons: comment from pitti's hint file: | 16:14 |
slangasek | # does not build on 32 bit arches any more, but Arch: all metapackages still exist (fixed in git) | 16:14 |
balloons | ahh, yes I recall that being the reason | 16:17 |
Laney | sil2100: If you have a branch for your livecd-rootfs 2.435 upload, could you push it please? | 16:23 |
-queuebot:#ubuntu-release- New binary: haskell-servant-client [ppc64el] (zesty-proposed/universe) [0.7.1-1] (no packageset) | 16:27 | |
sil2100 | Laney: hey! Oh, it's not in bzr? | 16:31 |
sil2100 | Maybe I forgot bzr push or something | 16:31 |
Laney | push it real good | 16:32 |
-queuebot:#ubuntu-release- New binary: haskell-finite-field [ppc64el] (zesty-proposed/universe) [0.8.0-1] (no packageset) | 16:32 | |
-queuebot:#ubuntu-release- New binary: haskell-raaz [ppc64el] (zesty-proposed/universe) [0.0.2-1] (no packageset) | 16:32 | |
sil2100 | eh, can't find the branch, need to re-create, pushing in a min | 16:35 |
pitti | slangasek: yes, britney still sees 32 bit packages from juju-core due to the arch: all | 16:36 |
pitti | (or "saw" -- they should be NBS after the next upload) | 16:36 |
slangasek | pitti: ok cool | 16:37 |
sil2100 | Laney: pushed | 16:37 |
Laney | sil2100: dziękuję | 16:38 |
-queuebot:#ubuntu-release- New binary: haskell-scanner [ppc64el] (zesty-proposed/universe) [0.2-1] (no packageset) | 16:38 | |
sil2100 | Laney: proszę bardzo! And sorry for not pushing, I have no idea how this happened | 16:39 |
Laney | it's easy to forget | 16:40 |
alevipri | hello everyone, hope this is the correct channel where to ask | 16:50 |
alevipri | this page ( http://releases.ubuntu.com/14.04/ ) lists both 14.04.4 and 14.04.5 | 16:50 |
alevipri | and describes ubuntu 14.04.4 as "Ubuntu 14.04.5 LTS (Trusty Tahr)" | 16:50 |
alevipri | I think this has to be fixed (move 14.04.4 to old-releases.ubuntu.com and correct 14.04.4 description) | 16:50 |
alevipri | or am I missing something? | 16:50 |
-queuebot:#ubuntu-release- New binary: haskell-deriving-compat [ppc64el] (zesty-proposed/universe) [0.2-1] (no packageset) | 16:50 | |
-queuebot:#ubuntu-release- New binary: haskell-binary-parsers [ppc64el] (zesty-proposed/universe) [0.2.3.0-1] (no packageset) | 16:51 | |
-queuebot:#ubuntu-release- New: accepted adobe-flashplugin [source] (zesty-proposed) [1:20161026.1-0ubuntu1] | 17:42 | |
-queuebot:#ubuntu-release- New binary: adobe-flashplugin [amd64] (zesty-proposed/none) [1:20161026.1-0ubuntu1] (no packageset) | 17:47 | |
-queuebot:#ubuntu-release- New binary: adobe-flashplugin [i386] (zesty-proposed/none) [1:20161026.1-0ubuntu1] (no packageset) | 17:47 | |
=== santa is now known as Guest55878 | ||
-queuebot:#ubuntu-release- Unapproved: adobe-flashplugin (precise-proposed/partner) [1:20161011.1-0ubuntu0.12.04.1 => 1:20161026.1-0ubuntu0.12.04.1] (no packageset) | 17:54 | |
-queuebot:#ubuntu-release- Unapproved: adobe-flashplugin (xenial-proposed/partner) [1:20161011.1-0ubuntu0.16.04.1 => 1:20161026.1-0ubuntu0.16.04.1] (no packageset) | 17:54 | |
-queuebot:#ubuntu-release- Unapproved: adobe-flashplugin (trusty-proposed/partner) [1:20161011.1-0ubuntu0.14.04.1 => 1:20161026.1-0ubuntu0.14.04.1] (no packageset) | 17:54 | |
-queuebot:#ubuntu-release- Unapproved: adobe-flashplugin (yakkety-proposed/partner) [1:20161011.1-0ubuntu1 => 1:20161026.1-0ubuntu0.16.10.1] (no packageset) | 17:54 | |
-queuebot:#ubuntu-release- Unapproved: accepted adobe-flashplugin [source] (xenial-proposed) [1:20161026.1-0ubuntu0.16.04.1] | 18:18 | |
-queuebot:#ubuntu-release- Unapproved: accepted adobe-flashplugin [source] (yakkety-proposed) [1:20161026.1-0ubuntu0.16.10.1] | 18:18 | |
-queuebot:#ubuntu-release- Unapproved: accepted adobe-flashplugin [source] (precise-proposed) [1:20161026.1-0ubuntu0.12.04.1] | 18:18 | |
-queuebot:#ubuntu-release- Unapproved: accepted adobe-flashplugin [source] (trusty-proposed) [1:20161026.1-0ubuntu0.14.04.1] | 18:18 | |
=== Guest55878 is now known as santa_ | ||
-queuebot:#ubuntu-release- New: accepted adobe-flashplugin [amd64] (zesty-proposed) [1:20161026.1-0ubuntu1] | 18:20 | |
-queuebot:#ubuntu-release- New: accepted adobe-flashplugin [i386] (zesty-proposed) [1:20161026.1-0ubuntu1] | 18:20 | |
=== Guest33860 is now known as santa_ | ||
-queuebot:#ubuntu-release- New: accepted ubuntu-image [amd64] (xenial-proposed) [0.9+16.04ubuntu1] | 19:00 | |
-queuebot:#ubuntu-release- Unapproved: lxd (xenial-backports/main) [2.4.1-0ubuntu1~ubuntu16.04.1 => 2.5-0ubuntu1~ubuntu16.04.1] (edubuntu, ubuntu-server) | 19:24 | |
-queuebot:#ubuntu-release- Unapproved: accepted lxd [source] (xenial-backports) [2.5-0ubuntu1~ubuntu16.04.1] | 19:33 | |
-queuebot:#ubuntu-release- Unapproved: accepted debootstrap [source] (yakkety-proposed) [1.0.81ubuntu2.1] | 19:49 | |
-queuebot:#ubuntu-release- Unapproved: lxd (xenial-backports/main) [2.4.1-0ubuntu1~ubuntu16.04.1 => 2.5-0ubuntu1~ubuntu16.04.2] (edubuntu, ubuntu-server) | 19:51 | |
-queuebot:#ubuntu-release- Unapproved: accepted debootstrap [source] (xenial-proposed) [1.0.78+nmu1ubuntu1.2] | 19:54 | |
-queuebot:#ubuntu-release- Unapproved: accepted lxd [source] (xenial-backports) [2.5-0ubuntu1~ubuntu16.04.2] | 19:55 | |
-queuebot:#ubuntu-release- Unapproved: accepted debootstrap [source] (trusty-proposed) [1.0.59ubuntu0.6] | 19:57 | |
-queuebot:#ubuntu-release- Unapproved: accepted debootstrap [source] (precise-proposed) [1.0.40~ubuntu0.11] | 20:00 | |
-queuebot:#ubuntu-release- Unapproved: accepted fwts [source] (trusty-proposed) [14.03.01-0ubuntu4] | 20:17 | |
-queuebot:#ubuntu-release- New binary: slepc [i386] (zesty-proposed/universe) [3.7.3+dfsg1-2] (no packageset) | 20:47 | |
-queuebot:#ubuntu-release- New binary: slepc [amd64] (zesty-proposed/universe) [3.7.3+dfsg1-2] (no packageset) | 20:47 | |
-queuebot:#ubuntu-release- New binary: slepc [s390x] (zesty-proposed/universe) [3.7.3+dfsg1-2] (no packageset) | 20:48 | |
-queuebot:#ubuntu-release- New binary: slepc [armhf] (zesty-proposed/universe) [3.7.3+dfsg1-2] (no packageset) | 20:49 | |
-queuebot:#ubuntu-release- New binary: slepc [powerpc] (zesty-proposed/universe) [3.7.3+dfsg1-2] (no packageset) | 20:49 | |
-queuebot:#ubuntu-release- New binary: slepc [arm64] (zesty-proposed/universe) [3.7.3+dfsg1-2] (no packageset) | 20:50 | |
xnox | so everything is a valid candidate, including vtk6 & openmpi (et.al) yet it still does not migrate. | 20:57 |
xnox | i guess it needs perl too? | 20:57 |
pitti | xnox: http://people.canonical.com/~ubuntu-archive/proposed-migration/update_output.txt has a lot in "trying: openmpi", some package there which still needs migratino? | 20:57 |
pitti | I don't see anything perl-ish there | 20:58 |
xnox | well search for "Apparently successful" | 20:58 |
xnox | then SUCCESS (119/106) | 20:58 |
xnox | then the doom of transition where openmpi is tried together with vtk6 and a gazzillion of other packages. | 20:58 |
xnox | there is perl there. | 20:58 |
xnox | Ctrl-F SUCCESS (119/106) | 20:59 |
xnox | Trying easy from autohinter. | 20:59 |
xnox | as if there is some kind of other transition needed. | 20:59 |
-queuebot:#ubuntu-release- New binary: slepc [ppc64el] (zesty-proposed/universe) [3.7.3+dfsg1-2] (no packageset) | 21:05 | |
slangasek | xnox: I don't see anything in the output of the openmpi 'easy' hint pointing to perl, do you see a specific package? I do see gdal becoming uninstallable, which has a lot of revdeps (and libgdal-perl is tied to the perl transition); we might break libgdal-perl to let openmpi in, then let it catch back up with perl | 21:20 |
slangasek | sorry, the first part of that message was rendered false by the time I wrote the second part ;) | 21:20 |
slangasek | so, it's armadillo + perl that entangles here via gdal | 21:22 |
slangasek | force added for gdal, to clear the brush | 21:24 |
LocutusOfBorg | armadillo should be good now | 21:53 |
LocutusOfBorg | mea culpa, I was waiting for openmpi to start it | 21:53 |
LocutusOfBorg | didn't see gdal coming | 21:53 |
-queuebot:#ubuntu-release- Unapproved: accepted ubuntu-image [source] (xenial-proposed) [0.10+16.04ubuntu1] | 21:57 | |
-queuebot:#ubuntu-release- Unapproved: accepted ubuntu-image [source] (yakkety-proposed) [0.10+16.10ubuntu1] | 21:59 | |
LocutusOfBorg | please accept slepc from new queue | 22:00 |
-queuebot:#ubuntu-release- New: accepted golang-github-hlandau-goutils [sync] (zesty-proposed) [0.0~git20160722.0.0cdb66a-1] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted haskell-finite-field [arm64] (zesty-proposed) [0.8.0-1] | 22:02 | |
LocutusOfBorg | or maybe just wait for openmpi to land, I parsed from britney some "dolfin uninstallable issue" and slepc might be the reason | 22:02 |
-queuebot:#ubuntu-release- New: accepted haskell-finite-field [i386] (zesty-proposed) [0.8.0-1] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted haskell-servant-client [amd64] (zesty-proposed) [0.7.1-1] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted haskell-servant-client [armhf] (zesty-proposed) [0.7.1-1] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted haskell-servant-client [powerpc] (zesty-proposed) [0.7.1-1] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted haskell-finite-field [amd64] (zesty-proposed) [0.8.0-1] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted haskell-finite-field [s390x] (zesty-proposed) [0.8.0-1] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted haskell-servant-client [i386] (zesty-proposed) [0.7.1-1] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted haskell-finite-field [armhf] (zesty-proposed) [0.8.0-1] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted haskell-servant-client [arm64] (zesty-proposed) [0.7.1-1] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted haskell-finite-field [powerpc] (zesty-proposed) [0.8.0-1] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted haskell-servant-client [ppc64el] (zesty-proposed) [0.7.1-1] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted slepc [amd64] (zesty-proposed) [3.7.3+dfsg1-2] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted slepc [armhf] (zesty-proposed) [3.7.3+dfsg1-2] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted slepc [powerpc] (zesty-proposed) [3.7.3+dfsg1-2] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted slepc [s390x] (zesty-proposed) [3.7.3+dfsg1-2] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted haskell-finite-field [ppc64el] (zesty-proposed) [0.8.0-1] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted slepc [arm64] (zesty-proposed) [3.7.3+dfsg1-2] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted slepc [ppc64el] (zesty-proposed) [3.7.3+dfsg1-2] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted haskell-servant-client [s390x] (zesty-proposed) [0.7.1-1] | 22:02 | |
-queuebot:#ubuntu-release- New: accepted slepc [i386] (zesty-proposed) [3.7.3+dfsg1-2] | 22:02 | |
LocutusOfBorg | ta | 22:03 |
-queuebot:#ubuntu-release- New binary: golang-github-hlandau-goutils [amd64] (zesty-proposed/none) [0.0~git20160722.0.0cdb66a-1] (no packageset) | 22:05 | |
-queuebot:#ubuntu-release- New: accepted haskell-scanner [armhf] (zesty-proposed) [0.2-1] | 22:06 | |
-queuebot:#ubuntu-release- New: accepted haskell-safe-exceptions [amd64] (zesty-proposed) [0.1.4.0-1] | 22:06 | |
-queuebot:#ubuntu-release- New: accepted haskell-safe-exceptions [i386] (zesty-proposed) [0.1.4.0-1] | 22:06 | |
-queuebot:#ubuntu-release- New: accepted haskell-scanner [amd64] (zesty-proposed) [0.2-1] | 22:06 | |
-queuebot:#ubuntu-release- New: accepted haskell-scanner [i386] (zesty-proposed) [0.2-1] | 22:06 | |
-queuebot:#ubuntu-release- New: accepted haskell-scanner [ppc64el] (zesty-proposed) [0.2-1] | 22:06 | |
-queuebot:#ubuntu-release- New: accepted haskell-safe-exceptions [armhf] (zesty-proposed) [0.1.4.0-1] | 22:06 | |
-queuebot:#ubuntu-release- New: accepted haskell-scanner [arm64] (zesty-proposed) [0.2-1] | 22:06 | |
-queuebot:#ubuntu-release- New: accepted haskell-scanner [s390x] (zesty-proposed) [0.2-1] | 22:06 | |
-queuebot:#ubuntu-release- New: accepted haskell-safe-exceptions [powerpc] (zesty-proposed) [0.1.4.0-1] | 22:06 | |
-queuebot:#ubuntu-release- New: accepted haskell-scanner [powerpc] (zesty-proposed) [0.2-1] | 22:06 | |
LocutusOfBorg | golang should make acmetool buildable | 22:07 |
-queuebot:#ubuntu-release- New: accepted haskell-deriving-compat [amd64] (zesty-proposed) [0.2-1] | 22:08 | |
-queuebot:#ubuntu-release- New: accepted haskell-deriving-compat [armhf] (zesty-proposed) [0.2-1] | 22:08 | |
-queuebot:#ubuntu-release- New: accepted haskell-deriving-compat [powerpc] (zesty-proposed) [0.2-1] | 22:08 | |
-queuebot:#ubuntu-release- New: accepted haskell-deriving-compat [s390x] (zesty-proposed) [0.2-1] | 22:08 | |
-queuebot:#ubuntu-release- New: accepted haskell-raaz [arm64] (zesty-proposed) [0.0.2-1] | 22:08 | |
-queuebot:#ubuntu-release- New: accepted haskell-raaz [i386] (zesty-proposed) [0.0.2-1] | 22:08 | |
-queuebot:#ubuntu-release- New: accepted haskell-raaz [ppc64el] (zesty-proposed) [0.0.2-1] | 22:08 | |
-queuebot:#ubuntu-release- New: accepted haskell-deriving-compat [arm64] (zesty-proposed) [0.2-1] | 22:08 | |
-queuebot:#ubuntu-release- New: accepted haskell-deriving-compat [ppc64el] (zesty-proposed) [0.2-1] | 22:08 | |
-queuebot:#ubuntu-release- New: accepted haskell-raaz [armhf] (zesty-proposed) [0.0.2-1] | 22:08 | |
-queuebot:#ubuntu-release- New: accepted haskell-raaz [s390x] (zesty-proposed) [0.0.2-1] | 22:08 | |
-queuebot:#ubuntu-release- New: accepted haskell-deriving-compat [i386] (zesty-proposed) [0.2-1] | 22:08 | |
-queuebot:#ubuntu-release- New: accepted haskell-raaz [powerpc] (zesty-proposed) [0.0.2-1] | 22:08 | |
-queuebot:#ubuntu-release- New: accepted haskell-raaz [amd64] (zesty-proposed) [0.0.2-1] | 22:08 | |
-queuebot:#ubuntu-release- New: accepted haskell-binary-parsers [amd64] (zesty-proposed) [0.2.3.0-1] | 22:09 | |
-queuebot:#ubuntu-release- New: accepted haskell-binary-parsers [armhf] (zesty-proposed) [0.2.3.0-1] | 22:09 | |
-queuebot:#ubuntu-release- New: accepted haskell-binary-parsers [powerpc] (zesty-proposed) [0.2.3.0-1] | 22:09 | |
-queuebot:#ubuntu-release- New: accepted haskell-binary-parsers [s390x] (zesty-proposed) [0.2.3.0-1] | 22:09 | |
-queuebot:#ubuntu-release- New: accepted haskell-binary-parsers [arm64] (zesty-proposed) [0.2.3.0-1] | 22:09 | |
-queuebot:#ubuntu-release- New: accepted haskell-binary-parsers [ppc64el] (zesty-proposed) [0.2.3.0-1] | 22:09 | |
-queuebot:#ubuntu-release- New: accepted haskell-binary-parsers [i386] (zesty-proposed) [0.2.3.0-1] | 22:09 | |
-queuebot:#ubuntu-release- New: accepted golang-github-hlandau-goutils [amd64] (zesty-proposed) [0.0~git20160722.0.0cdb66a-1] | 22:10 | |
-queuebot:#ubuntu-release- New sync: golang-github-hlandau-buildinfo (zesty-proposed/primary) [0.0~git20160722.0.b25d4b0-1] | 22:10 | |
-queuebot:#ubuntu-release- New sync: golang-github-hlandau-dexlogconfig (zesty-proposed/primary) [0.0~git20160722.0.055e2e3-1] | 22:10 | |
LocutusOfBorg | that golang stuff is still for acmetool ^^ | 22:11 |
-queuebot:#ubuntu-release- New: accepted golang-github-hlandau-buildinfo [sync] (zesty-proposed) [0.0~git20160722.0.b25d4b0-1] | 22:13 | |
-queuebot:#ubuntu-release- New: accepted golang-github-hlandau-dexlogconfig [sync] (zesty-proposed) [0.0~git20160722.0.055e2e3-1] | 22:13 | |
-queuebot:#ubuntu-release- New binary: gnome-twitch [amd64] (zesty-proposed/universe) [0.3.0-2] (no packageset) | 22:14 | |
-queuebot:#ubuntu-release- New binary: gnome-twitch [i386] (zesty-proposed/universe) [0.3.0-2] (no packageset) | 22:15 | |
-queuebot:#ubuntu-release- New binary: gnome-twitch [arm64] (zesty-proposed/universe) [0.3.0-2] (no packageset) | 22:16 | |
-queuebot:#ubuntu-release- New binary: gnome-twitch [armhf] (zesty-proposed/universe) [0.3.0-2] (no packageset) | 22:16 | |
-queuebot:#ubuntu-release- New binary: gnome-twitch [s390x] (zesty-proposed/universe) [0.3.0-2] (no packageset) | 22:17 | |
-queuebot:#ubuntu-release- New: accepted gnome-twitch [amd64] (zesty-proposed) [0.3.0-2] | 22:18 | |
-queuebot:#ubuntu-release- New: accepted gnome-twitch [armhf] (zesty-proposed) [0.3.0-2] | 22:18 | |
-queuebot:#ubuntu-release- New: accepted gnome-twitch [s390x] (zesty-proposed) [0.3.0-2] | 22:18 | |
-queuebot:#ubuntu-release- New: accepted gnome-twitch [arm64] (zesty-proposed) [0.3.0-2] | 22:18 | |
-queuebot:#ubuntu-release- New: accepted gnome-twitch [i386] (zesty-proposed) [0.3.0-2] | 22:18 | |
-queuebot:#ubuntu-release- New binary: gnome-twitch [ppc64el] (zesty-proposed/universe) [0.3.0-2] (no packageset) | 22:22 | |
-queuebot:#ubuntu-release- Unapproved: tcsh (yakkety-proposed/universe) [6.18.01-5 => 6.18.01-5ubuntu0.1] (no packageset) | 22:38 | |
-queuebot:#ubuntu-release- Unapproved: libnss-ldap (trusty-proposed/main) [264-2.2ubuntu4.14.04.1 => 264-2.2ubuntu4.14.04.2] (ubuntu-server) | 23:08 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!