/srv/irclogs.ubuntu.com/2015/12/11/#launchpad.txt

wxlhttps://launchpad.net/~lubuntu-packaging somehow tracks all the packages in lubuntu. how do i add to the list of packages it tracks? i'm not sure how it works to begin with00:04
wgrantwxl: Tracks in which sense?00:07
wxlwgrant: we get automatically subscribed to all the bugs00:07
cjwatsonI think it just has a load of structural subscriptions.00:08
wgrantThat's what it looks like.00:08
wxlis that something i can modify?00:08
wxlwell, in a bulk sense00:08
cjwatsonhttps://bugs.launchpad.net/ubuntu/+source/<package name>, hit "Subscribe to bug mail"00:08
wxlor do i just need to go to each package?00:08
wgrantwxl: Navigate to the package page (eg. https://launchpad.net/ubuntu/+source/dpkg) and click "Subscribe to bug mail"00:08
cjwatsonassuming you admin that team00:08
cjwatson... which you do00:09
wxli am an admin00:09
cjwatsonyou can do it in bulk using the API00:09
wgrantIt would also be possible to do that through launchpadlib for a given set of packages.00:09
cjwatsondistribution_source_package has an addBugSubscription method00:09
wxloooh excellent00:09
wxlthanks folks! give yourselves a pat on the back for being so wonderful :)00:09
cjwatsonyay, git.launchpad.net backend now self-hosted00:10
wgrantNow we're in trouble if it breaks :)00:11
cjwatsonwe can still roll back without it :)00:11
wgrantAssuming Swift survives....00:11
cjwatsonwell yeah00:12
clivejois there any way a PPA can have its size increased?00:27
wgrantclivejo: Sure, tell me the PPA's URL and why you need more space.00:29
clivejohttps://launchpad.net/~clivejo/+archive/ubuntu/calligra/00:30
clivejoIts a big package00:30
clivejoI'm trying to package new version 2.9.1000:31
clivejobut have no room00:31
wgrantclivejo: Fixed.00:31
clivejowgrant: can you see the package I just uploaded?00:32
clivejois there any way to recover it?00:32
wxlare there any PUT examples for launchpadlib anywhere?00:33
cjwatsonwxl: https://help.launchpad.net/API/launchpadlib#Hosted_files00:34
cjwatson(the .write there turns into a PUT behind the scenes - see lazr.restfulclient.resource:HostedFileBuffer00:35
cjwatson)00:35
wgrantwxl: What're you trying to do?00:35
wgrantclivejo: It's not possible to recover a rejected package. You need to upload it again.00:36
clivejowgrant: or even  just the source code calligra_2.9.10.orig.tar.xz00:36
wxlwgrant: just trying to do that bug subsscription thing00:36
cjwatsonwxl: You don't need PUT for that00:36
wgrantwxl: You don't need a PUT to do that. Have a read through https://help.launchpad.net/API/launchpadlib00:36
wxlisn't addBugSubscription a PUT?00:36
cjwatsonyou may be confusing PUT and POST00:36
wgrantNo, it's a POST.00:36
clivejowgrant: my internet is too slow and very near my quota00:37
wgrantYou want something like lp.distributions['ubuntu'].getSourcePackage(name='dpkg').addBugSubscription(subscriber=lp.people['some-team'])00:37
wxloh derp00:37
wgrantclivejo: We no longer possess that file.00:37
clivejook fair enough, Ill leave it be00:37
wxlah great00:37
clivejothanks for bumping my PPA quote00:37
clivejogood night00:38
psusihttps://wiki.ubuntu.com/UbuntuEmail says to just set my email address in launchpad and it will set up the forward for my id@ubuntu.com, and NOT to set my launchpad email contact to my @ubuntu.com address... but according to https://launchpad.net/~psusi/+editemails, my primary email *is* psusi@ubuntu.com, and this has been forwarding to my secondary email for years01:08
psusi( which I now need to change as my ISP are a bunch of morons )01:08
xnoxpsusi, what's your primary email at login.ubuntu.com?01:19
mgzlogout01:31
psusixnox, psusi@ubuntu.com01:44
psusithat's the email I use for everything and it just forwards to my old email address @cfl.rr.com, but the idiots have shut down my account and can't recreate it for at least 3 days, so I'm trying to switch the forwarding to my gmail account since they don't keep screwing up and losing my email01:46
psusixnox, and all of the mail I have received over the years from from launchpad have been addressed to @ubuntu.com but forwarded to cfl.rr.com01:48
psusiyet according to that wiki page, this isn't possible?01:49
psusiin other words, the very thing that the wiki and bug #5292 say is broken has been working fine for me for years01:51
ubot5bug 5292 in Launchpad itself "People setting preferred contact address to @ubuntu.com" [Low,Triaged] https://launchpad.net/bugs/529201:51
psusiI'm guessing that what happens is that after 24-48 hours your primary email is synched to the .forward, then after that, you can change the primary to @ubuntu.com and then subsequent syncs ignore it and keep forwarding to the previous address02:05
pmjdebruijnhttps://launchpadlibrarian.net/229675896/buildlog_ubuntu-trusty-amd64.samba_2%3A4.1.20%2Bdfsg-1ubuntu1unnet1~trusty_BUILDING.txt.gz08:53
pmjdebruijnanybody here a clue why that build is failing?08:53
pmjdebruijnsbuild-build-depends-samba-dummy : Depends: libcups2-dev but it is not going to be installed08:53
pmjdebruijnthat makes very little sense to me08:53
thopiekarpmjdebruijn: For me it looks like your sources.list is not set up well. libcups2-dev should be hosted at the "main" component of your target Ubuntu release.09:19
thopiekarSo double check that "main" is in your /etc/apt/sources.list. I'm sorry that I can't give better sbuild instructions as I use pbuilder for local builds...09:21
pmjdebruijnthis is on the ppa build farm09:21
pmjdebruijnnot on my local machine09:21
pmjdebruijnso I have no control over the sources.list09:21
pmjdebruijnwhich is exactly why that messages puzzles me09:22
thopiekarAh, ok, well then check your PPA details. There is a selection, where you can set the components you want to use to build your packages. Even when "main" is enabled try to disable and enable it.. (Maybe it's a bug?)09:23
wgrantpmjdebruijn: "but it is not going to be installed" from apt means that the package's dependencies aren't satisfiable for some reason. You should set up a clean trusty environment locally, add your PPA, and try to install the package's build dependencies, then drill down until you find the root dependency issue.09:35
wgrantapt isn't good at identifying the root cause itself.09:35
pmjdebruijnwgrant: I think i figured it out09:46
pmjdebruijnnew samba depends on heimdal-dev, but cups2-dev depends on krb5-dev in older ubuntu's, thus greating a conflict09:47
pmjdebruijnI diffured the old samba control file and the new one, and there was a note about this in there :)09:47
pmjdebruijnhelpful package maintainer is very helpful :)09:47
pmjdebruijnwgrant: thanks btw :)10:28
=== verterok is now known as verterok-away
tsimonq2I have been playing with this for a bit and I have gotten frustrated. I would like to use the api to get a queuebot-like function. Is there a way in the API that I can see the latest status change for all the packages without having to look package-by-package?13:04
su_vcjwatson: did the spam filter/script break again? https://answers.launchpad.net/inkscape is getting flooded again14:39
CarlFKhttps://launchpadlibrarian.net/229675939/buildlog_ubuntu-wily-amd64.sane-backends_1.0.24-4ubuntu2_BUILDING.txt.gz15:59
CarlFK sbuild-build-depends-sane-backends-dummy : Depends: libgphoto2-2-dev but it is not installable15:59
CarlFKI did apt-get source on vivd, applied a patch, set the target as wily - and I guess libgphoto2-2-dev doesn't exist ?16:00
dobeyno, and there is a newer version of sane-backends in wily already anyway16:17
CarlFKah, right.  thanks.  derp.17:08
CarlFKhow do I create a package for wily on my vivid box?17:09
m_hamplThe spammer seem to have select a new target. There is again a huge attack, about 100 message about support phone number in the inkscape area17:11
su_v164 messages from today and still on-going (not a new target btw).17:15
Mc-m_hampl: my .procmailrc : http://paste.fulltxt.net/7Z6HW417:19
maxbCarlFK: Source package or binary package?17:36
CarlFKmaxb: the goal is to have it in my PPA, which is source only, right ?17:36
maxbYou upload the source, it builds the binary, right17:37
maxbIn which case there is nothing special you have to do to prepare a source package on a different release17:37
dobeyCarlFK: use pull-lp-source from ubuntu-dev-tools to get the source, instead of apt-get source17:53
CarlFKdobey: neat.  thanks17:54
dobeymaxb: well, debuild errors out by default if you haven't got the build-deps installed, so it won't let you create the .changes to upload the source. you need to install the build-deps, or pass the argument to ignore build deps17:54
CarlFKyeah, little fuzzy on what I have to do, special or not.17:54
dobeynot sure why you want to build it for wily if you have vivid, though :)17:55
CarlFKthe short answer is: I need to be ready for wily17:57
CarlFKfor LCA (conference Feb1) I'll build up about 20 boxes.  likely wily.  I'll have a day or two between getting the hardware and needing them to be read to use.17:58
CarlFKso no time to be doing journey of R&D17:59
Mc-230 spams so far today18:11
* su_v counts 274 for today, and still incoming18:36
Mc-yeah, +43 since i counted ^^18:37
dobeyi don't think cjwatson and wgrant need you to keep announcing incoming spams on inkscape answers in this channel, really18:45
wxltrying to use launchpad lib to add a bunch of packages to my team subscription and i'm getting a 400:22:19
wxlhttp://pastebin.com/8anv68th22:19
wgrantwxl: lximage-qt isn't an Ubuntu package, source or binary.22:22
wxloh what22:22
dobeywxl: you probably need to strip the whitespace when you filearray.append(line). it looks like the string includes the newline character, and you're sending that to launchpad22:22
wgrantOh, it is in xenial.22:22
wgrantThe problem, then, is what dobey said.22:22
wxlyeah in xenial22:22
wxlok great22:22
wxlthanks guy22:22
wxls22:22
dobey"lximage-qt\n" doesn't exist :)22:23
wxldobey: so you think filearray.append(s.strip(line)) would be reasonable?22:27
wxler oops22:27
wxlline.strip() i mean22:27
wxlyep that did it, nevermind :)22:28
=== verterok-away is now known as verterok

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