[00:20] PPA downloads seem to be taking a long time - anyone else? [00:24] noone else has reported anything [00:28] * timrc scans up [00:28] timrc: no need, someone else with the issue duplicated was around [00:36] lifeless, aye, read the bug and scrollback anyway :) [00:37] ok, must have been just me. :) [04:02] is it possible to make a bzr branch for myself to hold my packaging templates? [04:02] i.e. to hold the contents of a debian/ template folder which I *always* use (and update semi often) [04:02] if so, how can i create said branch? [04:04] not sure what you mean [04:05] basically [04:05] can i create a bzr branch that only I have access to that isnt linked to any projects [04:06] if so, how? [04:06] push it to lp:~/+junk/my-packaging-template [04:06] StevenK, i like your +personal idea :) [04:07] can i have sub branches, say... [04:08] lp:~/+junk/packaging-templates/t# [04:08] (where # is 1 - 3) [04:08] oh wait nevermind [04:08] those would be subdirs, no? [04:08] no, but you can call it template-3 [04:08] ok [04:08] or you could put it in lp:~evil/ubuntu/gnucash/packaging-template [04:08] if it does apply to one particular package [04:09] but it's just personally yours [07:14] how can I delete (or de-registrer) a branch? [07:15] click on the delete icon in the top right of its page [07:16] * BertVoegele feels stupid for not seeing this [07:17] lifeless : thanks [07:17] no probs [07:32] On importing code from code.google.com into lp I get :"bzrlib.errors.NoSuchRevision: CHKInventoryRepository" - is this a general issue (like #878085) or just me using a wrong URL as source? [07:50] BertVoegele, i imagine that is bug 878085 [07:50] Launchpad bug 878085 in Launchpad itself "NoSuchRevision error during git import" [High,Triaged] https://launchpad.net/bugs/878085 [07:50] not a bad url [07:52] can the code be pushed manually and then linked with the original repo later? === jussio1 is now known as jussi [08:21] BertVoegele... kind of [08:21] an automatic import can't be rebased on to your manual import or snapshot import [08:21] but you could do the latter just for now [08:23] i answered your bug comment [08:45] poolie: thanks for giving a time frame. === bigjools changed the topic of #launchpad to: https://launchpad.net/ | Help contact: bigjools | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad === Noldorin__ is now known as Noldorin [12:01] I'm afraid I screwed up on the lp:/ubuntu/gizmod repo [12:02] I need a bit of help [12:06] mok0: wassup? [12:07] bigjools: I commited to the branch, and I am not sure it should be done like that [12:07] bigjools: link https://code.launchpad.net/~ubuntu-branches/ubuntu/precise/gizmod/precise [12:08] bigjools: I wanted to fix the package and upload to my ppa [12:08] mok0: if you are concerned it's the wrong thing then you can just commit a new revision that reverses your change [12:09] bigjools: ok... but can you explain how it works? It seems the repo is filled automatically from the source package [12:09] yes, there's an importer daemon [12:10] it grabs new uploads and creates branch revisions [12:10] bigjools: that's what I thought... can you tell me why there isn't any series file in debian/patch? [12:11] that's beyond my foo [12:11] bigjools: heh [12:11] bigjools: I'll revert it to r7 then [12:11] panic over! [12:12] bigjools: I suppose I can just branch -r7 and push it [12:12] I would do a reverse merge [12:12] bigjools: so bzr merge -r7 ? [12:13] removing revisions could be dangerous [12:13] bzr merge -r8..7 [12:13] bigjools: hm, never tried that before :-) [12:14] bzr is clever [12:14] someone actually wanted their LP project deleted as they preferred svn somewhere else.... [12:16] mok0: some people use the packaging branches also as a staging area for fixes which should be uploaded but don't warrant an upload on itself [12:16] geser: Ah, I see [12:17] so don't worry too much if the packaging branch doesn't match the package source [12:17] geser: ... and once the package is uploaded, the daemon commits the final version? [12:18] geser: I guess I was worried for no big reason [12:19] you can also mark (tag) the revision you uploaded (see the UDD documentation) and ideally the importer should notice that the branch and the uploaded package are identical (else it creates a MP for that branch) === dpm is now known as dpm-lunch [12:21] mok0: http://developer.ubuntu.com/packaging/html/udd-uploading.html [12:22] * mok0 looks === gmb is now known as graham === graham is now known as Guest12702 === Guest12702 is now known as gmb [14:23] Hi [14:25] a new guy in my PPA team did a small mistake.. he uploaded a package in lucid.. but the package was for oneiric. If I delete the package (versionned 1.3.0).. will I be able to upload the old package to get things working again, which is version 1.2.5? [14:28] aboudreault__: IIRC that works [14:28] bigjools, ok, will rework the package and try to reupload. === yofel_ is now known as yofel === aboudreault__ is now known as aboudreault [14:52] hi... excuse the stupid question, but can anyone else not get on launchpad? [14:52] every "is it down or is it just me" service tells me it's just me, but i have no idea what would cause it... [15:09] rotw: up from here [15:16] shit [15:16] *.ubuntu.com seems to be blocked [15:16] i can get past it with a proxy... === dpm-lunch is now known as dpm [15:22] damn student halls internet >.> === Quintasan_ is now known as Quintasan === matsubara is now known as matsubara-afk [19:41] hi everyone, I got a problem with setting up tarmac: http://paste.ubuntu.com/731290/ === davidcalle_ is now known as davidcalle === wallyworld___ is now known as wallyworld [23:23] is there a way to configure a branch for a project to mirror one-time another bzr branch? [23:37] EvilResistance: no, but you can do that yourself very easily. bzr push -d lp:... [23:38] thanks. [23:38] another question. [23:38] (untested - if it doesn't work, branch it locally then push it up) [23:38] if the code for a project (i.e. the project itself's code) is on github... [23:38] can bzr/launchpad daily-mirror the code into the bzr branch? [23:38] yes, thats a code import [23:39] https://help.launchpad.net/Code/Imports