[11:30] Hey, On loggin i'm seeing request for 2FA.. which my account hasn't requested for ~2 years.. I know longer have my 2fa setup.. HALP. [11:33] Daviey: That's an SSO thing; Launchpad doesn't control it. #canonical-sysadmin may be able to help [11:33] cjwatson: Thanks [11:34] There's also https://help.ubuntu.com/community/SSO/FAQs/2FA#No.2C_I.27m_really_locked_out_of_my_account.__What_should_I_do.3F with contact advice [11:36] cjwatson: I didn't know isd was still a think, i'll try that aswell. Thanks [11:36] thing* [11:37] The team hasn't existed in years, but the channel does, mainly for this reason. [11:38] I suspect the 2FA-where-possible flag was turned on for launchpad.net recently. I hadn't realised it wasn't always. [11:40] ah [18:06] does anyone know if its possible to search through source code on projects in launchpad? [18:43] canned: not on launchpard directly. you can maybe use "site:bazaar.launchpad.net" on google or whatever though [21:10] wgrant: how does one import svn tags into launchpad? [21:10] for eg. with git branches you specify branch= at the end of the url [21:11] shaderslayer: git branches are not tags [21:12] dobey: right, just curious how I can import the code at a specific tag in SVN [21:12] shaderslayer: svn branches have a different url (/branches/foo/ vs /trunk/ or somthing like that) [21:12] shaderslayer: i don't think you can import a specific tag, as that would just be a single revision [21:13] I think just svn/tags/TAG might work [21:13] since I can check it out [21:13] yeah if it's a different url, i guess you can [21:13] we shall find out :) [21:15] i don't know why you'd want to import a tag though. moving tags is evil to do :) [21:21] moving tags? [21:21] no, I needed to import the code at the specific tag [21:21] and it works [21:21] so :) [21:21] yeah, i don't see how importing a specific revision would be particularly useful generally [21:22] but yeah, i'd expect it to work as it's just a different url for svn :) [21:22] anyway, time for me to leave. :) [21:46] ok, how does one import a tag from git :P [21:46] tag maybe [21:46] lets try [21:48] append ",branch=refs/tags/foo" I think [21:49] I also think it makes a lot more sense to import the branch that the tag's on, but whatever ... [21:54] cjwatson: apparently tag= works :) [22:22] hm, apparently tag worked for a few things, not all of them :( [22:22] how odd [22:29] cjwatson: do you have access to modify imports en mass [22:29] apparently tag= didn't work :( [22:29] or do I have to go and modify each of them individually [22:37] cjwatson: oh oh, branch=refs/tags doesn't work [22:42] https://code.launchpad.net/~shashlik/shashlik/protobuf seemed to work? [22:43] Ah, not actually the right commit [22:43] cjwatson: correct [22:43] I don't know this well enough right now to go making changes [22:43] cjwatson: okie dokie [22:44] cjwatson: nist-sip was the one that worked [22:44] but then I changed it to branch=refs/tags [22:44] and it broke [22:54] cjwatson: In what case would binaryFileUrls return more than one url? [23:30] bdmurray: I *think* that's theoretical today [23:30] Best to handle it anyway since the internal model allows for it [23:31] cjwatson: okay, thanks. === wgrant_ is now known as Guest53475 === Guest53475 is now known as wgrant__