/srv/irclogs.ubuntu.com/2012/06/22/#launchpad.txt

=== Guest7726 is now known as wallyworld
philipnAny update on the PPA download counters? I've got a grant report I need 'em for :)03:59
wgrantphilipn: Load has almost returned to normal, so I might try turning them back on on Monday and see how things go.04:04
philipnwgrant: great to know! we religiously track our downloads every day :) http://mivanov.info/localwiki/04:24
wgrantphilipn: Nice! Is the code to generate those pretty graphs available somewhere for others to use? Everyone seems to implement their own solution, when they basically all want the same thing.04:27
philipnwgrant: absolutely. https://github.com/localwiki/localwiki/blob/master/deb_utils/ppastats.py04:28
wgrantphilipn: Excellent, thanks.04:29
=== zyga-afk is now known as zyga
=== zyga is now known as zyga-afk
Roastedhello!09:52
RoastedHow can I search to see what bugs I've commented on?09:52
maxbhttps://bugs.launchpad.net/people/+me/+commentedbugs09:54
Roastedthanks!09:55
=== Sweetsha1k is now known as Sweetshark
=== matsubara is now known as matsubara-lunch
=== zyga-afk is now known as zyga
=== matsubara-lunch is now known as matsubara
=== mrevell_ is now known as mrevell
pindongahi, can anyone tell me how launchpad manages to build deb packages for different distributions? I have a PPA and I want to push a package up to it that is build for both lucid and precise (or even better for all available distributions)13:35
pindongawhat files need I modify and how? (changelog, control, ...)13:35
dobeypindonga: i usually just modify the changelog and append ~series1 to the version and specify the right series; assuming the package will already build on all the ubuntu series i want to upload it to13:41
pindongadobey, but if distribution=lucid then it won't build it for precise despite the ~precise tag, right?13:44
pindongaso the only choice here is to add lucid and precise to the distributions list in the changelog it seems?13:46
dobeypindonga: you have to change it to the version you're uploading to13:46
dobeyso 0.0.0-0ubuntu1~lucid1 and "lucid" for lucid, 0.0.0-0ubuntu1~precise1 and "precise" for precise13:47
dobeyetc…13:47
pindongadobey, but that means editing the changelog each time and rebuilding and repushing13:47
dobeypindonga: or you use a recipe that auto-generates a changelog entry when it builds13:48
pindongaisn't there any way to push the source and say, build this for both?13:48
dobeyright13:48
dobeyyou can make a source package recipe13:48
pindongaso instead of using bzr-buildpackage (as I have been doing) I need to use bzr-builddeb?13:49
dobeybut lucid doesn't have dh_python2, and you shouldn't be using python-support/central on precise; so it would need a bit of magic in the control/rules to deal with that for python code13:49
dobeyi don't know what buildpackage is/does exactly13:49
dobeyi don't think builddeb has the recipe stuff in it, though not sure exactly13:50
dobeyif everything you want to build is in a bzr branch on launchpad, you can just define a package recipe on launchpad itself, and build it all on there13:51
jelmer_pindonga: bzr-builddeb and bzr-buildpackage are the same thing13:53
jelmer_dobey, pindonga: the recipe support is in bzr-builder (different from bzr-builddeb)13:53
pindongajelmer_, and is that the only way to get a package build for multiple distros without having to update the changelog file manually each time (and not using lp's recipe support) as dobey suggested?13:56
dobeyyes. if it's a private branch you're wanting to package, the lp recipe support won't work anyway, and you'll have to use bzr-builder's recipse stuff (which is the same thing lp uses)13:57
pindongathanks dobey jelmer_14:00
jelmer_pindonga: yep14:01
ResistanZIt said come here if my machine was being blocked? I think it might be.14:34
ResistanZMy sudo apt-get update can't connect to launchpad14:35
ResistanZAny advice would be greatly appreciated.14:36
ResistanZ:\14:48
dobeyResistanZ: what do you mean it can't connect to launchpad? apt-get update doesn't use launchpad API. you mean some PPAs you added are not working for you?14:55
dobeyResistanZ: if you added a PPA which has no packages in it for the version of ubuntu you're on, apt-get update will show 404s for that PPA14:55
ResistanZYeah, some PPAs I added aren't working for me.15:00
ResistanZHm. My update is being weird. It's giving me different problems each time.15:03
ResistanZLike the last time it had a problem connecting to something on launchpad. This time it's having problems connecting to downloads.sourceforge.net15:03
jelmer_ResistanZ: it sounds like there's a general problem with your internet connection15:08
pindongaanother question re: PPAs ... so I have this package X , which was built for lucid... I want to have the same package available for precise in my ppa, so I go and copy it into my own ppa,asking to rebuild for precise15:13
pindongaI get an error saying that: same version already has published binaries in the destination archive15:13
pindongahowever that's not really the case15:13
pindongathere is no published package for precise for this version, only for lucid15:13
ResistanZThere's no problem with my internet connection at all. :\15:14
ResistanZEven with the errors of apt-get update I am still connected here and I'm browsing perfectly fine.l15:15
dobeypindonga: it doesn't matter. versions are globally unique. which is why i mentioned appending the ~lucid1 and ~precise115:32
dobeypindonga: but i would say that feature of package copying is broken15:33
pindongaI concur15:33
pindongathx15:33
dobeyResistanZ: there is a problem with your apt configuration then; or your isp. or something.15:34
* pindonga will figure out some creative way to avoid having to repackage all our dependencies so that apt-get is clever enough to get them15:34
dobeypindonga: recipes are your best bet if you don't want to do the work to tweak the changelog entries to build on the versions you want15:34
dobeypindonga: it's either that, or something roughly equivalent that you have to write/do manually, anyway :)15:35
pindongadobey, yes, I'll resort to that if my current experiment doesn't work out15:35
pindongathx15:35
ResistanZEh.15:37
ResistanZHmm.15:37
ResistanZHow do I fix my apt configuration?15:38
maxbResistanZ: You investigate the problem properly, rather than hoping people on a tenuously related IRC channel will have a better understanding of your computer than you do :-p15:47
psusihow can I upload a new release tarball to my project page on lp?17:22
dobeypsusi: create a release on the series, then upload a file to that release17:32
psusiahh... now what url can I point a debian watch file at so it will find new releases?17:33
dobeypsusi: https://launchpad.net/project/+download perhaps. you'll get the latest release from the development focus (trunk) branch that way.17:37
LoTthe ppa builders can't build for debian, right?17:37
LoTi.e. unstable, testing, etc.17:37
dobeypsusi: or you can use https://launchpad.net/project/stable-series to just pull the tarball for that series17:37
dobeyLoT: right, only ubuntu for now17:37
psusicool17:37
LoTdobey: any future plans for it to support debian?17:38
* LoT doesnt want to set up another Debian repository server for a specific public project17:38
dobeyLoT: my understanding is that yes, it is desired, and there has been some work in that direction though it isn't there yet17:38
LoTany specs on it yet (Blueprints and the likes)17:39
dobeyLoT: there is an open bug for it afaik, but i don't recall the bug #17:39
LoT*uses almighty powers of bugsearch to find it*17:39
LoTdobey: is it this?  https://bugs.launchpad.net/launchpad/+bug/18856417:43
ubot5Ubuntu bug 188564 in Launchpad itself "Build also packages for Debian in PPA's" [Low,Triaged]17:43
ResistanZmaxb: what I meant is "what is the command for me to configure it?"17:44
dobeyLoT: the summary looks right :)17:44
dobeyResistanZ: software-properties-gtk17:44
=== matsubara is now known as matsubara-afk
=== yofel_ is now known as yofel
=== Ursinha` is now known as Ursinha
=== Ursinha is now known as Guest72428
=== Guest72428 is now known as Ursula
=== Ursula is now known as Ursinha
=== jelmer_ is now known as jelmer
SpamapSbefore I go off genericising the one from lp:txaws/admin .. does anyone know of an established script that converts all bugs that are 'state X' to 'state Y' in a project?23:38
SpamapSI want to automate the release procedures around my prjoect and part of that is moving all Fix Committed to Fix Released.23:39
* SpamapS really does need to look into a new keyboard. :-P23:39

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