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