[00:14] Any news on the farm, channel message notwithstanding? [00:16] AIUI, new kernels are testing on a small subset of hosts. The farm is still disabled until it's rolled out on all [00:16] wgrant would have more details [00:19] caraka: It's still probably a couple of days off, but hard to say. [00:19] woah. Ok thanks. [00:20] that's good to know so I'm not refreshing often. :D === lan3y is now known as Laney === maclin1 is now known as maclin === tolecnal_ is now known as tolecnal [13:07] hi [13:07] any reason I can't push to a git repo I'm owning ? [13:08] what exactly is happening? [13:09] cjwatson: https://pastebin.canonical.com/206956/ [13:09] I could push to ~axino just fine [13:10] axino: That repository is an import from GitHub [13:10] uuuuuuugh [13:10] ok [13:10] can't push to imports [13:11] yea [13:11] h [13:11] not really mentioned in https://code.launchpad.net/~filebeat-charmers/filebeat-charm/+git/filebeat-charm/+ref/master [13:11] damnit I thought we owned this [13:11] It's clear from the repository, but yeah, the ref is unclear. Bug would be welcome [13:11] cjwatson: sure [13:12] (It omits the push instructions, but isn't otherwise very explicit) [13:13] cjwatson: https://bugs.launchpad.net/launchpad/+bug/1741892 [13:13] Launchpad bug 1741892 in Launchpad itself "the fact that a git repo is imported from github is unclear from the ref page" [Undecided,New] [13:13] thanks [13:13] I guess I could add a blurb about the error [13:14] and done [13:14] cjwatson: thanks for your help [13:14] np === smoser1 is now known as smoser [19:21] getting timeout errors trying to post a bug comment [19:22] yeah, i think LP is down, acheronuk [19:23] ok. I'll leave that until later then [19:23] thx [19:23] acheronuk: not because I know it is, just that I'm seeing the same everywhere :) [19:23] can someone turn it off and on again? [19:24] acheronuk: :) [19:35] acheronuk: it's back [19:35] I've changed my mind about my bug comment now! LOL [19:35] acheronuk: lol [19:35] it's like the gmail unsend [20:50] cjwatson, hi, I am getting requests regarding the firefox trunk builds, would it be possible to get these 6 pending builds elevated like the beta ones? https://launchpad.net/~ubuntu-mozilla-daily/+archive/ubuntu/ppa/+builds === mwhudson_ is now known as mwhudson [21:53] any chance the LP builders will be back to general availability tomorrow? or are we looking later in the week? [21:53] acheronuk: i don't think an ETA has been announced yet [22:15] nacc: yeah, I know. I was hoping for a hint ;) [22:15] or a probability [22:16] or just a guess! [22:45] I'm struggling with the API a little bit... I'd like to be able to edit the default branch for a Git repository using the API but I can't quite figure out how I would go about doing that... [22:45] Are there any similar examples I could go off of? [22:47] tsimonq2: do you have a repo object? [22:48] tsimonq2: https://git.launchpad.net/usd-importer/tree/gitubuntu/importer.py#n407 [22:48] nacc: No, but I think I can get there using that bit of code [22:48] nacc: Thanks! [22:50] tsimonq2: the bit above that should show you how to get the repo_path https://git.launchpad.net/usd-importer/tree/gitubuntu/importer. [22:50] bah https://git.launchpad.net/usd-importer/tree/gitubuntu/importer.py#n374 [22:50] nacc: Right, that's the part I was struggling with, figuring out that syntax. [22:51] tsimonq2: and you need to be actually auth'd to change the default branch, as well (not anonymous) iirc [22:51] Right [22:56] nacc: Hrm: AttributeError: object has no attribute 'getByPath' [22:58] repo_path = "~tsimonq2/ubuntu-seeds/+git/lubuntu" [23:05] that method is on an individual repository, not on the collection of all repositories [23:06] repo = lp.load(repo_path); repo.default_branch = 'refs/heads/foo'; repo.lp_save() [23:06] something like that [23:06] oh, sorry, the other getByPath! [23:06] tsimonq2: so you're probably just not setting the API version to 'devel' [23:07] the default version is 1.0, which doesn't expose the git stuff [23:07] Ohh, that would make sense. [23:07] Trying... [23:07] \o/ [23:07] (I was thinking of getRefByPath above) [23:08] Nice one, thanks again cjwatson [23:08] np