/srv/irclogs.ubuntu.com/2014/09/23/#ubuntu-devel.txt

=== _salem is now known as salem_
hallynstgraber: practical question .  to migrate a kvm vm from old release to newer release, we need the old rom's (like pxe-virtio) on the new releases.  But the new releases have updated versions of the roms.  Is there a good way to support this?  i can't ship binary roms, and the old roms may not build on the new releases...00:13
hallyni may be making this up, maybe it's not an issue excpet in my current broken case, but i'm not sure00:14
stgraberhallyn: I'm having a hard time understanding why the VM would need the old ROM00:16
=== salem_ is now known as _salem
hallynstgraber: bc at the destination qemu you have to start qemu with that romfile loaded00:32
hallynstgraber: so for instance if a precise kvm has a virtio nic, and you want to migrate that to a trusty host,00:32
hallyn(for which you have to use my ppa right now,) you have to use:00:33
hallynsudo qemu-system-x86_64 -enable-kvm -drive file=/mnt/mini.iso,if=virtio,cache=none -m 256M -cdrom /mnt/mini.iso -boot d -vnc :1 -incoming tcp:0.0.0.0:5555  -global virtio-net-pci.romfile=pxe-virtio.rom.12.04 -net nic,model=virtio -net tap,ifname=tap0,script=no,downscript=no -M pc-1.0-qemu-kvm00:33
hallynthe "-global virtio-net-pci.romfile=pxe-virtio.rom.12.04" argument tells kvm to load the old romfile.  if you let it load the new rom, thenmigratoin fails00:33
hallynbut i don't know how to sanely ship that romfile.  i have little faith that we can actually build a new one in trusty let alone 16.0400:34
hallynanyway i've also asked the question of rharper.  i'll let this sit for a day while we think of alternatives.  mayb ei'm being silly.00:34
=== infinity changed the topic of #ubuntu-devel to: Archive: Final Beta Freeze | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> trusty | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots:
stgraberhallyn: sounds like a qemu bug to me... bios roms are loaded in memory, so if the VM was actively using the extension, it'd be in memory and so, not a problem. Otherwise, it's just a path to something it needs to read at boot time, so it should be perfectly fine to point it to whatever's current on that box...00:39
hallynstgraber: i think it's just complaining about the file size.  which makes me wonder whether i could just create a file of the right size with all zeros00:40
stgraberhallyn: :)00:42
=== _salem is now known as salem_
hallynstgraber: lol - it works!00:48
hallynwell it hangs at 'detect network hardware' but it did that before too.  (this all feels very flaky)00:48
=== salem_ is now known as _salem
pittiGood morning04:17
dholbachgood morning06:57
dupondjethe ubuntu mozilla team seems sleeping? :D07:33
=== dholbach_ is now known as dholbach
chrisccoulsondupondje, not so much sleeping, but dead07:59
nrangelike to build ubuntu core for arm device, Could any body provide me link for the same.09:00
pittimvo: hey Michael, wie gehts?09:03
mvopitti: not too bad, thanks. how are you?09:03
pittimvo: great, thanks! you don't happen to have an idea about https://jenkins.qa.ubuntu.com/job/utopic-adt-unattended-upgrades/ARCH=amd64,label=adt/31/console ?09:03
pittimvo: the test works fine on i386, but fails on amd64 (severeal times)09:03
pittiinitially I thought it was something in binNEW or so, but that doesn't seem to be the case09:03
mvopitti: let me investigate and see if I can reprouce it09:06
pittimvo: it works fine for me locally09:06
pittimvo: nevermind for now, I just wanted to know if you already happened to know about it09:07
pittibefore I start digging09:07
mvopitti: thanks, its probably transient, as it will look at the build-hosts sources.list (which is a bug in itself)09:08
pittimvo: seems to be a little more than that, though; look at the history at https://jenkins.qa.ubuntu.com/job/utopic-adt-unattended-upgrades/09:08
mvopitti: indeed :/09:09
pittimvo: oh, perhaps this is fallout from the new proxy settings; but why would that affect only one arch09:09
pittianyway, I'll poke this09:09
mvopitti: hm, I wonder if I overlooked a mail here?09:09
mvopitti: would jenkins have mailed me about the failure?09:09
pittihm, seems it didn't in this caes09:10
pitticase09:10
mvobecause the failure affects only a single architecture?09:10
pittisheesh, and now it succeeded09:10
mvohaha09:10
mvoschrödingers cat09:10
pittimvo: sorry for the noise then; I retried 5 times in the past days and it kept failing..09:10
mvono worries, I really need to fix it to use proper fixtures data instead :/09:11
pittimvo: yet another instance of "the problem disappears/becomes clear to me as soon as I ask someone"09:11
mvo:)09:13
=== dholbach_ is now known as dholbach
=== Spads_ is now known as Spads
seb128jibel, hey, just curious but why do you tag fix released bugs?09:28
jibelseb128, they are not fixed on #109:28
jibel14.09 #109:28
seb128jibel, we are on #56, most of the bugs are not fixed on #1 ;-)09:28
jibelseb128, 14.09-proposed is #56 but 14.09 is #109:29
seb128oh ok09:29
seb128the tag names are confusing then09:29
seb128is that a way to say "needs-fixing-in-stable"?09:29
nrangeI trying to get ubuntu-core source code ,09:30
nrangewhere do I get ubuntu-core source code & cross compilation link for ARM.09:30
ogra_nrange, from archive.ubuntu.com ... it is in source packages09:32
=== zbenjamin_ is now known as zbenjamin
ogra_nrange, ubuntu-core itself is assmebled from the corresponding binary packages09:32
cjwatsonmdeslaur: nginx> no problem, thanks09:48
nrangeogra_ :Is it possible to get ubuntu-core source code through apt-get command?09:50
ogra_you need the list of packages09:50
ogra_then you can apt-get source the packages09:50
rbasakmdeslaur: speaking of nginx, looks like it's failed dep8.09:51
rbasak(so stuck in -proposed)09:51
rbasakI don't think these dep8 tests have ever been in Ubuntu. Debian rewrote the one I submitted.09:51
rbasakIs there a tool that will let me easily download the already-built binaries from the archive corresponding to a given source package and architecture?10:17
rbasakI know I can fetch them by hand from Launchpad.10:18
rbasak(and I'll provide the version, of course)10:18
rbasakI just set off a local build to reproduce a dep8 issue in utopic-proposed, and realised that's a bit pointless since I can fetch the archive binaries.10:19
rbasakExcept that it's tedious.10:19
=== dholbach_ is now known as dholbach
rbasakmdeslaur, pitti, jibel: I can't reproduce nginx dep8 failure in utopic-proposed locally. The logs look about the same, and it passes for me.10:42
rbasakThe Jenkins result appears to be a 404, which seems a bit odd. That suggests to me some issue in the test rather than the environment, but I don't see anything obvious.10:42
nrangeogra_ :  gone through (https://wiki.ubuntu.com/ARM/RootStock) doc, could u provide link for to get ubuntu-core package list.10:47
ogra_nrange, rootstock is dead since several years, dont use it10:48
ogra_nrange, look at the manifest file at http://cdimage.ubuntu.com/ubuntu-core/daily/current/10:49
dholbachsalut seb128, is bug 1352142 something that happyaron or FJKong could ACK and we could get uploaded?10:57
ubottubug 1352142 in ubuntu-touch-meta (Ubuntu) "Doesn't load Japanese font on Ubuntu Touch" [Medium,In progress] https://launchpad.net/bugs/135214210:57
ogra_ugh, another font ?10:57
ogra_we're just ripping them out like crazy to get the image size down :/10:58
seb128dholbach, hey, no idea what are the ffe/release rules for touch11:02
seb128dholbach, try asking on #ubuntu-ci-eng I guess11:02
Laneywhy are you asking the chinese guys about a japanese font? :P11:04
seb128because japanese looks chinese to him? ;-)11:05
pittirbasak: one possible issue could be that in the DC tests run wiht a proxy11:10
pittirbasak: is this test hitting the network?11:10
dholbachLaney, I think they're both in touch a lot with others who look into CJK issues, so they might know where to look up which fonts are recommended11:12
dholbachLaney, something I don't know anything about11:12
=== MacSlow is now known as MacSlow|lunch
Laneywas just doing some minor tuesday trolling, sorry11:13
rbasakpitti: aha.11:13
rbasakpitti: no, but it is hitting 127.0.0.1.11:13
Laneythere's some feedback from a Japanese guy in there so I'd think it's okay depending on the touch guys11:13
rbasakpitti: and that 404s. So presumably that request is going to a proxy, which 404s on its _own_ 127.0.0.1?11:13
infinityIf the test rig's proxy proxies for localhost, that pretty much breaks any attempt to test any http daemon.11:15
rbasakpitti: can you add a no_proxy environment?11:15
infinitySeems like a bug. :P11:15
dholbachseb128, I just looked at the MP - looks like it affects desktop as well11:16
rbasakEither that or the test needs to specifically unset http_proxy.11:16
rbasakI'm not sure it even makes sense to set that in the test environment.11:16
rbasakA transparent proxy might work better here (as evil as they are).11:17
=== _salem is now known as salem_
rbasakmdeslaur, pitti, jibel: filed bug 1372903. As the test passes locally from the built binaries in utopic-proposed, do you want to override the test failure for now?12:20
ubottubug 1372903 in autopkgtest (Ubuntu) "Ubuntu dep8 CI environment sets http_proxy causing http://127.0.0.1 to fail" [Undecided,New] https://launchpad.net/bugs/137290312:20
pittirbasak: re (sorry, was out for a bit)12:23
pittirbasak: we do set that: http_proxy=http://squid.internal:3128 https_proxy=http://squid.internal:3128 no_proxy=localhost,ubuntu.com,launchpad.net12:24
pittirbasak: ah, we might need to add 127.0.0.1 to no_proxy, not just "localhost"?12:25
rbasakpitti: that might be it.12:25
mdeslauryes, the autopkgtest in debian went from localhost to 127.0.0.112:25
rbasakMaybe 127.0.1.1 as well?12:25
rbasakI still think there's a bigger issue here though (hence the bug).12:26
pittirbasak: ok, trying that; the machines are a bit busy ATM, so that'll take a while12:26
pittimdeslaur: ah, splendid; that would fit pretty well12:26
infinitypitti: It would be a lot more elegant if that was implemented as a transparent proxy outside the VM, rather than exporting http_proxy in the test session.12:26
pittiinfinity: absolutely12:27
rbasakWe're changing behaviour in tests by setting these variables, and depending on what is being tested, this won't necessarily do the right thing.12:27
infinitypitti: A test session having unexpectedly weird environment is... Weird. :)12:27
pittiinfinity: but that's not how our data center does it, so we need to set these stupid vars everywhere :/12:27
rbasakinfinity: I suggest having the test declare that it needs external internet access, and when it does, to require that the test can grok the variables.12:27
pittihopefully we won't have to any more in bootstack12:27
infinitypitti: Hrm?  I'm not sure how the DC factors into this.  Your VMs can have transparent proxies on the host that forward to the DC proxies.12:28
rbasakA transparent proxy is still not great. It does cause client issues in some cases.12:28
rbasakI'd rather push responsibility to the test.12:28
rbasak(and use non-transparent caches)12:28
infinityrbasak: Well, 99% of tests should never be trying to hit the outside world anyway.12:28
pittiinfinity: ok, if that's possible I'm happy to send an RT about that12:28
pittiright, there's only a handful which need that12:29
rbasakRight, so do we need transparent caches on the ones that do?12:29
pittiwe only added the proxy vars a few weeks ago for two tests which want it12:29
rbasakMake them explicit in that case.12:29
rbasak(my bug outlines a proposed spec)12:29
cjwatsonthe problem is tests that shouldn't hit the outside world but accidentally do.12:29
infinityBut trying to hit the local host should be very common, and trying to be clever and guess what that is (or doing a blanket exclude of 127.0.0.0/8) is kludgy.12:29
cjwatsonfor example any of the gazillion things that will sometimes call out to fetch dependencies (maven, pip, etc.)12:30
rbasakYeah, so by default: no inteference, and no access to the outside world.12:30
cjwatsonoh right yeah12:30
rbasakIf the test wants access, then it could declare a restriction, and then it would get access, but is required to grok http_access etc.12:30
rbasakhttp_proxy12:30
infinityYeah, that's also workable.12:30
infinityI do like the idea of no non-lo network by default.12:31
infinityTo catch people accidentally doing it rather than intentionally.12:31
rbasakYeah, and also easier to analyse12:31
rbasak(to track packages down that are doing it but don't really need it)12:31
infinitypitti: So maybe that's the better solution.12:31
infinitypitti: Make those few tests actually declare that they need external access instead of granting it to everyone.12:32
=== MacSlow|lunch is now known as MacSlow
rbasakOf course the catch here is that pitti now has to implement that :)12:32
infinitySounds pretty trivial.12:32
infinityExcept for the addition to the spec.12:32
infinityNo idea how fluid that is.12:33
rbasakThe spec is designed so that restrictions can be added. But a catch is that we're taking away functionality from existing tests.12:33
rbasakBut if the number of affected tests is small, then that shouldn't be a problem.12:33
infinityrbasak: Well, by pitti's admission, those tests only got this functionality very recently. :P12:35
pittifinding and changing the tests is the real work here, not so much juggling the infrastructure12:35
infinityrbasak: So, it's a short-lived thing to take away again.12:35
pittiwell, it also fixed some tests which had failed forevery12:35
pittis/y$/12:35
* rbasak suspects juju might be affected12:35
infinitypitti: I guess no one kept a list of the tests that were fixed by implementing the http_proxy stuff?12:35
rbasakThough that's been around for a while now.12:36
pittibut we also at some point want to move testing to bootstack, then this will hopefully also be obsolete12:36
infinitypitti: Still, I think it's better to be declarative here, rather than assume an external network.12:36
rbasakpitti: even after the move, it'd be nice to not have tests arbitrarily accessing the Internet unless they declare that they need to.12:36
rbasakThat'll help keep things under control.12:36
infinitypitti: Cause that also makes it way easier to diagnose, if you say you need an external network, and my test infra doesn't have one, or doesn't have access to the right hosts, I know what's up more easily.12:36
rbasakToo many packages hitting the Internet == many arbitrary failures.12:36
infinityPlus, yes, reliance on external resources is usually wrong, unless absolutely the only way to test your thing.12:37
infinityThe internet being such a reliable thing and all.12:37
rbasakI had fun with python-websocket (IIRC) having tests that hit a websocket test server on the Internet.12:38
infinityPS: Why am I still awake?12:39
cyphermoxbecause you're not drunk enough yet?12:40
infinityOr at all.12:40
mdeslaurlol12:41
happyarondholbach: hey I think if we do want to have Japanese fonts included, then fonts-takao-pgothic is the one to go12:47
=== salem_ is now known as _salem
pittirbasak: nginx succeeds again12:51
rbasakGreat. Thanks!12:52
mdeslaurthanks pitti, rbasak!12:53
pittirbasak, infinity: I left some thoughts on bug 137290313:01
ubottubug 1372903 in Auto Package Testing "Ubuntu dep8 CI environment sets http_proxy causing http://127.0.0.1 to fail" [Undecided,Fix released] https://launchpad.net/bugs/137290313:01
rbasakpitti: could you "unshare -n" to enforce the restriction for adt-virt-null, etc?13:04
pittirbasak: (1) breaks installing dependencies, (2) needs root13:04
seb128@pilot in13:04
=== udevbot changed the topic of #ubuntu-devel to: Archive: Final Beta Freeze | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> trusty | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: seb128
pittirbasak: we can't cut off the network completely13:04
rbasakpitti: for apt, use a proxy that permits only access to the archive.13:05
pittirbasak: otherwise we could simply start qemu without a network card, etc.13:05
rbasakGood point about root though.13:05
pittiwe need a proper network interface, and then restrict it to the set of deb sources13:05
pitti(there might be many, cf. testing PPAs, etc.)13:05
pittiTBH, I think it's a lot of work for a result which still isn't robust, and for only little gain13:06
pittibut maybe I'm missing something, we might discuss that face to face at some point13:06
pittijust saying that the proxy thing will go away soon, ev is pressuring hard for getting rid of our current machines13:07
pittiand so am I, these are hopelessly overloaded13:07
rbasakOK, no worries.13:07
ev+113:07
pittiah, this also fixes php-guzzle13:07
pittiand I have a gut feeling that it might also fix the python autopkgtests without the workaround of explicitly unsetting the proxy vars13:08
pittirbasak: anyway, if you have an idea about a robust design, I'm happy to be convinced (honestly)13:08
rbasakpitti: thanks. You raise good points. I'll have to think a little and see if I can come up with something that addresses everything.13:09
pittirbasak: let's stick our heads together in DC and add some beer :)13:09
rbasakI won't be in DC.13:10
pittioh, too bad13:10
pittiservers aren't the right kind of devices? :-)13:10
rbasakYeah, something like that!13:11
pittirbasak: thanks so much for pointing out the proxy bug -- this fixed at least two other tests (and presumably there's some more)13:13
rbasakNo problem! You provided the vital clue :)13:13
dholbachhappyaron, if we want this new one, can we drop one we used before?13:17
=== _salem is now known as salem_
dholbachhappyaron, could you comment on the bug and/or MP=13:17
dholbach?13:17
=== alexlist is now known as alexlist`
FJKongdholbach: he is not at front of computer,maybe14:32
dholbachFJKong, do we know who could have a look at the bug or merge proposal and make a decision?14:33
FJKongdholbach: you mean bug: https://launchpad.net/bugs/135214214:34
ubottuLaunchpad bug 1352142 in ubuntu-touch-meta (Ubuntu) "Doesn't load Japanese font on Ubuntu Touch" [Medium,In progress]14:34
dholbachyep14:35
=== dholbach_ is now known as dholbach
=== ycheng is now known as ycheng-afk
=== smow is now known as pfsmorigo
argesChrisTownsend: hey, should i review that unity SRU for trusty...16:01
ChrisTownsendarges: Please16:02
ChrisTownsendarges: Thanks16:02
argesChrisTownsend: looks like you guys have alot of DPI fixes... did somebody get a fancy monitor?  : )16:02
ChrisTownsendarges: lol, well, it's stuff that just needed to be done.16:03
argesChrisTownsend: bug 1349128 is mentioned in the changelog, but it says its already fix released. Do you know what changed there?16:05
ubottubug 1349128 in Unity 7.2 "Ubuntu 14.04 lock screen doesn't accept keyboard input and sends it back to the underlying window (until using indicators)" [Critical,In progress] https://launchpad.net/bugs/134912816:05
bregmaarges, that was a security upload that's now been folded back into upstream16:08
argesbregma: ok, but I see more details in the changelog that looks like additional logic was added over the security update?16:10
argesbregma: ChrisTownsend : also bug 1320071 is this fixed in Utopic?16:11
ubottubug 1320071 in Unity 7.2 "Power buttons do not work when the screen is locked" [Medium,In progress] https://launchpad.net/bugs/132007116:11
smoserkirkland, is http://launchpad.net/bugs/1350810 in correct state ?16:11
ubottuLaunchpad bug 1350810 in byobu (Ubuntu Utopic) "Shift-F2 no longer working in Byobu in Ubuntu 14.10 (utopic) with tmux 1.9" [Critical,Triaged]16:11
smoserit says fix-released for tmux, but not for byobu16:11
kirklandsmoser: ah, yes, it's fix-release;  fix was in tmux16:12
kirklandsmoser: so probably invalid for byobu16:12
bregmaarges, I believe there were additional problems related to 1349128 fixed in trunk that were backported to 14.04 for the non-emergency fix16:12
kirklandsmoser: updated16:12
argesbregma: ok16:13
bdmurraypitti: Could you have a look at RT 1372612?16:13
bdmurraypitti: I mean bug 137261216:13
ubottubug 1372612 in apport (Ubuntu) "apport identifies RTM package as third party ones" [Undecided,New] https://launchpad.net/bugs/137261216:13
bregmaarges, bug 1320071 is definitely fixed in utopic, don't know why ci-train missed changings its status16:16
ubottubug 1320071 in Unity 7.2 "Power buttons do not work when the screen is locked" [Medium,In progress] https://launchpad.net/bugs/132007116:16
argesbregma: ok i assume you'll update that then?16:17
* bregma fixes the status manually16:17
=== zyga is now known as tarman
arabdmurray, hello! could you have a look to this unapproved SRU, please? https://launchpad.net/ubuntu/trusty/+queue?queue_state=1&queue_text=unity-control-center16:22
argesara: i'm planning on getting to it today (its my day)16:23
araarges, sounds great, thanks!16:23
araarges, not really aware of how the sru queue is managed16:24
argesara: check https://wiki.ubuntu.com/StableReleaseUpdates16:24
bdmurrayara: we have a daily rotation of sorts16:24
argessection 4 shows SRU vanguards16:24
Elimin8erIm trying to build a package.. when I use checkinstall everything works great. but I want to build it with the intent of putting it on my ppa.. anyhow when I use bzr builddeb -- -us -uc, I get error at the end, take a look here: http://paste.ubuntu.com/8408128/ .. I just dont get it.. Hopefully someone can give me a pointer or two.. .. I have asked in every other channel I could think of..16:24
arabdmurray, arges: nice! thanks! and sorry for nagging the wrong person :)16:24
argesara: its all good! glad I had this channel up to see the message16:25
bdmurrayara: no problem16:25
arathe sru team is too small... you guys are heroes16:25
bdmurrayara: thanks16:26
mdeslaur@pilot in16:57
=== udevbot changed the topic of #ubuntu-devel to: Archive: Final Beta Freeze | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> trusty | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: mdeslaur, seb128
=== roadmr is now known as roadmr_afk
=== roadmr_afk is now known as roadmr
ChrisTownsendarges: Hey again, any chance you look at unity8-desktop-session to get into trusty-proposed?  It's a pretty simple fix.18:14
argesChrisTownsend: yea its all on my radar18:14
ChrisTownsendarges: Awesome, thanks man!18:14
argestrying to do some kernel debugging ATM... so will context switch into SRU mode in a bit18:14
ChrisTownsendarges: Ok, cool18:15
=== Ursinha is now known as Ursinha-afk
=== roadmr is now known as roadmr_afk
argeshallyn: hey is bug 1038139 fixed in utopic already?18:59
ubottubug 1038139 in haproxy (Ubuntu Utopic) "Missing running check on init script" [High,Confirmed] https://launchpad.net/bugs/103813918:59
=== Ursinha-afk is now known as Ursinha
hallynarges: I pushed that to utopic right before pushing the SRU packages19:04
argeshallyn: ok shall i mark the utopic task fix released (not sure which version has that code in utopic) (also I'm being lazy. : ) )19:05
hallynarges: hm, no, something's not right19:06
hallynarges: d'oh, we're in beta freeze aren't we19:08
hallynarges: so we'll have to wait until that passes19:08
hallynif you don't mind please jsut leave the trusty/precise versions baking in the meantime :)19:08
argeshallyn: yup will do. thanks19:08
hallynthank you19:08
argesChrisTownsend: is bug 1340394 fixed in utopic version?19:23
ubottubug 1340394 in Unity 7.2 "Overlay borders aren't scaled to match monitor DPI scaling" [Medium,In progress] https://launchpad.net/bugs/134039419:23
ChrisTownsendarges: I think so, but lemme check to be sure.19:24
argesChrisTownsend: thanks19:24
argesChrisTownsend: also not really something that matters for this SRU, but do you have a script that continually appends AUTHORS?19:25
ChrisTownsendarges: Yeah, it was released into Utopic around July 11.19:25
argesChrisTownsend: ok marked that fix released then19:25
ChrisTownsendarges: The release script in Unity does muck with AUTHORS.  Is there something wrong?19:26
argesChrisTownsend: well it just seems to be duplicating author names over and over, vs it being a uniq list19:26
ChrisTownsendarges: Hmm...19:27
argesanyway, doesn't matter for the SRU, might just want ot check your script19:29
ChrisTownsendarges: I see 3 new AUTHORS entries and the entries themselves are unique in that the line is indicating the multiple authors are responsible for a commit.19:30
ChrisTownsendarges: Do you see something different?19:31
argesChrisTownsend: no that's fine, I just usually see AUTHORS files with just a list of unique authors rather than commit->AUTHORS line mapping19:32
ChrisTownsendarges: Ok, I see.  Well, I guess Unity really wants to give credit where credit is due:)19:32
argesyep got it19:32
roaksoaxarges: why did the djanog upload get rejected?19:52
argesroaksoax: i explained it in the bug report. there was an extra patch that wasn't explained in the changelog19:52
arges99_fix_test.patch19:52
roaksoaxarges: yeah that seems that it shouldn't be there for sure.. but it wasn't ebing applied either19:54
roaksoaxarges: thanks for noticing, let me upload a new one asap19:54
argesroaksoax: cool. ping me when you do and I'll re-review19:54
sarnoldpitti: hello, are the retracers happy? 1372980 hasn't been handled yet (five hours at the moment) -- and lately things have been running pretty smoothly, this seems anomalous :)20:08
mdeslaur@pilot out20:13
=== udevbot changed the topic of #ubuntu-devel to: Archive: Final Beta Freeze | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> trusty | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: seb128
seb128@pilot out20:17
=== udevbot changed the topic of #ubuntu-devel to: Archive: Final Beta Freeze | Devel of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of lucid -> trusty | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots:
=== roadmr_afk is now known as roadmr
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
=== manjo` is now known as manjo
=== Ursinha is now known as Ursinha-afk
roaksoaxarges: uploaded a new one! thanks20:48
argesroaksoax: this looks better... there is an extra line '+  * debian/patches/20:50
argesin the changelog. but that shouldn't hurt things20:51
roaksoaxarges: awesome! thanks21:05
=== Ursinha-afk is now known as Ursinha
=== salem_ is now known as _salem
=== Ursinha is now known as Ursinha-afk

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