[01:49] hello, is launchpad down ? [02:01] Hello, launchpad is down ? [02:01] oh, it worked now [02:17] AnAnt: Yes now work [05:23] "surfzoid: my *guess* is that..." <- you are right, there isn't another way to customise the vm? [05:23] like a script === iomari891 is now known as isomari [18:12] surfzoid: you could probably configure your ppa or recipe or whatever to only build packages for the architectures that the other guy has provided? [19:52] Good morning o/ I'm trying to figure out something weird I'm seeing back from the API. https://gist.github.com/jayofdoom/918602acb03b15d13e8f5b3996e4b587 It looks like regardless of the query, I'm getting back what almost looks like the string representation of an object in python? [19:56] I suspect there's a nonzero chance I'm doing something wrong or there's something strange going on, too [19:59] curl 'https://api.launchpad.net/1.0/ironic?project_name=ironic&ws.op=searchTasks&ws.size=100&status=New' appears to be working; I'll go from here and figure it out [20:23] JayF: 'https://api.launchpad.net/1.0/bugs&project_name=ironic' in your gist is a typo for 'https://api.launchpad.net/1.0/bugs?project_name=ironic'. '&' doesn't introduce a query string in a URL, it only separates parameters in the query string [20:24] yeah, I realized that after the fact. And the original bug I was troubleshooting was an eventlet hang in the bug dashboard (not your api's fault) [20:24] so I've been barking up the wrong tree for a while :) [20:24] thank you [20:24] np