/srv/irclogs.ubuntu.com/2014/08/06/#launchpad.txt

=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
=== Guest33473 is now known as StevenK
meecoderI am trying to file a bug on launchpad but the page just stays the same when I try to submit it. It seems to reload though.12:48
meecoderfixed, sorry12:52
=== mbarnett` is now known as mbarnett
shadeslayeranyone mind looking at OOPS-02466d5a9d4f284cde7c706370504fe5 ?13:57
ubot5https://oops.canonical.com/?oopsid=OOPS-02466d5a9d4f284cde7c706370504fe513:57
shadeslayerhttp://paste.ubuntu.com/7970635/13:57
shadeslayerscript that causes it : http://paste.ubuntu.com/7970636/13:58
wgrantshadeslayer: It's built, so you can't retry it.13:59
shadeslayerso something in the API is borking it ?13:59
shadeslayermaking it think that it's not actually built13:59
wgrantshadeslayer: your script is buggy.14:00
shadeslayerwgrant: oh?14:01
wgrant    for build in source.getBuilds():14:01
wgrant        if build.buildstate != "Failed to build":14:01
wgrant            if args.forcedepwait and build.buildstate != "Dependency wait":14:01
wgrant                continue14:01
wgrantIt'll only skip if it's not "Failed to build", and forcedepwait is set, and it's not "Dependency wait"14:01
shadeslayerah14:02
wgrantI think you mean 'if build.buildstate != "Dependency wait" or args.forcedepwait:'14:02
wgrantOr something like that.14:02
wgrantNot quite.14:02
shadeslayerwell, I think it needs a check to verify if the package has been built14:04
shadeslayerafter the first if14:04
cjwatsonThere's also build.can_be_retried14:04
shadeslayeroh14:04
shadeslayerthat looks perfect14:04
shadeslayeryep, thx14:05
=== BradCrittenden is now known as bac
sithlord48does anyone know the status of support for githubs submodules?18:33
dobeysithlord48: has nothing to do with github. submodules are not supported in bzr-git currently, no matter what git repository the import is from.20:19
sithlord48dobey: yes any idea when bzr-git will support them20:21
dobeyno20:22
sithlord48ok thank you20:24
shadeslayerhah, never probably, I've been waiting for that for about 3 years now I think21:05
shadeslayerif your history ever had git submodules, you're screwed as well21:05
dobeywould be better if git just dropped submodules support because it's a horrible thing to do anyway22:19

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