/srv/irclogs.ubuntu.com/2012/04/11/#launchpad.txt

skulltipcan i set a generic webpage on launchpad, or is it the other way around - set up a webpage to point to the launchpad project?00:42
Ursinhaskulltip, you can add the documentation link in the project (iirc), that can point to whatever you want00:44
Ursinhayou can't create a generic webpage in launchpad00:44
skulltipthanks00:44
Ursinhanp00:45
=== jtv1 is now known as jtv
=== wedtm is now known as wedtm|away
=== wedtm|away is now known as wedtm
=== wedtm is now known as wedtm|away
=== wedtm|away is now known as wedtm
=== wedtm is now known as wedtm|away
=== wedtm|away is now known as wedtm
=== wedtm is now known as wedtm|away
=== wedtm|away is now known as wedtm
voltagexhey, I'm having a lot of trouble logging into help.launchpad07:38
voltagexnevermind, SSO finally worked07:39
=== czajkowski changed the topic of #launchpad to: https://launchpad.net/ | Help contact: czajkowski | Launchpad is an open source project: https://dev.launchpad.net/ | This channel is logged: http://irclogs.ubuntu.com/ | User Guide: https://help.launchpad.net/ | Support: https://answers.launchpad.net/launchpad | For packaging help: join #ubuntu-packaging
=== wedtm is now known as wedtm|away
=== wedtm|away is now known as wedtm
Ursinhaquick question: in searchTasks, the parameter omit_targeted is default False?13:34
Ursinha(context: launchpad API thing.searchTasks())13:35
=== yofel_ is now known as yofel
=== bulldog98_ is now known as bulldog98
bacUrsinha: the default for omit_targeted in production is False.  for a devel instance the default is True.15:07
UrsinhaI see, thanks bac!15:07
Ursinha(that makes sense now)15:07
bacglad it does to you!15:07
Ursinhalol15:09
Ursinhabac, I'm trying to understand why bug 966558 isn't showing in my search15:12
ubot5Launchpad bug 966558 in juju (Ubuntu Precise) "add explicit ingress rule on non-Local provider bootstrapping node for zookeeper" [High,Triaged] https://launchpad.net/bugs/96655815:12
Ursinhabac, I'm doing a ubuntu.searchTasks(bug_supervisor=ubuntu-server, omit_targeted=False)15:13
Ursinhaand it still doesn't return15:13
Ursinhanot sure what I'm doing wrong15:13
bacUrsinha: it looks like the juju source package has no bug supervisor set so that's why it isn't matching15:20
Ursinhabac, hmmm so.. we've been "exploring" a bug for a while... bug is: if a team is subscribed to a package, bug_supervisor returns package's bugtasks15:21
Ursinhawell, It's been working like that, I think that the bug doesn't apply for targeted tasks? I'm confused15:21
bacUrsinha: i'm not sure either.  TBH i haven't used 'searchTask' from the API very much.15:22
Ursinhabac, right. That's pretty much 99% of my API use :)15:22
Ursinhathanks for the light :)15:22
bacnp, hope it helped somewhat15:23
Ursinhait did!15:23
=== deryck is now known as deryck[lunch]
=== chrisccoulson is now known as sebI28
=== sebI28 is now known as chrisccoulson
=== matsubara is now known as matsubara-lunch
=== deryck[lunch] is now known as deryck
SEJeffQuestion... I had an atom/rss feed of the graphite project on launchpad18:03
SEJeffwhich has magically became a "Announcements published via Launchpad" rss feed in liferea18:04
SEJeffWas this accidentally broken or is rss feeds of commit logs in lp broken?18:04
SEJeffs/is/are/18:04
=== matsubara-lunch is now known as matsubara
dobeySEJeff: did you subscribe to a project feed, or a branch feed?18:16
SEJeffdobey, I believe it was for the main branch18:17
SEJeffAs thats all I actually cared about18:17
SEJeffor the trunk branch actually18:17
dobeyactually, i don't see any rss feed for the branch18:17
dobeyhttps://code.launchpad.net/~graphite-dev/graphite/main18:17
SEJeffdobey, http://bazaar.launchpad.net/~graphite-dev/graphite/main/changes18:18
SEJeffView source and you see the feed18:18
SEJeffliferea autodiscovered it from putting in that18:18
SEJeffRecently (within the past few weeks) that cahnged to "Announcements published via Launchpad"18:19
dobeyclicking on it shows commits18:19
dobeywhat feed is your liferea actually looking at?18:20
SEJeffdobey, Right now, http://feeds.launchpad.net/announcements.atom18:20
dobeysounds like possibly a client problem18:21
SEJeffdobey, This very well might be a pebkac of some sort, I'm not really sure. I'll just manually set the feed location back to: http://bazaar.launchpad.net/~graphite-dev/graphite/main/atom as I'm thinking liferea wen't rogue18:22
SEJeffThanks18:22
dobeyyou might want http://feeds.launchpad.net/graphite/revisions.atom instead18:22
dobeyor maybe not ;)18:23
SEJeffdobey, Thanks sir18:23
dobeysure18:24
ahasenackhi, quick api question,18:54
ahasenackI have a list of bug_tasks18:54
ahasenackbug_tasks = milestone.searchTasks(status="Fix Committed")18:55
ahasenackobtained like that18:55
ahasenacknow I iterate over it18:55
ahasenackand I want to change the milestone of the bug18:55
ahasenackdoes this work?18:55
ahasenackfor bug_task in bug_tasks:18:55
ahasenackbug_task.milestone = milestone_dest18:55
ahasenackbug_task.lp_save()18:55
ahasenack?18:55
ahasenackwhere milestone_dest is obtained via project.getMilestone(name=milestone_name)18:56
ahasenackI guess it does, just tried with one bug19:02
=== bulldog98_ is now known as bulldog98
=== yofel_ is now known as yofel
=== matsubara is now known as matsubara-afk

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