/srv/irclogs.ubuntu.com/2018/01/08/#launchpad.txt

carakaAny news on the farm, channel message notwithstanding?00:14
hloeungAIUI, new kernels are testing on a small subset of hosts. The farm is still disabled until it's rolled out on all00:16
hloeungwgrant would have more details00:16
wgrantcaraka: It's still probably a couple of days off, but hard to say.00:19
carakawoah. Ok thanks.00:19
carakathat's good to know so I'm not refreshing often.  :D00:20
=== lan3y is now known as Laney
=== maclin1 is now known as maclin
=== tolecnal_ is now known as tolecnal
axinohi13:07
axinoany reason I can't push to a git repo I'm owning ?13:07
cjwatsonwhat exactly is happening?13:08
axinocjwatson: https://pastebin.canonical.com/206956/13:09
axinoI could push to ~axino just fine13:09
cjwatsonaxino: That repository is an import from GitHub13:10
axinouuuuuuugh13:10
axinook13:10
cjwatsoncan't push to imports13:10
axinoyea13:11
axinoh13:11
axinonot really mentioned in https://code.launchpad.net/~filebeat-charmers/filebeat-charm/+git/filebeat-charm/+ref/master13:11
axinodamnit I thought we owned this13:11
cjwatsonIt's clear from the repository, but yeah, the ref is unclear.  Bug would be welcome13:11
axinocjwatson: sure13:11
cjwatson(It omits the push instructions, but isn't otherwise very explicit)13:12
axinocjwatson: https://bugs.launchpad.net/launchpad/+bug/174189213:13
ubot5Launchpad 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
cjwatsonthanks13:13
axinoI guess I could add a blurb about the error13:13
axinoand done13:14
axinocjwatson: thanks for your help13:14
cjwatsonnp13:14
=== smoser1 is now known as smoser
acheronukgetting timeout errors trying to post a bug comment19:21
naccyeah, i think LP is down, acheronuk19:22
acheronukok. I'll leave that until later then19:23
acheronukthx19:23
naccacheronuk: not because I know it is, just that I'm seeing the same everywhere :)19:23
acheronukcan someone turn it off and on again?19:23
naccacheronuk: :)19:24
naccacheronuk: it's back19:35
acheronukI've changed my mind about my bug comment now! LOL19:35
naccacheronuk: lol19:35
naccit's like the gmail unsend19:35
ricotzcjwatson, 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/+builds20:50
=== mwhudson_ is now known as mwhudson
acheronukany chance the LP builders will be back to general availability tomorrow? or are we looking later in the week?21:53
naccacheronuk: i don't think an ETA has been announced yet21:53
acheronuknacc: yeah, I know. I was hoping for a hint ;)22:15
acheronukor a probability22:15
acheronukor just a guess!22:16
tsimonq2I'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
tsimonq2Are there any similar examples I could go off of?22:45
nacctsimonq2: do you have a repo object?22:47
nacctsimonq2: https://git.launchpad.net/usd-importer/tree/gitubuntu/importer.py#n40722:48
tsimonq2nacc: No, but I think I can get there using that bit of code22:48
tsimonq2nacc: Thanks!22:48
nacctsimonq2: the bit above that should show you how to get the repo_path https://git.launchpad.net/usd-importer/tree/gitubuntu/importer.22:50
naccbah https://git.launchpad.net/usd-importer/tree/gitubuntu/importer.py#n37422:50
tsimonq2nacc: Right, that's the part I was struggling with, figuring out that syntax.22:50
nacctsimonq2: and you need to be actually auth'd to change the default branch, as well (not anonymous) iirc22:51
tsimonq2Right22:51
tsimonq2nacc: Hrm: AttributeError: <lazr.restfulclient.resource.Collection object at 0x7f303fc1a198> object has no attribute 'getByPath'22:56
tsimonq2repo_path = "~tsimonq2/ubuntu-seeds/+git/lubuntu"22:58
cjwatsonthat method is on an individual repository, not on the collection of all repositories23:05
cjwatsonrepo = lp.load(repo_path); repo.default_branch = 'refs/heads/foo'; repo.lp_save()23:06
cjwatsonsomething like that23:06
cjwatsonoh, sorry, the other getByPath!23:06
cjwatsontsimonq2: so you're probably just not setting the API version to 'devel'23:06
cjwatsonthe default version is 1.0, which doesn't expose the git stuff23:07
tsimonq2Ohh, that would make sense.23:07
tsimonq2Trying...23:07
tsimonq2\o/23:07
cjwatson(I was thinking of getRefByPath above)23:07
tsimonq2Nice one, thanks again cjwatson23:08
cjwatsonnp23:08

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!