/srv/irclogs.ubuntu.com/2010/05/05/#launchpad.txt

maxbaskhl: Your description of your problem is too vague to assist. Please clarify00:06
maxbA pastebin of exact errors is preferred00:07
askhlmaxb, thank you.  This is stdout and stderr: http://www.student.dtu.dk/~ashj/opendir/out.txt and http://www.student.dtu.dk/~ashj/opendir/err.txt .  It's just a timeout00:22
askhlWait.  Blimey00:22
askhlIt actually ran this time.00:22
askhlWell, problem solved I guess! :)00:22
maxbkeyserver.ubuntu.com can be a bit flaky at times00:23
askhlI must have been unlucky because I tried it a couple of different times, thought maybe there was a wrong link.00:23
askhlThanks for making me rerun the command then :)00:24
askhlmaxb, and apparently you just updated the documentation.  That's even better!00:26
davidstrausskfogel: Is there any way we can accelerate the scheduling of branch scanning for a major, paid project on Launchpad?00:57
kfogeldavidstrauss: that, sir, is a very good question.00:57
kfogeldavidstrauss: Let me forward that question internally and see what happens.00:57
davidstrausskfogel: They're in serious crunch time, and the current delays are not allowing them to work.00:57
kfogeldavidstrauss: do you want to privchat about this?00:58
davidstrausskfogel: sure00:58
shishireWhat's the best way to report a bug marked in launchpad as fixed, but which is still showing symptoms of the same bug?02:30
spivshishire: if you're *certain* it is the same bug I'd reopen the original, but if you're not sure (and it sounds like you're not) then open a new bug and mention the earlier bug in your description.02:34
shishirespiv, thanks.02:34
spivshishire: I recommend that because it's easy to mark a bug as a duplicate, but there's no good way to split a bug into multiple bugs if it turns out multiple bugs have been discussed in the one report.02:35
=== Ursinha_ is now known as Ursinha
khuffI have a question about importing an svn repository.03:03
khuffIs there a particular person I should ask?03:04
thumperkhuff: whazzup?03:05
khuffthumper: I'd like to request an import of an SVN branch that is on a server only accessible to authorized users. I think the only way is to give launchpad my user name and password, but launchpad has warned me that I shouldn't do that since those will be displayed on the branch page.03:09
khuffthumper: is there another option?03:10
thumperkhuff: if there is no anonymous or general read of the repo03:10
thumperkhuff: then getting launchpad to mirror it is probably not a good idea03:10
thumperkhuff: you may wish to use bzr-svn and mirror it yourself03:10
thumperkhuff: it is a public project?03:10
khuffthumper: I see. It's not a public project yet. It's small though, and I've just started coding it. I may be willing to lose the log on the first twenty revisions or so if it's best to just upload the source to launchpad instead.03:11
thumperkhuff: well, you could have the best of both worlds03:12
thumperkhuff: do a bzr-svn import of the traunk03:12
khuffthumper: with bzr-svn you mean?03:12
khuffah03:12
thumperkhuff: and then have that be your trunk branch03:12
thumpers/traunk/trunk/03:13
khuffthumper: Sorry if this is a noob question. I would still have to put the bzr repo on a public server, though, right?03:13
thumperkhuff: only if you want to share it03:14
thumperkhuff: you can use bzr entirely locally if you like03:14
khuffthumper: I know. The whole point of this is to make the code available.03:14
thumperkhuff: in which case you could push the bzr branch to lp, and make it your trunk03:14
khuffthumper: is there no way to sortof give launchpad permission to this closed server without displaying my password to everyone?03:15
thumperkhuff: not normally03:15
khuffIt seems crazy, but I don't have a public server space.03:15
thumperyou don't need public server space03:16
khuffthumper: ?03:16
thumperare you wanting to have a mirror of subversion03:16
thumperor move to bzr03:16
thumper?03:16
khuffthumper: a mirror of subversion03:16
thumperah ha03:16
thumperwho maintains the subversion server?03:16
khuffthumper: Okay, just to clarify, I don't want a mirror of 'Subversion'. I want a mirror of a little code called cyclus that I have version controlled with subversion.03:17
khuffthumper: the server it is on is maintained by a university.03:18
thumperkhuff: right, the university bit was what I was wondering03:18
khuffthumper: yeah.03:18
thumperkhuff: why mirror the subversion copy of cyclus and not just move to bzr?03:19
khuffthumper: Moving to bzr doesn't solve this. First of all, the debian stable version of bzr on this system of servers is probably out of date. Second, everything would still be behind this secure server, but now in bzr, which no one in my research group uses. If nothing else, we're more likely to switch to hg.03:21
khuffthumper: I still have to create some publicly available repository for launchpad to import from.03:22
thumperkhuff: well, the short answer then is "launchpad needs access to mirror, and the credentials would be shown"03:23
khuffthumper: Yeah. Damn. That's definitely what I was trying to figure out. Well. Okay. If I put some new bzr repository into a public place temporarily and have launchpad import it, what happens when I destroy the public repository on my side? Does it all still get maintained in Launchpad, or does it need to push and pull from the original repository space forever?03:25
thumperkhuff: why not just have a local cronscript that does a bzr pull from the subversion branch, and bzr push to launchpad?03:26
khuffthumper:  (p.s. Sorry, I'm sure this was probably a centralized version control mentality question... I'm working on groking distributed vc.. )03:26
thumperthat way, you skip the need for an intermediate public space03:27
khuffthumper: okay! So, I just allow my side to do the pushing, so launchpad doesn't need any usernames, is that the gist?03:27
thumperkhuff: yeah03:28
thumperkhuff: it would be a 2 line cronscript03:28
thumperkhuff: the user that runs the script would need to have access to the subversion repository03:28
thumperkhuff: and have an ssh key set up for launchpad03:28
thumperkhuff: but that would be all03:28
khuffthumper: Awesome. Let's cross our fingers this ancient debian distro has bzr-svn.....03:29
thumperwhat version of bzr are you using?03:29
thumperkhuff: bzr --version03:29
khuffthumper: as I suspected. None at all.03:29
nhandlerHow often does LP move people to the expired members list for a team instead of just saying they expired X hours ago?03:29
thumperkhuff: you can always build locally unless you have root access03:30
khuffthumper: I know. I have sudoer access, but it takes some juggling.03:30
thumperok03:30
khuffthumper: cool. Well, you've definitely answered my question. Thanks!03:30
thumpernp03:31
wgrantnhandler: Daily.03:39
nhandlerwgrant: Ah, ok. That was what I thought, I just wanted to make sure03:40
wgrantIt should really say "today" as the expiry time, I guess.03:41
=== Ursinha is now known as Ursinha-afk
=== thumper changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: kfogel | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/
=== agnel is now known as gurpreet
BlackZHello, I'm trying to upload a package to my personal PPA. I don't receive any error but I can't see it yet. What needs to be done/What's the error? It's signed.10:46
noodles775BlackZ: it's signed with a key associated with your LP account? (other options to check here: https://help.launchpad.net/Packaging/UploadErrors)10:47
BlackZnoodles775: yes, it's10:47
BlackZI will re-create it and then re-try10:48
noodles775BlackZ: what's your lp id, I'll check the logs.10:48
BlackZnoodles775: ~blackz10:49
noodles775BlackZ: sorry, what's the package you're uploading?10:52
BlackZnoodles775: playonlinux_3.7.6-0ubuntu1+ppa010:52
noodles775losa: could you please restart poppy? The log seems to indicate bug 41448211:00
ubottuLaunchpad bug 414482 in soyuz "upload daemon poppy dies often" [Medium,Triaged] https://launchpad.net/bugs/41448211:00
BlackZnoodles775: seems "losa" isn't here - is it an internal command?11:02
noodles775BlackZ: just short for Launchpad Operational Systems Administrator... they'll be watching for it :)11:06
BlackZnoodles775: ah ok, thank you ;)11:06
noodles775BlackZ: the thing is, the log shows other successful uploads, and those uploads being processed, but I don't see yours.11:07
BlackZnoodles775: but I'm uploading in the correct position11:07
noodles775Although the log is looking much healthier now... are you re-uploading?11:07
BlackZnope noodles775, I can't: Package has already been uploaded to my-ppa on ppa.launchpad.net11:08
noodles775BlackZ: sorry, can you upload playonlinux_3.7.6-0ubuntu1+ppa1 ?11:09
BlackZoh, now I have received an e-mail from "Launchpad PPA" - "Rejected: Launchpad failed to process the upload path '~/ubuntu': Could not find person or team named ''."11:10
BlackZbut the position is correct and no - I can't11:10
noodles775OK, glad you got an email. What are you using for your dput command?11:11
BlackZnoodles775: dput my-ppa playonlinux_3.7.6-0ubuntu1+ppa0_source.changes - I will use the option -f now11:12
BlackZI think it's normal11:12
BlackZok noodles775 now I can see it, so just wait11:14
BlackZthank you ;)11:14
noodles775BlackZ: np. Just fyi, if you view your PPA in launchpad, it should tell you to use `dput ppa:blackz/your_ppa_name blah.changes` or similar.11:16
=== yofel_ is now known as yofel
=== leonardr changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: leonardr | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/
=== salgado-afk is now known as salgado
=== mrevell is now known as mrevell-lunch
=== matsubara-afk is now known as matsubara
=== Ursinha-afk is now known as Ursinha
=== mrevell-lunch is now known as mrevell
bilalakhtarmrevell: did you check my project https://launchpad.net/gnome-media-player ?14:09
mrevellbilalakhtar, Hey, I did. Thanks for suggesting it. I'd say it's probably not yet ready to go on the featured projects section just yet. I only see one active branch and three open bug reports, right now. Obviously I'm sure it'll grow but I'd rather add projects to the front page that have more to demonstrate their usage of LP.14:12
bilalakhtarmrevell: Fine, no problem14:12
bilalakhtarmrevell: I am celebrating the launch of lp 10.414:13
mrevellbilalakhtar, I'd be interested in writing about it on the Launchpad blog, though. How about I send you some interview-style questions?14:13
bilalakhtarmrevell: very much welcome14:13
mrevellbilalakhtar, Cool :) I have your email address from your LP profile page, so will send you an email.14:14
bilalakhtarmrevell: thanks14:14
geserdoes somebody have an idea why the LP API tells me for the bug_task object from bug 232455 that is it not completed? (bug_task.is_complete returns False)14:53
ubottuLaunchpad bug 232455 in londonlaw "Please sync londonlaw 0.2.1-9 (universe) from Debian unstable (main) (dup-of: 228419)" [Wishlist,Confirmed] https://launchpad.net/bugs/23245514:53
ubottuLaunchpad bug 228419 in londonlaw "Please sync londonlaw 0.2.1-9 from Debian unstable (main)" [Undecided,Fix released] https://launchpad.net/bugs/22841914:53
geseror is this a bug?14:53
jibelHi, in LP bug 537241, I added an upstream watch but affected to the wrong package (dpkg) which is in fact Linux.14:57
ubottuLaunchpad bug 537241 in dpkg "My computer updates are very slow since latest dpkg update" [Medium,Triaged] https://launchpad.net/bugs/53724114:58
jibelwhen I try to change the product to Linux, I receive a "Too many matches." error. How can I change the product ?14:58
thekorngeser, is_complete is only looking at the status, it does not care if the bug is a duplicate or not15:03
thekornfor me it looks like a bug15:03
thekornor maybe a strage way of defining "is_complete"15:04
thekornstrange15:04
* geser files a bug15:04
czajkowskileonardr: can you help with https://answers.edge.launchpad.net/launchpad-registry/+question/107857 please15:10
leonardri'll try15:10
czajkowskileonardr: thanks15:11
leonardrczajkowski: is there any way you can contact the current owner? they can change the owner fairly easily15:35
czajkowskileonardr: that;s the issue we're havng, we've contact and no reply and this is making it hard for the team to contine15:36
czajkowskiI've two teams at present in this position15:36
leonardrok, i will assign it to the losas15:36
leonardrah, the losas already have it15:37
czajkowskiyup15:37
czajkowskihence my issue15:37
leonardri can't change it, only the administrators can15:37
czajkowskithe 2 Questions I need  help with are assigned ot losas15:37
czajkowskiand I'm now getting constant mails from the teams regarding the issue15:37
* mbarnett is goign to be focussing on clearing out that queue today. 15:38
=== jorge_ is now known as jcastro
czajkowskimbarnett: you on losas team ?15:39
mbarnettczajkowski: i am.15:39
czajkowskihttps://answers.edge.launchpad.net/launchpad-registry/+question/10855315:40
czajkowskihttps://answers.edge.launchpad.net/launchpad-registry/+question/10785715:40
czajkowskiare the two if you get a chance to clear please15:40
mbarnettczajkowski: i will take a look at them shortly.  have a meeting in a moment, but will switch gears after that and go wild.15:41
czajkowskimbarnett: thanks15:41
mbarnettwelcome15:41
=== matsubara is now known as matsubara-lunch
souffledev#45870316:25
souffledevdamnit16:25
=== salgado is now known as salgado-lunch
mptleonardr, hi, I'm getting "Please try again" consistently on one and only one page16:39
mptleonardr, namely when I submit https://bugs.edge.launchpad.net/bugs/575702/+watch/76690/+edit16:39
ubottuLaunchpad bug 575702 in software-center "Orca read first line of package descriptions paragraph" [Undecided,New]16:39
mptevery other page on Launchpad loads fine16:40
leonardrmpt: afk for a bit, will help you when i return16:41
=== leonardr is now known as leonardr-afk
AdamDVHello.16:55
AdamDVBeen looking at how launchpad+bazaar work lately, and if I'm correct, every user of launchpad actually has  a physical account on the launchpad servers?16:55
=== Ursinha is now known as Ursinha-lunch
=== beuno is now known as beuno-lunch
mhall119flacoste: I was told you're the guy to talk to about getting child-distro support from launchpad17:09
mhall119I was wondering what was currently available, and how I can take advantage of it17:10
mhall119and, of course how I can help improve it ;)17:10
james_wmhall119: what do you want to achieve?17:13
mhall119james_w: well, I have a child distro that I'm maintaining by hand by remastering Xubuntu ISOs17:14
mhall119I'd like to do that in a better way17:14
james_wso you want to build images?17:14
mhall119yes17:14
mhall119I'm already using LP for bugs, blueprints, questions, etc17:14
james_wlive cds?17:14
mhall119and alternative17:14
mhall119and other archs too, if I can17:15
james_whave you looked at the tools that the distro uses for building cds?17:16
mhall119that Ubuntu uses?17:16
james_wyeah17:18
mhall119not too much17:18
mhall119it's all still pretty new to me17:18
mhall119learning as I go17:18
mhall119debootstrap and seed files and all17:18
mhall119I've only barely figured out .deb packaging17:19
=== yofel_ is now known as yofel
james_wso what do you want to get out of Launchpad? A simple way to click a few buttons and get an image? A build farm for multiple architectures and types? Daily images?17:19
=== leonardr-afk is now known as leonardr
mhall119a build farm and daily images, I'm going to learn how to do the rest, so simple point and click isn't necessary17:20
mhall119just need a starting point for learning17:20
james_wright17:20
mhall119daily images aren't really necessary, I won't be making changes that often17:20
mhall119but monthly would be nice17:20
leonardrAdamDV: do you mean a shell account? i don't think that's true. you might have a unix account, but i don't think it will let you ssh in17:21
maxbHe's not here any more :-/17:21
maxbA question borne purely of curiosity - how is this build record wedged? https://edge.launchpad.net/ubuntu/+source/php5/5.3.2-1ubuntu4.1/+build/171517917:22
leonardrmaxb, let me take care of mpt, and then i'll try to find someone who can answer your question17:23
leonardrrockstar might know17:24
maxbleonardr: No rush, I'm just intrigued17:24
* rockstar looks up17:24
maxbI'm also intrigued by what's going on with ivy :-)17:24
rockstarmaxb, I guess ask one of the Soyuz folks...17:25
=== jsk-office is now known as jsk
leonardrmpt, what edit are you making to that bug watch? what's the new url?17:34
mptleonardr, I'm trying to delete it (temporarily, so I can change the project, since Launchpad doesn't seem to let me change the project if there's a bug watch associated with the bug report)17:35
mptleonardr, so from <https://bugs.edge.launchpad.net/bugs/575702/+watch/76690> I ciick "Delete Bug Watch" and consistently end up at "Please try again" <https://bugs.edge.launchpad.net/bugs/575702/+watch/76690/+edit>17:36
ubottuLaunchpad bug 575702 in software-center "Orca read first line of package descriptions paragraph" [Undecided,New]17:36
josh_kAnyone know who to petition to get private bugtracker/etc for a Commercial project (just got licensed) on LP?17:38
leonardrjosh_k, talk to bac17:39
leonardrmpt: i'm going to try it myself and see what happens17:39
josh_kbac: ^^^ you've been sold out! :)17:39
mptok17:39
=== salgado-lunch is now known as salgado
leonardrmpt: the next launchpad page i visited had the message "The gnome-bugs #617740 bug watch has been deleted."17:52
ubottuError: Launchpad bug 617740 could not be found17:52
leonardreven though it hasn't been17:52
mptleonardr, hm, I can still reload my form submission and get "Please try again"17:53
mptI never get "... has been deleted"17:53
leonardrmpt: even if you click the button and then visit an unrelated launchpad page?17:56
mptleonardr, ah, you're right, I got the confirmation message17:56
leonardrmpt: if there was an oops it'll show up in the oops report summary tomorrow. i'm not sure how to find it right now17:57
leonardrlooking on devpad17:57
mptleonardr, ok -- is there any useful info I could provide in a bug report in the meantime?17:58
=== matsubara-lunch is now known as matsubara
leonardrmpt: i'm fairly sure that this error is not causing an oops18:09
leonardri suggest filing a bug detailing the behavior (including the lack of an oops and the message you get when you visit a normal launchpad page afterwards)18:09
mpt None, the status of the bug is updated manually.18:15
mpt None, the status of the bug is updated manually.18:15
mptHm, which of those two should I choose ... decisions, decisions ...18:15
mptleonardr, reported bug 57591118:24
ubottuLaunchpad bug 575911 in malone "Always "Please try again" error when trying to delete a bug watch" [Undecided,New] https://launchpad.net/bugs/57591118:24
mptthanks for your assistance18:24
leonardrsure18:25
=== jsk is now known as jsk-afk
=== beuno-lunch is now known as beuno
=== Ursinha-lunch is now known as Ursinha
=== davidstrauss_ is now known as davidstrauss
qenseIs it true that LAZR file objects cannot be Pickled? I keep getting "ValueError: No JSON object could be decoded", no matter what I try.19:34
leonardrqense: what do you mean by a lazr file object? can i see your code?19:38
qenseleonardr: I mean  lazr.restfulclient.resource.HostedFile19:39
qenseLet me paste the code and the traceback somewhere.19:39
leonardrqense: ok, my guess is that that object includes an open filehandle, which can't be pickled19:39
qenseleonardr: But StringIO can be Pickled and you can open that, can't you?19:40
leonardrqense: you now proceed beyond the point where i can answer off the top of my head19:40
qenseleonardr: This is the daemon I'm running: <http://pastebin.ubuntu.com/428468/>19:40
qenseah19:40
qenseThe traceback: http://pastebin.ubuntu.com/428469/19:41
qenseI find accessing the Launchpad object via DBus quite ugly, but I do want to run it over DBus.19:41
qenseThe affected method is LP.get_file()19:41
qenseleonardr: If you can't help me further that's OK, I'll investigate the open file handler thing a bit more and look for another solution if that doesn't work.19:42
qenseMaybe I'll dump the whole filecontent over DBus.19:42
leonardrqense: actually this looks like a bug in lazr.restfulclient19:43
leonardrit's calling some code that assumes the hosted file has a json representation19:44
qensegood! Then it's not my fault. :P19:44
qenseThe files I'm requesting are patches.19:44
qenseThey've got most certainly nothing to with JSON19:45
leonardrqense: file a bug against lazr.restfulclient, include those two pastebins, and i'll look at it19:46
qenseleonardr: Thanks, will do.19:46
sjamaanHi20:14
sjamaanIs there a way to communicate with a branch reviewer of a proposed external vcs-import?20:14
sjamaanIf I put questions on the whiteboard, will they be read?20:14
macois there a way to put screenshots of a project on that project's lp page?20:44
=== oubiwann is now known as oubiwann_
=== oubiwann_ is now known as oubiwann
=== verterok_ is now known as verterok
abliHi! can I cancel a build I submitted to my launchpad ppa?21:06
abliApparently submitting a newer version of the package (with a larger version number) doesn't cancel a build, i.e. launchpad will happily build a package where a newer version was submitted before the build started21:09
bachi josh_k21:10
sjamaanthumper: here?21:10
josh_kbac: hey!21:13
josh_kI'm on my way out21:13
bacjosh_k: ok, ping me here tomorrow?21:13
josh_kI sent an email too; just not sure how to make a private team for my fancy Commercial LP group21:13
josh_ksure21:13
josh_kwill do21:13
josh_kor maybe later today if I get lucky ;)21:13
baci saw your email and will respond21:13
leonardrmaco: no, there is no support for hosting screenshots on launchpad21:19
thumpersjamaan: will be sitting down to work in about 20-30min21:19
=== leonardr changed the topic of #launchpad to: http://launchpad.net/ | Read https://help.launchpad.net/ for help | Help contact: - | Join https://launchpad.net/~launchpad-users | This channel is logged: http://irclogs.ubuntu.com/ | Launchpad is open source: https://dev.launchpad.net/
sjamaanthumper: I commented on the whiteboard of https://code.launchpad.net/~peter-bex/chicken/historical-svn. I don't know if you get those updates by email21:20
macoLenZ: ok21:20
macoLenZ: sorry. person i was trying to tab to quit21:20
thumpersjamaan: updated, and approved, lets see if it works21:21
sjamaancool, thanks21:21
sjamaanthumper: I think you have to append @16297 to the URL too, since trunk no longer exists in the repo21:22
sjamaan(at that revision, it did)21:22
sjamaanIf it doesn't work, try anonymous:@chicken.wiki.br21:23
ftai have 4 i386 builds of chromium stuck for several hours (started 6h ago), seems there's a problem somewhere (lpia and adm64 finished long ago)21:34
\u03b5launchpad still only builds for debian/ubuntu right?21:45
thumper\u03b5: yes21:48
\u03b5can a dream for a broader set of platforms?21:51
\u03b5I*21:51
thumper\u03b5: like what?21:53
azop\03: are you talking about RPM's and such?21:53
\u03b5tarball, autopackage, or heck, windows?21:53
azop\u03b5: Unless I'm missing the point, Windows doesn't have a standard packaging system, that actually functions properly and can be built easily21:55
\u03b5yeah, that's the thing to work out21:55
=== salgado is now known as salgado-afk
maxbHello, could I ask someone to tell me about OOPS-1586C2237 please?23:26
ubottuhttps://lp-oops.canonical.com/oops.py/?oopsid=1586C223723:26
thumpermaxb: it hasn't propagated yet23:28
thumpermaxb: takes a few minutes23:28
thumpermaxb: http://pastebin.ubuntu.com/428588/23:30
maxbwhat I feared, ok, thanks23:30
* maxb goes to chase bug and update23:30
wgrantmaxb: Isn't that just bug #575426?23:31
ubottuLaunchpad bug 575426 in soyuz "SHA1-based copy checking breaks when there are expired sources in the target" [Critical,Triaged] https://launchpad.net/bugs/57542623:31
sjamaanthumper: http://launchpadlibrarian.net/47894829/peter-bex-chicken-historical-svn.log23:32
maxbyes. I wanted to be sure why it was broken23:32
thumpersjamaan: what do you suggest we chnage it to?23:32
sjamaanAppend the revision23:32
sjamaan|22:19| ( sjamaan) thumper: I think you have to append @16297 to the URL too, since  trunk no longer exists in the repo23:32
sjamaanI hope that'll work23:32
sjamaanI tried importing it locally, but I can't seem to get fast-import to work at all (not even on another, simple svn tree)23:33
ubuntujenkinsIs it possible to delete a package from a ppa?23:35
maxbubuntujenkins: url-of-ppa, click "View Packages", then "Delete packages"23:35
thumpersjamaan: do you have bzr-svn installed?23:36
sjamaanyes23:36
thumpersjamaan: because if this is a one off import, perhaps easier if you did it23:36
sjamaanThat's what I was trying to do23:36
sjamaanMaybe I did it wrong23:36
thumpersjamaan: as adding a revno means it wont be a moving miffor23:36
thumpermirror23:37
ubuntujenkinsthanks maxb not sure how i missed the huge "delete package" button23:37
sjamaanIndeed23:37
sjamaanbzr: ERROR: The specified path is inside a branch. Specify a different URL or a different repository layout (see also 'bzr help svn-layout').23:37
sjamaan^ that's what I get23:37
thumperjelmer: around?23:37
sjamaanAt least svn-import works for a simple repo23:37
maxbsjamaan: Have you tried 'bzr svn-import http://chicken.wiki.br/svn/chicken-eggs/'23:38
sjamaanmaxb: That's a huge tree23:38
sjamaanI only want to import chicken23:38
maxboh, sorry23:39
sjamaanThat's okay23:39
maxb'bzr svn-import http://chicken.wiki.br/svn/chicken-eggs/chicken/' then23:39
sjamaanI think I tried that with fastimport, but not bzr-svn23:39
* sjamaan tries23:39
maxbI would generally suggest always preferring bzr-svn, unless you need something that only fastimport can do (like filtering/mangling history first)23:40
sjamaanhm, interesting23:40
sjamaanIt keeps complaining though23:40
maxbhow?23:41
sjamaanbzr: ERROR: The specified path is inside a branch. Specify a different URL or a different repository layout (see also 'bzr help svn-layout').23:41
sjamaanI edited my .bazaar/subversion.conf but I can't seem to make it work23:42
maxbCheck your ~/.bazaar/subversion.conf for what guessed-layout has been selected for this repository23:42
sjamaan"trunk", which is correct I suppose23:42
sjamaanI added branches=chicken23:42
maxbah, no23:43
sjamaanNot correct?23:43
maxbUse layout=trunk1, delete guessed-layout, delete branches23:43
sjamaanThanks, will try23:43
sjamaansuccess!23:43
sjamaanThanks a bunch23:43
sjamaanIt's fetching revisions now23:43
maxbtrunk1 means "A trunk,tags,branches layout, which begins one level down from the repo root"23:43
sjamaanaha!23:44
sjamaanIs that documented?23:44
maxbDon't think it is23:44
sjamaan:S23:44
sjamaanWell, that's what we have IRC for :)23:45
maxbbzr help svn-layout has some docs, but not about what the integer suffix means23:45
sjamaanright23:45
sjamaanthumper: By the way, speaking about frozen mirrors, is there a way to tell launchpad not to bother updating a VCS tree?  The CVS tree isn't used anymore for active development either23:51
thumpersjamaan: yes we can make them as suspended23:51
sjamaanI'm talking about this one: https://code.launchpad.net/~vcs-imports/chicken/main23:52
sjamaanIt's currently set as the main one, I know. When the git branch starts importing properly, that one will be set to main23:52
sjamaan(can I do that?)23:52
thumpersjamaan: have you registered the git one?23:52
sjamaanaye, but it won't import because of a problem with dulwich23:53
thumperah23:53
sjamaanSee https://code.launchpad.net/~chicken/chicken/git-mirror and https://answers.launchpad.net/bzr-git/+question/10922323:54

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