/srv/irclogs.ubuntu.com/2009/05/30/#launchpad.txt

mthaddontaxman: I think the way to do it would be to mark that bugtask invalid and create a new bugtask for vte00:09
taxmanoh, that's the only way? And I don't see a way to mark invalid, only a way to mark for manual instead of automatic updating00:10
taxmanI'm just learning, so I don't know what I can do vs what others can do. Maybe it's different00:11
mthaddonI don't think you can delete a bugtask (the term for this reference to where the bug exists) - so if you switch it to manual and then mark it invalid and then create a new bugtask that might be the best way to do it00:12
mthaddonI'm no expert myself, but the people who could probably best answer it will be in Barcelona or on their way back from there most likely00:12
taxmanok, I'll try that. It would be nice just to be able to change it directly, not delete and recreate it00:13
taxmanahh, is that why it's so quiet in here?00:13
taxmanthanks mthaddon00:21
mthaddonyeah, that's why it's so quiet :)00:21
madmartianis it possible to completely empty a ppa?00:53
wgrantmadmartian: Yes... just delete everything.00:55
wgrantBut why?00:55
madmartianwgrant: i decided to completely start again with the packaging00:55
* madmartian completely screwed it up :)00:55
wgrantYou can't ever upload an older version again, but you can remove the existing stuff,.00:56
madmartianwgrant: so I have to bump the version?00:57
wgrantmadmartian: Yes. You always should, anyway.00:58
=== Snova_ is now known as Snova
=== jrick_ is now known as jrick
AnAntHello, how can I remove a PPA ?08:42
pzicohola, I noticed some launchpad projects share their downloads on trunk/<versionnumber>/*.tar.gz08:54
pzicoWhere as I thought it's the main development branch08:54
pzicoso is there some other alternative for publishing packet versions?08:55
pzicoor shuold I mix it to my development branch08:55
quadrisprohi guys, when I try to upload something, I receive this: "Connection failed, aborting. Check your network [Errno 111] Connection refused"10:43
quadrisproanyone could help me?10:45
quadrisproI tried to upload to upload.ubuntu.com (via ftp)10:46
AnAntHello, how can I remove a PPA ?10:48
savvasask for its removal at http://answers.launchpad.net/launchpad :)10:52
nicoInattenduHi, The released source code of a software is no more available in launchpad  :'(: indicates not found page. Hereafter The example :  in page here https://launchpad.net/luciole/trunk/0.7.2  (click on link http://launchpad.net/luciole/+milestone/0.7.2/+download/luciole_0.7.2.tar.gz)11:35
wgrantnicoInattendu: Known bug; try https://edge.launchpad.net/luciole/+download instead.11:37
nicoInattenduOk thnks11:38
savvasbazaar.lp isn't working: http://bazaar.launchpad.net/~ubuntu-core-doc/ubuntu-doc/ubuntu-karmic/files13:54
RockyRoadHi :)14:22
RockyRoadIs there a problem with http://bazaar.launchpad.net14:22
RockyRoad?14:22
RockyRoadI can't access the code browser14:23
RockyRoadhttp://bazaar.launchpad.net/~m-baert/drupal-planet/6.x/revision/2414:23
RockyRoadfor any project14:23
RockyRoadoops ! I just saw \savvas message14:25
RockyRoadis somebody working on it ? could it be long ?14:26
RockyRoad"Try reloading this page in a minute or two. If the problem persists, let us know in the #launchpad IRC channel on Freenode. "14:29
RockyRoadit persists ...14:29
wgrantRockyRoad: It's a weekend, so there would normally be reduced sysadmin response. It's also going to be even lower, and lots of people are flying home from Barcelona at the moment.14:31
wgrants/and/as/14:31
RockyRoadthanks for answering wgrant14:32
RockyRoadI'll try to do without then14:33
wgrantmwhudson: Are you actually there?15:13
wgrantcodebounce needs kicking.15:13
mwhudsonffs15:13
* wgrant cowers in the corner...15:14
VK7HSEsorry but just joined the list, but is there any issues with the builds in LP ???15:15
mwhudsonwgrant:15:15
wgrantVK7HSE: Hmm, what do you mean?15:15
wgrantThere are lots of buildds missing.15:15
mwhudsonwgrant: it's fixed15:15
wgrantBut nothing else seems to be wrong.15:15
wgrantmwhudson: Thanks.15:15
wgrantRockyRoad, savvas: ^^15:15
VK7HSEOh I uploaded a build of Me TV  a  while back and they are yet to build... https://launchpad.net/~vk7hse/+archive/ppa15:16
savvasthanks :)15:17
wgrantVK7HSE: See https://launchpad.net/builders. looks like lots of Java is clogging things up.15:18
VK7HSEyeah I just remembered to look there just after I hit "enter" !!!15:18
RockyRoadwgrant, mwhudson : thanks a million :)15:22
nhandlerIs there a way (possibly using the LP API) to generate a list of people who have an email address matching a certain regex?17:41
exarkunnhandler: I doubt it17:45
SamBwhat, you want to find everyone with a redhat.com email ?17:58
nhandlerSamB: I was thinking of finding Ubuntu Developers who also have a debian.org email address. But I guess I could go about this another way18:01
Blaze_BoyQ : how can i push my code to launchpad .i made a project called vunsy ... registered my ssh public key ... installed olive and initialized a project in my code folder ... then what ?18:06
Blaze_Boyany help ?18:11
LarstiQBlaze_Boy: add the files you want, commit them, and then push18:14
Blaze_BoyLarstiQ: Commands please18:15
LarstiQBlaze_Boy: `bzr add; bzr st; *review*; bzr commit; bzr push`18:15
Blaze_BoyLarstiQ: and do i have to initialize a branch or something like git ?18:15
LarstiQBlaze_Boy: I thought you already did, what did you mean with `initialized a project'?18:16
Blaze_BoyLarstiQ: with olive i used the initialize project menu item18:17
Blaze_BoyLarstiQ: i'm sorry.. i have just know bazzar system half an hour ago18:18
exarkunBlaze_Boy: Perhaps http://doc.bazaar-vcs.org/latest/en/mini-tutorial/index.html would be a good starting place.18:19
Blaze_Boyexarkun: thanx18:20
LarstiQBlaze_Boy: I guess that means 'bzr init' then. So no, you've already done that.18:23
Blaze_BoyLarstiQ: ok what i have to do then?18:24
LarstiQBlaze_Boy: same things I've already said. I have no clue how Olive presents those actions.18:25
LarstiQBlaze_Boy: but I'd hope finding their equivalents is easy18:25
Blaze_BoyLarstiQ: alright thanx18:25
alefterishi all! I uploaded a package into my ppa, and then I realised I had the wrong target distro, deleted the package, changed distro in changelog, rebuilded and uploaded again..20:02
alefteristhen I get that: The source mypackage - 1.0 is already accepted in ubuntu/karmic and you cannot upload the same version within the same distribution. You have to modify the source version and re-upload.20:03
alefterisbut my new package is for jaunty. any ideas?20:03
jmarsdenalefteris: mypackage 1.0-220:12
alefterishoping to avoid that :)20:14
jmarsdenalefteris: Deleting packages in PPAs is not intended to let you reuse version numbers... it's usually better to go with the system than to try "clever" approaches, IMO.20:18
SamBit still confuses apt-get, etc...20:19
LarstiQit's not perfect though20:19
mbthttp://bazaar.launchpad.net/~alltray-developers/alltray/trunk/revision/55 gets a "Please Try Again" page saying that "there was a problem connecting to the Launchpad server"21:57
=== Snova_ is now known as Snova
loic-mIs there a way to upload a karmic package to my ppa (and build it for Jaunty) without having to touch the changelog (and debuild not complaining that the sign doesn't match)?22:25
jmarsdenloic-m: See https://help.launchpad.net/Packaging/PPA#Using%20packages%20from%20other%20distributions ?22:43
loic-mjmarsden: I've got .dput.cf configured already, but when I apt-get source the pkg, I don't have any source.changes files to upload to my ppa22:44
loic-mjmarsden: and debuild won't produce it if the changelod doesn't match my sig (and even if I could force the process, I'm afraid the ppa would reject them since I haven't signed them)22:45
jmarsdendpkg-buildpackage has a -k flag so you can sign with your own key... doesn't it work?22:46
jmarsdenOr debuild -S -sa -us -uc and then debsign -k    afterwards?22:46
jmarsdenI've not done what you are trying to do, but I think it should work :)22:47
loic-mjmarsden: thanks, I'll try that (and take a note, since I probably will have forgotten that by tomorrow ;) )22:47
jmarsdenNo problem.22:47
vorianhola, where do I need to go to request a touch more ppa space?22:48
jmarsdenvorian: Can you not just make yourself a second one and use that, for an extra GB worth?22:48
mbtWho do I ping about Loggerhead not working on LP?  It's been down for at least an hour...22:48
vorianjmarsden: nope, it's not for personal use22:49
voriani need it for ~kubuntu-experimental22:49
jmarsdenvorian: OK.  I think most of the people with the appropriate powers are recovering from or returning from UDS ?22:51
vorianthat's why I came here to ask.22:51
voriandoes anyone know for sure?22:52
wgrantvorian: Ask a question at https://answers.launchpad.net/launchpad/+addquestion22:59
wgrantjmarsden: Creating a new one is not a solution. That's a workaround which goes against the spirit of the limit! Bad idea.22:59
voriandanke wgrant23:00
beunombt, we can try pinging elmo or spm23:01
jmarsdenwgrant: Then logically the limit should be set per user rather than per PPA, right?  Is it?23:01
beunobut they're likely not awake23:01
mbtbeuno: Yeah, guessing that everyone was at UDS?23:02
beunombt, returning from23:05
wgrantjmarsden: Probably, but I guess that's hard to implement.23:05
cyberixaeWhat determines whether or not a branch has a sparkline?23:19
cyberixaeAll code pages I checked have only one sparkline, and it is always the branch at the top.23:19
wgrantcyberixae: Development focus branches have a sparkline.23:20
cyberixaethanks23:21

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