UbuntuIRC / 2014 /08 /06 /#launchpad.txt
niansa
Initial commit
4aa5fce
=== Ursinha is now known as Ursinha-afk
=== Ursinha-afk is now known as Ursinha
=== Guest33473 is now known as StevenK
[12:48] <meecoder> I 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:52] <meecoder> fixed, sorry
=== mbarnett` is now known as mbarnett
[13:57] <shadeslayer> anyone mind looking at OOPS-02466d5a9d4f284cde7c706370504fe5 ?
[13:57] <ubot5> https://oops.canonical.com/?oopsid=OOPS-02466d5a9d4f284cde7c706370504fe5
[13:57] <shadeslayer> http://paste.ubuntu.com/7970635/
[13:58] <shadeslayer> script that causes it : http://paste.ubuntu.com/7970636/
[13:59] <wgrant> shadeslayer: It's built, so you can't retry it.
[13:59] <shadeslayer> so something in the API is borking it ?
[13:59] <shadeslayer> making it think that it's not actually built
[14:00] <wgrant> shadeslayer: your script is buggy.
[14:01] <shadeslayer> wgrant: 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> continue
[14:01] <wgrant> It'll only skip if it's not "Failed to build", and forcedepwait is set, and it's not "Dependency wait"
[14:02] <shadeslayer> ah
[14:02] <wgrant> I think you mean 'if build.buildstate != "Dependency wait" or args.forcedepwait:'
[14:02] <wgrant> Or something like that.
[14:02] <wgrant> Not quite.
[14:04] <shadeslayer> well, I think it needs a check to verify if the package has been built
[14:04] <shadeslayer> after the first if
[14:04] <cjwatson> There's also build.can_be_retried
[14:04] <shadeslayer> oh
[14:04] <shadeslayer> that looks perfect
[14:05] <shadeslayer> yep, thx
=== BradCrittenden is now known as bac
[18:33] <sithlord48> does anyone know the status of support for githubs submodules?
[20:19] <dobey> sithlord48: has nothing to do with github. submodules are not supported in bzr-git currently, no matter what git repository the import is from.
[20:21] <sithlord48> dobey: yes any idea when bzr-git will support them
[20:22] <dobey> no
[20:24] <sithlord48> ok thank you
[21:05] <shadeslayer> hah, never probably, I've been waiting for that for about 3 years now I think
[21:05] <shadeslayer> if your history ever had git submodules, you're screwed as well
[22:19] <dobey> would be better if git just dropped submodules support because it's a horrible thing to do anyway