| === Ursinha is now known as Ursinha-afk | ||
| === Ursinha-afk is now known as Ursinha | ||
| === Guest33473 is now known as StevenK | ||
| 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:48 |
|---|---|---|
| meecoder | fixed, sorry | 12:52 |
| === mbarnett` is now known as mbarnett | ||
| 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:57 |
| shadeslayer | script that causes it : http://paste.ubuntu.com/7970636/ | 13:58 |
| 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 | 13:59 |
| wgrant | shadeslayer: your script is buggy. | 14:00 |
| 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:01 |
| 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:02 |
| 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:04 |
| shadeslayer | yep, thx | 14:05 |
| === BradCrittenden is now known as bac | ||
| sithlord48 | does anyone know the status of support for githubs submodules? | 18:33 |
| 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:19 |
| sithlord48 | dobey: yes any idea when bzr-git will support them | 20:21 |
| dobey | no | 20:22 |
| sithlord48 | ok thank you | 20:24 |
| 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 | 21:05 |
| dobey | would be better if git just dropped submodules support because it's a horrible thing to do anyway | 22:19 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!