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

seb128hey07:27
seb128could somebody help to understand that07:27
seb128 https://lists.ubuntu.com/archives/ubuntu-desktop/2015-February/004636.html07:27
seb128 why is the sync bug #1420948 reaching the desktop list?07:27
ubot5bug 1420948 in appstream-glib (Ubuntu) "Sync appstream-glib 0.3.4-1 (universe) from Debian experimental (main)" [Wishlist,New] https://launchpad.net/bugs/142094807:27
seb128"You received this bug notification because you are a member of GNOME307:27
seb128 Team, which is subscribed to appstream-glib in Ubuntu."07:27
seb128but https://launchpad.net/~gnome3-team/+contactaddress07:28
wgrantseb128: ~ubuntu-desktop is a member of that team, and that team doesn't have a contact address.07:49
seb128oh, ok07:51
seb128that makes sense, thanks07:51
darkxstwgrant, why can't we forward mail to another team address?07:56
darkxstfor seb128's issue above07:57
wgrantdarkxst: What do you mean?08:00
darkxstwgrant, I can't use a Mailing list from a different team08:01
wgrantdarkxst: That's correct and unavoidable.08:02
wgrantBut why is bugmail going to the team anyway?08:02
wgrantTeam subscriptions are almost always the wrong move.08:02
darkxstwgrant, MIR's08:02
darkxstseems to be  a pretty hard pre-requisite there08:03
=== s8321414_ is now known as s8321414
HeOScjwatson, it's very interest - when my simple script is overloaded a staging.10:16
Saviqhey guys, I can't seem to add rtm tasks to any bugs all of a sudden, LP times out, any details I can supply?10:17
wgrantHeOS: staging runs on old, underspecced hardware. It's designed for testing and experimentation, not high-volume API scripts.10:19
wgrantSaviq: What's the OOPS ID?10:19
Saviqwgrant, OOPS-3f28155a61737185419afe0d45feacad for example10:19
ubot5https://oops.canonical.com/?oopsid=OOPS-3f28155a61737185419afe0d45feacad10:19
Saviqlooks like a db timeout? yikes10:20
wgrantSaviq: Nothing obvious, probably just database server overload.10:20
wgrantI'd wait a few minutes and try again.10:21
Saviqwgrant, ok will do10:21
wgrantWe're just weeks away from finally replacing the >7yo DB servers.10:21
pstolowskihey guys, https://bugs.staging.launchpad.net/ seems to be down; it's the first time i'm trying to use it, so not sure if it usually works?12:18
HeOSI don't touch a staging today. :)12:48
cjwatsonpstolowski: It's not very reliable in general, but it's back up now.13:53
pstolowskicjwatson, great, thanks!13:55
shadeslayercould someone explain to me how dput parses incoming                = ~%(ppa)s for launchpad's ppas16:28
cjwatsonshadeslayer: dput doesn't parse it, it just turns into a directory on upload.ubuntu.com16:33
cjwatsonor ppa.launchpad.net as the case may be16:33
shadeslayercjwatson: I still don't get how ~%(ppa)s works :)16:34
shadeslayerI'm trying to implement somthing similar for my host16:34
shadeslayerso that I can have a more generic config16:34
shadeslayerinstead of having a entry for each upload target, where the final dir is the only thing that's different16:35
cjwatsonHere's the internal comment on the various schemes we support: http://bazaar.launchpad.net/+branch/launchpad/view/head:/lib/lp/archiveuploader/uploadprocessor.py#L72616:35
shadeslayeraha16:36
shadeslayerthanks!16:36
cjwatsonSo, OK, dput does do *some* parsing16:36
cjwatsonIn that it substitutes the bit after ppa: on its command line in place of %(ppa)s16:37
shadeslayer^^ :)16:37
shadeslayerright16:37
cjwatsonBut the hard work of working out what that actually *means* is up to LP16:37
shadeslayerHOST ARGUMENT16:38
shadeslayer       If a user passes an argument to a host by appending the hostname with a colon, %(HOSTNAME)s will be replaced with the specified argument. Otherwise, it will be  replaced16:38
shadeslayer       with an empty string.16:38
shadeslayeraha ^^ , found it in man dput.cf16:38
cjwatsonright - sorry, took me a while to work out what you meant16:38
shadeslayerright16:38
shadeslayercjwatson: thanks anyway! :D16:38
shadeslayerthis will make my life so much easier :p16:38
shadeslayerso, uhm, question, if I call something like : echo $dput_config | dput -c /dev/stdin foo:bar/baz foobar.changes16:53
shadeslayercould something potentially go wrong with parallel calls ?16:53
shadeslayeri.e. config gets mangled because multiple things are writing to stdin?16:54
cjwatsonwhat are your multiple things writing to stdin?16:57
cjwatsonI only see one16:58
shadeslayercjwatson: if I run multiple instances of that command parallely17:00
shadeslayeras far as I can see, stdin doesn't get mangled with my test17:00
shadeslayermy test : https://paste.kde.org/pu5snozp617:02
cjwatsonshadeslayer: they're different stdins17:03
shadeslayeroh ...17:03
cjwatson/dev/stdin is a symlink to /proc/self/fd/0, which is whatever the process in question's fd 0 is17:03
shadeslayerahhh17:04
shadeslayerso every process gets it's own copy of stdin, stdout, stderr17:04
shadeslayerright17:04

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