/srv/irclogs.ubuntu.com/2008/01/21/#launchpad.txt

=== doko__ is now known as doko
Legendariocould anyone help me on PPA?01:00
Legendariomy package was not accepted...01:00
thumperLegendario: please see channel topic01:00
poolieLegendario, what message did you get 01:00
ubotuNew bug: #184708 in launchpad-bazaar "Register branch should give a preview of the resulting branch URL as it will be" [Undecided,New] https://launchpad.net/bugs/18470801:01
thumperhey, the topic change01:01
thumperd01:01
Legendariowill paste bin...01:01
Legendariogot the following message and didn't understand why it was rejected: http://paste.ubuntu-nl.org/52844/01:03
Legendarioif anyone can tell me the reason, i'll be glad.01:03
gryc"sive_1.b.3.dsc: Section 'unknown' is not valid", I think "Section" is in debian/control, right?01:04
Legendariogryc, i tried to find before... but i'll take a look againg...01:06
poolieLegendario, can you paste your .changes file and .dsc file too?01:07
Legendariosure... only one second...01:07
Legendarioshould i paste both of them on the same page or separeted?01:07
Legendariothat's the .dsc file: http://paste.ubuntu-nl.org/52845/01:11
Legendarioand that's the .changes one: http://paste.ubuntu-nl.org/52846/01:11
Legendarioit's all there folks...01:12
Legendarioi just couldn't find any "unkown" or "section" words on both files01:16
grycperhaps it's missing a "Section" and it defaults to "unknown"?01:17
Legendariogryc, what section could it be?01:17
grychttp://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections01:18
Legendarioyou're meaning the 2.4 section on the site page, right?01:22
grycexactly01:22
grycIf you dont have Section defined, you need to define one in your control file 01:23
\shLegendario, Section: optional is most of the time the correct thing to set... 01:25
=== \sh is now known as \sh_away
Legendarioyou know what is the weirdest thing? The 2nd line on the contron file is "Section: unkown". But it doesn't show up on the .dsc or .changes files. Are they supposed to be there as the launchpad message tells me?01:29
jameshLegendario: the "unknown" value is probably due to the header missing01:30
Legendariojamesh, sorry. I got more confused now... what header is missing? do u want me to paste bin my control file01:32
jameshLegendario: okay01:33
Legendariohttp://paste.ubuntu-nl.org/52851/ here  it is?01:34
Hobbsee\sh_away: for priority, yes.  please read next time :)01:36
HobbseeLegendario: you need to set a section there, which isn't unknown.01:37
jameshthere is probably an easy way to list all the sections, right? :)01:37
LegendarioHobbsee, ok. Do you have any hints on what it could be?01:38
Hobbsee[12:18] <gryc> http://www.debian.org/doc/debian-policy/ch-archive.html#s-subsections is probably a good place to start01:40
Hobbseein particular:01:41
HobbseeThe Debian archive maintainers provide the authoritative list of sections. At present, they are: admin, base, comm, contrib, devel, doc, editors, electronics, embedded, games, gnome, graphics, hamradio, interpreters, kde, libs, libdevel, mail, math, misc, net, news, non-free, oldlibs, otherosfs, perl, python, science, shells, sound, tex, text, utils, web, x11.01:41
LegendarioHobbsee, thanks a lot man! Only one more thing... I don't really need to build the package again, do i? I can just change it and try to upload the source again, right?01:45
HobbseeLegendario: you need to build the source again for your changes to get updated.  you don't need to rebuild the binary01:45
Hobbseeie, use debuild -S -sa01:45
HobbseeLegendario: btw, you need to check out man shlibdepbs01:49
Legendariowhat does btw means? Sorry, but i am not a native english speaker. I have no man entry shlibdepbs01:52
Hobbseeoh.  by the way01:54
Legendariooh. ok.01:54
Hobbseesorry, it's  man dpkg-shlibdeps 01:54
Hobbseeand dh_shlibdeps01:55
Legendariowhat is it about01:55
Hobbseethe short version is that if you have a build depends of foo-dev, foo will automatically get put as a dependancy, so you don't need to hard code it in your dependancy field01:58
* Hobbsee --> afk01:59
Legendariook. i am giving my first steps on packaging... what is foo?02:01
Legendarioisn't dh_shlibdeps run on debuild?02:02
grychttp://en.wikipedia.org/wiki/Foo02:05
grycand I believe so, if you include it in your rules file02:05
Legendariogryc, wow! i would never guess the meaning of foo without your help.. ;-)02:10
grycvery welcome :D02:10
LegendarioHobbsee, but i don't have to worry about the dependencies field because it was already given by the author...02:11
Legendariobut it is always nice to know this dh_shlibdeps for the next times... it sounds like handy02:12
Legendarioalthough i must find out how to use it... ;-)02:13
HobbseeLegendario: true, but the way debian packages work is that you specify the build depends, it guesses the corresponding depends for those build depends (almost always correctly), and then you can just add any extras02:13
HobbseeLegendario: you're already using it, as you have Depends: ${shlibs:Depends},02:13
Hobbseeso then when the library names change (libfoo0 --> libfoo1) you can just rebuild the package, rather than specifying the new dependancy02:14
Hobbseewhich is quicker and easier02:14
LegendarioHobbsee, can see it now. but as i told you, this field came filled by the software author. Next time i build a package my own in a different case, i will have to find out how to use it. It is not only writing  ${shlibs:Depends} on Depends:, is it?02:18
Hobbseeit is02:18
Hobbseethe manpages there refer to now to create the multi-binary packages, so that the correct dependancies get picked up, when those packages are used as build depends.02:19
Legendarioso, it is easier than i tought!!!! :-D02:19
Hobbseeyup :)02:19
Legendariogreat02:19
Legendarioi'll be a professional packager soon...02:20
Legendariothis stuff should be included on the wiki packaging guide. i guess it is not there yet.02:20
Hobbseeit is, last i checked02:21
Hobbseewhich was arguably a while ago02:21
Legendarioon the official wiki guide?02:21
Hobbsee!packagingguide02:21
ubotupackagingguide is The packaging guide is at http://wiki.ubuntu.com/PackagingGuide - See https://wiki.ubuntu.com/UbuntuDevelopment/NewPackages for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/UbuntuDevelopment - See also !backports02:21
Hobbseehm, apparently it isn't now02:22
LaserJockHobbsee: what are you looking for?02:23
HobbseeLaserJock: shlibdeps02:23
LaserJockhmm02:23
Hobbseei thought it used to be there02:24
Hobbseebut it doesn't appera in the wiki version02:24
LaserJockit is mentioned02:24
LaserJockbriefly though02:24
Hobbseenot explained.  or i'm blind.  either way02:25
LaserJock"For hello, we see ${shlibs:Depends}, which is a variable that substitutes in the needed shared libraries."02:25
Legendarioi think it really isn't  there02:25
Legendarionot explaned though02:25
HobbseeLaserJock: that's not enough02:25
LaserJockwell, people usually find it a bit too much02:25
LaserJockand it normally isn't a big deal02:26
LaserJockbut it's a wiki page so feel free to improve it :-)02:26
jameshwikis mean no one is responsible02:26
* Hobbsee glances at time. ack02:26
LaserJockjamesh: that's not true02:26
Legendarioyeah, it should be there. well explaned02:26
jameshbecause everyone is responsible02:26
Hobbseejamesh: well, launchpad people could improve it, in return for MOTU people ending up doing support for your ppas.02:26
Hobbsee:)02:27
LaserJockjamesh: we have people watching it02:27
LaserJockLegendario: the problem is that often times people get turned off but all the info. We have to strike a balance between being readable and having enough info02:27
LaserJockwe should at least have a link to the relevent man pages02:28
Hobbseejamesh: then the LP people could provide their own ppa support :)02:28
LegendarioLaserJock, a short explanation would handle the task. Like: write ${shlibs:Depends} on the Depends: field for the dh_libdeps script handle the dependencies for you...02:29
LaserJockLegendario: yes, that is basically assumed, but at that point in the packaging guide we're not even using dh_shlibdeps02:30
LaserJockwe'll have to think about that a tad02:31
LaserJockbut thanks for bringing it up02:31
LegendarioLaserJock, your welcome! I love to be a part of this community. ;-) you know, one of the things i think that really makes a difference on ubuntu, is its receptive community...02:32
LaserJockLegendario: well, if you have any problems with the packaging guide feel free to let us know, we're always eager to hear from people just learning02:33
LaserJockwe can't promise to get things added immediately as we're all volunteers with less time than we'd like for Ubuntu, but we'll try to take care of it02:33
LegendarioLaserJock, great! As you know so much the wiki, let me ask u something: have the other languages wiki the same password as the english one?02:35
LaserJockLegendario: no, the other, language-specific wikis, are handled separately I believe02:36
LaserJockthey are encouraged to translate content, but we like the LoCo teams to be responsible for them02:36
Legendariocause i was thinking about starting translating the packaging guide to portuguese but i just can't log in and the site simply doesn't recover my password...02:36
LaserJockright02:37
LaserJockyou'd need to ask the people that run the Portuguese wiki02:37
Legendariobut it was supposed to recover my password right. The problem is that i can't find them...02:38
Legendariowell, i'll try to submit my package again. hope everything goes right this time.02:41
Legendarioit was nice chating with you guys today. l learned lots of things...02:45
Legendariothanks for all  the help02:45
Legendariogotta go now02:47
steltWhy don't i see all the bugs i've reported?02:49
LaserJockstelt: where are you looking for them?02:49
steltLaserjock, https://bugs.launchpad.net/~ubuntu-steltenpower/02:50
LaserJockand did you click on the link on the left?02:51
spivstelt: https://bugs.launchpad.net/people/+me/+reportedbugs02:51
LaserJockstelt: and also notice that it only shows open bugs by default02:52
spivstelt: you may also want the "advanced search" if you are looking for bugs that have been closed02:52
spivLaserJock: you beat me to it :)02:52
Hobbseecprov-afk: is delete for ppas supposed to be on staging yet?03:27
=== bigon` is now known as bigon
=== bigon is now known as bigon`
=== fabbione is now known as thegodfather
pooliecprov-afk, hi, i'm having some PPA problems 05:07
poolieor anyone really05:07
pooliei'm making uploads but not seeming to get either accept or reject mails05:07
pooliethis is annoying....05:07
RAOFNot again :(05:08
poolieheh05:12
* ScottK just got a reject mail, so that's something05:25
ScottKThird time's the charm, right?05:27
* poolie is frustrated05:27
* ScottK too - third time wasn't the charm05:30
poolienow i'm getting 05:32
poolieSigner has no upload rights at all to this distribution.05:32
poolieSigner is not permitted to upload to the component 'main' of file 'bzrtools_1.1.0-1~bazaar1~hardy1.dsc'05:32
ScottKThen you probably uploaded to Ubuntu and not to PPA.05:32
jameshpoolie: are you uploading to your PPA directory?05:32
pooliethat's it05:32
spivIt'd be nice if PPA could notice trivial errors a little more quickly, even if it doesn't build the package any faster.05:33
poolieScottK, that's it, i think, i'm sending from a different machine without zsh_history and forgot to include the hostname05:34
poolieum05:34
jameshspiv: agreed.  I imagine this will become a priority as more people use the service05:34
spivjamesh: (for that matter, PQM would also benefit from that...)05:35
RAOFpoolie: This is why my default dput config sends the package to my local buildserver, rather than where anyone could notice it :)05:35
jameshspiv: hosting branches at bazaar.launchpad.net wasn't particularly great before the optimisations05:35
pooliethat's not the whole explanation though, as i also uploaded just through lftp05:36
poolieRAOF, interesting, i guess i could add a default section with an invalid host....05:36
jameshpoolie: it'd be worth setting up dput then05:36
pooliei have it set up05:37
pooliei tried lftp as well, to see if that would work better05:37
poolieyay05:38
RAOFpoolie: It's somewhat more important for me; I *do* have upload privilages to Universe, so I'd prefer as many idiot-proofing features between me and an unexpected upload as possible.05:39
pooliesure05:39
poolie[ubuntu]05:39
pooliefqdn = SPECIFY.A.PPA.NAME05:39
pooliewfm05:39
ScottKNote to self: Revision number can't be the same as you've already uploaded to another release.05:50
* ScottK smacks forehead.05:50
* RAOF finds that a bit awkward, really.05:51
poolieit annoys me that i need to manually add to the changelog and rebuild the package and reupload for a package that builds on all distribution versions with no changes05:53
pooliei guess this can be scripted through dch, etc05:53
LaserJockdput will have default entries for ppa in hardy05:58
poolie?05:59
pooliehow will it know which ppa?05:59
jameshpoolie: jkakar wrote a tool called "autoppa" to help with that.  I haven't tried it personally05:59
LaserJockpoolie: oh wait, that was REVU06:00
LaserJockwe discussed ppa but that was the issue, figuring out what ppa06:00
LaserJockseems like looking at the gpg key should work06:00
poolieyou can have team ppas06:01
LaserJockyes, it would have to be only for personal ppas06:01
poolieso one person could, it seems to me, upload any source pkg to any number of ppas06:01
LaserJock*but* ubuntu is already defined in dput06:02
LaserJockso I don't know if that's the confusion06:02
ubotuNew bug: #184737 in launchpad "show likely tags on pages that prompt to enter tags" [Undecided,New] https://launchpad.net/bugs/18473706:05
ScottKLaserJock: A safer option might be to have no default target for dput, so you have to type ubuntu if you actually want to upload.06:11
LaserJockScottK: that's basically what I do06:14
LaserJockalthough I do enforce it myself06:15
LaserJockI'm sure somebody would complain if we had no default06:15
poolieScottK, that's what i did myself06:24
pooliei might suggest that for the ppa guide06:24
=== jamesh_ is now known as jamesh
jkakarpoolie: AutoPPA automates every aspect of a build, including handling distribution-specific variants in things like debian/control, committing changes to a release branch and merging that branch back to a source.06:37
jkakarpoolie: It knows which PPA to use by looking in a configuration file.06:37
pooliejkakar, nice06:37
* poolie reads06:38
pooliedoes that mean, in Debian terms, it must be a 'native' package?06:38
=== bigon` is now known as bigon
LaserJockpoolie: I'm not sure AutoPPA should be generally recommended for newbs at this point07:27
pooliemaybe just referenced, if not mentioned07:27
LaserJockit should maybe be in some "Now I know how to do it, how can I do it better/faster?"07:28
LaserJockit seems fairly tied to bzr07:28
LaserJockso having people learning bzr and packaging is probably a lot for people07:29
poolieLaserJock, that sounds good07:35
carlos_morning08:25
=== carlos_ is now known as carlos
ubotuNew bug: #184752 in rosetta "Show English "translations" in UI if available" [Undecided,New] https://launchpad.net/bugs/18475208:25
=== stu1 is now known as stub
mptGoooooooooooooooooood morning Launchpadders!09:02
jt1mpt: and goooood morning to you!09:03
philnhi! a little PPA question, would it be possible to sign the repository Release file with the GPG user key?10:41
jameshphiln: not with the user's PGP key10:45
philni see it'd require the user to enter his password, somehow10:46
jameshphiln: that would require you to make your private key available to us, which we aren't going to request10:46
geserphiln: that and your private key10:46
philnand what about an "official" PPA key?10:46
jameshthat is more likely10:46
jamesha PPA signing key10:46
daniel_kiah10:47
jameshhttps://bugs.launchpad.net/soyuz/+bug/125103 <- scheduled for 1.2.210:47
ubotuLaunchpad bug 125103 in soyuz "ppa archives are not signed" [High,Confirmed] 10:47
daniel_kiwhy isn't at least the signing of the individual packages passed through, though?10:48
daniel_kiI mean I get warnings even for my very own packages :)10:48
bigjoolsbecause we'd need your private key to sign them10:48
jameshdaniel_ki: well, the stuff you are installing from the PPA is different to what you uploaded10:48
daniel_kithey are already signed10:48
philnwhen is 1.2.2 planned?10:49
bigjoolsthe built pacakges are not already signed10:49
jameshsource package vs. binary package10:49
daniel_kihm darn10:49
jameshphiln: February10:49
daniel_kidamn damn damn :)10:49
philnok10:49
philnand remove pkgs support is scheduled for that release too?10:58
ubotuNew bug: #184787 in malone "Bugtracker-alias input validation reports unhelpful errors" [Undecided,New] https://launchpad.net/bugs/18478711:05
DaveMorrisHi, I spoke to someone a while ago (mthaddon I think) about having some packages removed from my ppa which you where able to do for me, however they weren't removed from my published archive, which prevents me from uploading a new source file.  Any chance this has been solved yet?  The answer thread on it is at https://answers.launchpad.net/launchpad/+question/1924011:24
cprov-afkDaveMorris: actually the fact that the orig remained in the disk pool looks like a bug, because according the model it should be removed. Can you please upload you new source version so I can check what happens with the current code ?11:42
DaveMorriscprov-afk: will you need to see the email it sends me?  Since my email server is currently down due to a disk failure11:49
cprov-afkDaveMorris: no, I have access to the system processing the uploads. So, just call dput as you normally do and I will track it.11:50
DaveMorrisuploaidng now11:51
* Hobbsee waves to cprov-afk11:51
=== cprov-afk is now known as cprov
cprovHobbsee: hi there11:52
cprovDaveMorris: 11:55:15 DEBUG       Subject: [PPA dave-greenacre] Accepted: opensg 1.8.0-0ubuntu1 (source)11:57
=== mrevell is now known as mrevell-lunch
DaveMorriscprov: I think that was my mistake, since the name had changed, see http://ppa.launchpad.net/dave-greenacre/ubuntu/pool/main/o/opensg/12:03
DaveMorrisI'll upload the correct one this time12:03
DaveMorrisuploading it now12:04
cprovDaveMorris: ok12:04
cprovDaveMorris: sorry, I got distracted. 12:05:17 DEBUG       Subject: [PPA dave-greenacre] Accepted: opensg 1.8.0alpha1-0ubuntu1 (source)12:14
DaveMorrisno prob,  it seems to be working, can you do 1 last favour and remove that latest package otherwise it'll tie the ppa systems up for 3hrs or so12:15
ubotuNew bug: #184795 in launchpad "Notification when you're added to a team has awkward Subject" [Undecided,New] https://launchpad.net/bugs/18479512:16
Hobbseeouch 12:17
Hobbsee@ email to lp-users12:18
ubotuNew bug: #184798 in launchpad "Most membership notifications omit the URL of the team" [Undecided,New] https://launchpad.net/bugs/18479812:21
cprovDaveMorris: which version do you want me to remove ?12:24
=== superm1_ is now known as superm1
=== mrevell-lunch is now known as mrevell
KmosOOPS-751EB4013:47
jt1Kmos: Sorry about that...  It's better than it used to be, but it still happens sometimes.13:56
=== jt1 is now known as jtv
kikohappens more on production than on edge for some reason14:02
kikomaybe it's just because all the bots use production14:03
Kmosjtv: it happened to me on edge14:03
Kmos=)14:03
jtvProduction is more heavily loaded, but it's possible that edge has less of the stuff it needs in FS cache.14:05
kikojtv, why would that matter for a DB timeout, though?14:21
jtvkiko: far as we can tell, that's the whole cause of the timeouts.  Just too much data that's not in cache.14:22
jtvkiko: so for heavy load, you get memory pressure.  But for a lightly-loaded setup, you risk requesting data that nobody's read into memory recently.14:23
kikojtv, what are you talking about? edge uses the same database server as production.14:24
jtvkiko: ah, of course.  Stupid of me.14:24
kikoam I confused, or are you? 14:24
kikoah14:24
jtvI am.  Sorry.14:24
kikoyou!14:24
jtvYes, me again.14:24
jtvForgot my head on staging again.14:25
jjessei can't remember this, but what permssions need to be set on my ssh key for launchpad/bazzar14:48
=== \sh_away is now known as \sh
=== matsubara is now known as matsubara-lunch
=== salgado is now known as salgado-lunch
IronMaidenAWAy/c15:30
=== matsubara-lunch is now known as matsubara
jjessesorry having computer connections problems, what permissions do i need to set on my ssh key to use bzr and launchpad?15:59
Hobbseesarah@LongPointyStick:~/.ssh% ls -la id_dsa*                             3:00AM16:00
Hobbsee-rw------- 1 sarah sarah 736 2007-01-09 17:00 id_dsa16:00
Hobbsee-rwxr--r-- 1 sarah sarah 601 2007-01-09 17:00 id_dsa.pub16:00
Hobbseewfm16:00
jjessethanks sarah16:00
Hobbseeyou're welcome16:00
ubotuNew bug: #184835 in malone "Add status '9' (which equates to WONTFIX) to the Roundup external bug tracker" [Undecided,New] https://launchpad.net/bugs/18483516:25
=== bigjools-afk is now known as bigjools
=== salgado-lunch is now known as salgado
=== bigon is now known as bigon`
=== flukierdonut is now known as profanephobia
=== Kmos_ is now known as Kmos
ubotuNew bug: #184875 in blueprint "TraversalError in assignments page" [Undecided,New] https://launchpad.net/bugs/18487518:55
arnetheduckHi, an svn import request was submitted for my little project dcplusplus, but now the release series page says "Import status: test failed"...is there anything I can do to help making it work?19:29
kikoarnetheduck, hmm, you need to talk to thumper -- best to ask a question, see /topic19:40
kikoarnetheduck, where is your project's SVN hosted?19:40
kikoarnetheduck, and are you not interested in doing a permanent import? those are easier to do.19:40
ido_hey 19:43
ido_is launchpad only for OSS ?19:43
ido_or can I host a private project I'm creating for myself? 19:44
intellectronicaido_: what sort of project is it? a commercial one?19:45
arnetheduckkiko, https://dcplusplus.svn.sourceforge.net/svnroot/dcplusplus/dcplusplus/trunk, and a permanent autoupdating import would be nice19:46
kikoarnetheduck, why don't you just move to BZR wholesale? :)19:47
intellectronicaido_: anyway, yes, launchpad is for free software / open source projects19:47
arnetheduckwhat's ppa btw?19:47
arnetheduck(yes, I'm a newbie =)19:47
kikoarnetheduck, it's a personal archive where you can upload your packages and have them built against Ubuntu and published in your own repository.19:48
kikoido_, can you talk to elliot@canonical.com about your request?19:48
arnetheduckkiko, sourceforge doesn't offer it and I don't want to move everything just yet...19:50
kikoarnetheduck, you can move in parts, but ok. it's odd that it's failing to import from sourceforge; we have many imports from there that work fine.19:51
arnetheduckkiko, well, that's what the page says, with a helpful note to ask here =)...could it be that it's not a linux project?19:52
kikoarnetheduck, no, the test failure is likely to be some sort of connectivity or repository problem. 19:53
kikoarnetheduck, can you ask a question (see /topic0?19:53
arnetheduckkiko, you mean submit a question to help.launchpad.net somehow?19:54
arnetheduckor attend to the development meeting?19:55
kikoarnetheduck, sorry, somebody mangled the topic.19:57
kikoarnetheduck, I meant answers.launchpad.net/launchpad19:57
=== kiko changed the topic of #launchpad to: PPA uploads are fixed and will process your packages in due course. Please don't re-submit uploads. | Next development meeting (all welcome): Thu 24 Jan 2008, 1400UTC #launchpad-meeting | Questions? https://answers.launchpad.net/launchpad | Help: https://help.launchpad.net | Channel logs: http://irclogs.ubuntu.com
* kiko fixes again and scowls at whoever broked it19:59
arnetheduckkiko, ot regarding bazaar, what's the difference between that and mercurial? they seem to be similar both in functionality and implementation...19:59
kikoarnetheduck, wow, there is no simple answer to that. there are some comparison pages on the web. ultimately they have the same functionality and slightly different implementations.20:01
arnetheduckkiko, yeah, I read some reviews and comparisons but they didn't come to any clear conclusion which made me wonder why the two projects were separate...20:07
arnetheduckkiko, mercurial seemed to have a slight performance advantage (some releases ago) and seemed more explicit about win32 support (which is interesting for me since I happen to develop a windows app even if I do it on linux these days) but other than that...20:09
kikoarnetheduck, bazaar's support for win32 is first-class, I can say that.20:10
kikoit's a primary target platform20:10
kikoas for performance it has changed a lot in the past months20:10
arnetheduckkiko, ooh. Import status for my project changed to testing so I'll wait with the question =)20:12
arnetheduckkiko, I just did a commit so the server is up for sure =)20:12
kikoaha20:13
=== kiko is now known as kiko-afk
kiko-afkokay will bbiab20:13
arnetheduckthanks for the answers =)20:13
kiko-afkmost welcome. 20:16
arnetheduck...and a general question, what's the recommended permission for the translators...? mine is mainly a win32 project (although there's also a gtk+ fork that uses the core library), so I don't think for example ubuntu-translators are interested20:20
philnif i ask gently would it be possible to remove a pkg from my ppa? ;)20:42
pochuphiln: ask for it in the questions tracker, see /topic20:47
philnoh; ok20:48
=== \sh is now known as \sh_away
=== fabbione is now known as thegodfather
arnetheduckthumper, hi, kiko told me that you might know about why the svn import for my project (dcpluplus) showed failed status, so if there's any information you need that I can provide...21:13
thumperarnetheduck: hi21:14
thumperarnetheduck: yeah, lemmie go check the logs21:14
arnetheduckthumper, but as we were typing, the status changed back to "testing" where it's been now for an hour or so21:14
thumperarnetheduck: probably because I haven't marked it Don't sync21:15
thumperarnetheduck: and it just failed, but is going to try again21:15
arnetheduckthumper, well, at least the url works from my browser and svn client right now, so at least the sourceforge end should be fine21:16
arnetheduckfor reference, it's https://dcplusplus.svn.sourceforge.net/svnroot/dcplusplus/dcplusplus/trunk21:17
ubotuNew bug: #184910 in malone "checkwatches should take a command-line argument to update a specific bugtracker " [Low,In progress] https://launchpad.net/bugs/18491021:20
thumperarnetheduck: when did you talk with kiko?21:21
thumperarnetheduck: The notes I have say that the import failed with a connection error21:22
thumperarnetheduck: I can attempt it again if you like21:22
arnetheduckthumper, about an hour ago...21:23
thumperarnetheduck: perhaps kiko changed the status of the import21:23
arnetheduckthumper, I don't think so, he sounded surprised when I told him21:25
thumperhmm...21:25
thumperarnetheduck: I've kicked off another import request, and if it errors out, I'll let you know21:26
arnetheduckthumper, ok, thanks...I'll hold commits for a while just to be safe21:27
thumperarnetheduck: ok21:29
arnetheduckthumper, btw, is it possible to create a new translators group? or rather - mine is a win32 project so none of the existing groups really fits, so I'm not sure who to assign...21:30
thumperarnetheduck: I believe so21:34
salty-horsehi. when requesting a bzr mirror of an svn tree hosted on, say, sourceforge.net, do launchpad devs ask sf.net for the svndump, or is the conversion done manually? it can be pretty taxing on big repositories21:35
arnetheduckthumper, oh...I've been browsing around on the site and couldn't find anything obvious so I was hoping you'd know being an admin and all =)21:36
thumperarnetheduck: how to create a team?21:36
thumperarnetheduck: https://launchpad.net/people and choose the link 'Register a team'21:37
thumperarnetheduck: and I'm not an admin :)21:37
thumperarnetheduck: I just deal with all things branch related21:37
arnetheduckthumper, I have a team already, but I need a "translation group" (I think...)...21:42
arnetheduckthumper, I need something that's assignable from the "change translators" action so that I can assign permissions, and teams don't appear in the menu...21:43
arnetheduckthumper, oh well, one step at a time...21:43
arnetheduckone hour and still processing...I'm off to sleep, nite!22:31
=== thumper_laptop is now known as thumper
ubotuNew bug: #184949 in launchpad-bazaar "Manual urls expose the disk layout" [Undecided,New] https://launchpad.net/bugs/18494923:25
ubotuNew bug: #184954 in launchpad "mirror checker problem in verifying files?" [Undecided,New] https://launchpad.net/bugs/18495423:55

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