=== chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === chihchun_afk is now known as chihchun [07:57] Hello,! Is there any more documentation on git/launchpad integration, other than: https://help.launchpad.net/Code/Git ? [07:57] I'm trying to create a project that's git-based, I even created a team that's driving/maintaining the project, but I can't create repos for that project. That is, every repo I create is linked to my user, not to the team. [07:58] so I have ~mariosplivalo/myprojectname/+git/repo, instead of ~myprojectteam/myprojectname/+git/repo [08:00] Mmike: How are you creating the repos? [08:00] Normally you push to an explicit URL [08:01] wgrant, oh, so I can't create repo from the launchpad web-ui? [08:01] Mmike: You can request an import from an external repository through the web UI. But to create a hosted repo you just push to it. [08:02] It will automatically create it under the project if it doesn't already exist. [08:02] a-ha! Provided that I'm, of course, owner/member of the project [08:02] * Mmike tries [08:03] Mmike: If a project's code is public, anyone can create their own repo under lp:~user/project [08:03] But to create lp:project you need to be the project's maintainer. [08:04] wgrant, so, I just do 'git init' locally, add stuff in the repo, create/configure origin locally (that points to lp:project), and push ? [08:04] Mmike: Exactly. [08:04] Mmike: Also, it's common to have something like this in ~/.gitconfig: [08:04] [url "ssh://wgrant@git.launchpad.net/"] [08:04] insteadOf = lp: [08:05] So you can just say "git add remote origin lp:PROJECT" [08:05] And "git clone lp:~USER/PROJECT" [08:05] etc [08:05] er s/add remote/remote add/ === chihchun is now known as chihchun_afk === JanC is now known as Guest66311 === JanC_ is now known as JanC [16:29] is it possible to see from a LP build recipe for a snap from a git repo what hash was used to build the snap (by revision)? [16:29] nacc: it's shown on the snap build page [16:29] even if just as the snap owner (so i can write up a changelog of what was just promoted to stable) [16:29] cjwatson: excellent! [16:29] cjwatson: thanks [16:29] nacc: also snap_build.revision_id on the webservice [16:30] cjwatson: this page? https://code.launchpad.net/~nacc/+snap/git-ubuntu ? [16:30] nacc: no, on each individual build [16:30] ah i see it [16:30] linked from there [16:30] cjwatson: thanks! [16:30] np [16:36] cjwatson: given that i can only see the last handful of builds on the web UI; is there a way to walk backwards from a snap revision (e.g., https://dashboard.snapcraft.io/dev/snaps/7620/rev/231/) to the build job that led to its upload (and thus its hash)? [16:36] cjwatson: sorry for the bother, if you're busy, i can figure it out :) [16:36] nacc: only using the API I'm afraid. I think there's store_upload_url or some such on each build [16:36] or indeed store_upload_revision or some such [16:37] you'd have to just iterate over builds until you find a match [16:48] cjwatson: thanks, i'll dig into it [17:29] an issue with ppa uploads at the moment? [17:32] acheronuk: details please [17:32] hmm. seems to be self resolving now. Our CI was getting muiliple "Unable to connect to SSH host ppa.launchpad.net; EOF during negotiation" [17:34] acheronuk: nagios didn't report any problems at our end [17:34] acheronuk: it could have been something on the network path between you and us [17:34] that is what I'm thinking now, yes [17:35] murphy's law dictates, as soon as I ask in here, the problem vanishes! [18:17] cjwatson: I'm having trouble commenting on bug 1708494 - it keeps timing out on me. [18:17] bug 1708494 in ppc64-diag (Ubuntu Zesty) "Update Package request for ppc64-diag" [High,Triaged] https://launchpad.net/bugs/1708494 [18:25] bdmurray, cjwatson same here, I can't comment on anything [18:28] kyrofa: Weird, I can comment on other bugs. [18:28] bdmurray, weird indeed. I've tried two now [18:28] Oh and the original one now. [18:28] i got a timeout about ~1 minute ago [18:28] and now it works [18:29] * kyrofa tries again [18:29] so i assume transient issue [18:29] Yep, working again [18:29] Maybe a worker needed to be killed [18:29] * nacc mourns the worker, but moves on [20:10] bdmurray: (unfortunately) standard problem - some internal bit of postgresql takes a lock for ~10mins and stops us creating temporary tables in the middle of bug triggers [20:10] cjwatson: ack, thanks for the info [20:26] cjwatson, trying to spin up snap builders, getting a timeout. Oops ID 7ca7f23762746fc1fcb5d8ed5a71802b [20:27] lgw01 looks poorly again [20:28] sorry I'm finished [20:28] it's 9:30pm [21:18] Anyone else here who can bring snap builders back to life? [21:19] I've been getting timeouts for about an hour [22:41] I guess no release for me today :( [23:14] kyrofa: try now? [23:14] (timeouts aren't a builder question, but you may find the database a bit happier now) [23:42] lgw01 should be coming back up now too [23:43] (it was un-usefully trying to sync precise images and failing due to a firewall rule)