/srv/irclogs.ubuntu.com/2010/09/22/#ubuntu-motu.txt

tumbleweedbdrung_: yes. no, not so mad about that00:03
bdrung_\o/ finally i can build audacity for unstable.00:05
bdrung_tumbleweed: thank you very much for the man page00:08
tumbleweedbdrung_: np00:09
bdrung_tumbleweed: what needs to be done for 'But there is a production-related bug: translate_web_api seems to require "staging" or "web" in the URL.'?00:11
tumbleweedbdrung_: I haven't looked into it properly yet, but translate_web_api looks like it expects either staging or edge, whoops not web00:13
bdrung_tumbleweed: does hugdaylist 0.101 work?00:25
tumbleweedbdrung_: yes, although it requires a .edge. URL (and only seems to support a very limited subset of lp buglist URLs)00:29
bdrung_tumbleweed: can we set edge for hugdaylist?00:30
tumbleweedbugs.e.l.n/ubuntu/+source/foo seems to work00:30
tumbleweedbdrung_: manage-credentials and massfile use that function too, so someone should probably work out what it does and fix it :)00:31
bdrung_tumbleweed: where is this function?00:32
tumbleweedubuntutools/lp/libsupport.py00:32
tumbleweedI mean it's a simple enough function, I just haven't read everything that calls it (to find out why it does the checks it does)00:33
bdrung_tumbleweed: the fix seems trivial00:33
tumbleweedbdrung_: it should be, yes00:34
bdrung_tumbleweed: try this patch: http://pastebin.com/uSfB7F2L00:35
tumbleweedbdrung_: production URLs don't contain .production. (it doesn't work)00:37
ari-tczewif package is FTBFS and00:38
ari-tczewDebian has got a new version (includes new upstream release) and Debian package built fine, it's require a FFe?00:38
ari-tczewfor sync00:38
bdrung_tumbleweed: let's ask for help in #launchpad00:38
bdrung_ari-tczew: main or universe?00:39
ari-tczewbdrung_: universe00:39
bdrung_ari-tczew: if it introduces new features, yes.00:40
ScottKari-tczew: As bdrung_ says.  If it fixes FTBFS, then that will be a factor making it more likely to get approved.00:43
ari-tczewok thanks ScottK and bdrung_00:43
bdrung_i should go to bed. i have closed the wrong bug in d/changelog00:44
bdrung_DktrKranz: u-d-t 0.103 is ready for upload once ubuntutools/lp/libsupport.py supports the production API in translate_web_api()00:47
bdrung_who wrote translate_web_api?00:47
ari-tczewI've uploaded a patch into bzr. do I need to run next command to build a package in maverick universe?00:52
tumbleweedbdrung_: bzr blame says jpds. This works: http://pastebin.com/vL2tUdxf00:53
bdrung_tumbleweed: what value has netloc on production?00:56
tumbleweedbdrung_: netloc = hostname (so bugs.launchpad.net)00:57
bdrung_tumbleweed: and launchpad._root_uri?00:58
tumbleweedhttps://api.launchpad.net/1.0/00:58
bdrung_tumbleweed: let's talk to the launchpad guys00:59
kklimondahmm, why do some libraries add a -x.0 after name? like libgtk-x11-2.0.so or libcouchdb-glib-1.0?02:45
persiakklimonda, Hrm?  Could you be more verbose?02:47
persiaMy quick guess would be to allow libgtk-x11-2.1 to be installed in parallel.02:47
kklimondapersia: what is the point of adding a version of the library to its name02:48
kklimondapersia: it's what the version after .so is for, isn't it?02:48
persiaRight, but different namespace.02:48
kklimondayou can have libgtk-x11.so.1 and libgtk-x11.so.202:48
persiaThere's packaging namespace and filesystem namespace.02:48
ajmitchhttp://www.netfort.gr.jp/~dancer/column/libpkg-guide/libpkg-guide.html#naminglibpkg has some extra info in it02:48
persia(or libgtk-x11.so.2.1)02:48
persiaajmitch, Doesn't that just suggest naming the package to match upstream's SONAME choice?02:49
kklimondapersia: what namespace are you talking about?02:49
ajmitchpersia: yes, in this case it is an upstream thing02:49
persiaI'm unsure if it's a "bug", but yeah.02:50
ajmitchwhere they've decided to have some versioning in the library name02:50
kklimondaand the reason for it is.. ? :)02:50
persiakklimonda, So, lets assume we want to install libgtk-x11.  Let's further assume that we want to install two different versions.  Lastly, let's assume that for convenience sake, we want to have two different source packages (as the sources are wildly different).  How else do we manage this?02:51
ajmitcha way to show that two libraries are different in API as well as ABI?02:51
persiaI think the reason upstream does this sort of thing is because upstream is thinking about packaging, rather than being normal upstream.02:51
ajmitchgtk+ 1.2 & 2.0 are quite different, so they name them differently02:51
kklimondabut from their perspective just using so.1.0 and so.2.0 would be enough - I agree that it would make it harder for package them in a sane way probably.02:52
kklimondapersia: source packages could be still gtk+2.0 and gtk+3.0 so the question would be how to name libgtk so it's clear what version they are.02:53
persiaRight, so upstreams that do a lot of packaging sometimes do it the other way.  It's an upstream bug, but one we're not usually unhappy about them not fixing.02:53
ajmitchyou can only have one .so symlink though02:54
persiakklimonda, true.  Feel free to fix the issues, if you have a clean solution.  Just make sure the fix works for all the downstreams of the upstream :)02:54
kklimondapersia: nah, I was just curious why is it done this way. Now I see some good reasons for doing it.02:55
ajmitchthis is also a way to be able to build against multiple versions of the library on the system02:55
persiaWhich is critical if we wish to support multiple versions simultaneously.  We try to avoid that, but it's a massive amount of porting in some cases, and doesn't happen within a release cycle.02:55
ajmitchprobably why gtk+ is the example being used02:56
lifelessdid we just port the ud discussion here?:P02:56
ajmitchlifeless: not quite :)02:56
persialifeless, The answers are similar.  The initial question was different :)03:01
lifeless42Q03:02
kklimonda:)03:02
* ajmitch hopes we haven't caused any heads to explode in here03:03
ScottKNo.  Trying to figure out why you volunteered for ARB hurt my head more.03:11
SpamapSScottK: around?05:59
persiaSpamapS, timezone suggests it's getting rather late there06:03
SpamapSindeed06:03
SpamapSwe're all a bit ghoulish though, aren't we?06:03
persiaNo.  Lots of folks who get up early and tuck in by 21:00 local around as well.06:03
fabrice_spanyone has an idea why this FTBFS: https://launchpad.net/ubuntu/+source/fso-usaged/0.9.1.1+git20100507-1/+build/1745783 Everything is ok, and build successful....06:20
kklimondafabrice_sp: Function `dbus_ipeer_dbus_proxy_new' implicitly converted to pointer at resource.c:122006:25
kklimondafabrice_sp: missing prototype probably.06:26
kklimondait probably doesn't fail on i386 because this isn't fatal there but may be (or always is?) fatal on 64bit architecture06:27
fabrice_spkklimonda, isn't it only a warning? What bugs me is that the build ends successfully but still appears as a FTBFS06:32
persiafabrice_sp, It's unsafe: at runtime, it may or may not crash, depending on environmental factors: You need to make sure your pointers are safe for 64-bit.06:34
kklimondafabrice_sp: as I said, it's a potential error on amd64 and builder detects it and, as a result, fails a build06:34
persiaOn amd64, there's a chance it will work, but it will probably crash for most folk.  On other 64-bit architectures, it will almost certainly crash.06:35
fabrice_spkklimonda, can you point me where in the build log it fails? I can't see it...06:36
kklimondafabrice_sp: at the bottom of the log there is a message from builder :)06:36
kklimondafabrice_sp: "Our automated build log filter detected the problem(s) above that will06:36
kklimondalikely cause your package to segfault on architectures where the size of06:36
kklimondaa pointer is greater than the size of an integer, such as ia64 and amd64"06:36
fabrice_spohhhhh06:36
* fabrice_sp shouldn't work on FTBFS so early....06:36
fabrice_spthanks! will have a look at this error later, then06:37
persiaThe other option is to only support i386/armel/powerpc, but some folk would be annoyed by that :)06:49
RhondaThe shadow for the headline lettering on planet ubuntu is really disturbing, frankly spoken. Whom to bug about potentially have that shadow not *that* far moved off?07:47
Rhonda0.1em is a bit much for the bigger fonts.07:52
persiaProbably email rt@ubuntu.com and hunt someone in #canonical-sysadmin07:52
persiaYou might find a useful tweakable in lp:~planet-ubuntu/config/main or lp:ubuntu-drupal-planet which you'd want to tweak first.07:53
persiahttps://launchpad.net/~ubuntu-drupal-devs/+members is a list of people to ask for commit if you have to change the latter07:54
=== apachelogger_ is now known as apachelogger
=== ldunn[laptop] is now known as ldunn
=== hanska is now known as dapal
RainCThey dapal :)10:41
dapalRainCT: hey :)10:41
dapalRainCT: uhm, I should be sponsoring another thing from you..10:41
dapalRainCT: was that gnome-a-j ?10:41
RainCTdapal: Yup.10:42
dapalack :)10:42
dapalfixed the 403? :P10:42
RainCTYes10:43
Riddelltumbleweed: ping11:21
Riddelltumbleweed: why is bug 638879 reported on dgen but about ora2pg ?11:21
ubottuLaunchpad bug 638879 in dgen (Ubuntu) "Please remove ora2pg (multiverse) from the archive" [Wishlist,Confirmed] https://launchpad.net/bugs/63887911:21
Riddellbdrung_: on bug 644667 you subscribed ubuntu-archive but the bug isn't confirmed11:39
ubottuLaunchpad bug 644667 in openshot (Ubuntu) "Sync openshot 1.2.1-1 (universe) from Debian unstable (main)" [Undecided,New] https://launchpad.net/bugs/64466711:39
bdrung_Riddell: Jonathan subscribed ubuntu-archive. you can unsubscribe ubuntu-archive until we get an ACK from ubuntu-release11:40
Riddellbdrung_: thanks done11:46
tumbleweedRiddell: wtf? no clue how that happened.11:58
tumbleweedbdrung_: I presume you saw my u-d-t fix. It's pretty much the same as the original.12:00
Riddelltumbleweed: so it's ora2pg to be removed and nothing done with dgen?12:01
tumbleweedRiddell: correct12:02
Riddelltumbleweed: done12:09
bdrung_tumbleweed: can you please check if staging still works?12:09
bdrung_tumbleweed: the if statement seems to inverted (was: if not (staging or edge), but now it's: if staging or edge)12:10
tumbleweedbdrung_: staging works. the check was to see that both URL and the launchpad instance were pointing at the same service (staging or edge) the problem with adding production is that you get hostnames like bugs.launchpad.net and edge.launchpad.net12:12
micahgif Debian has an foo-x | foo (> y) , and we don't have foo-x, we don't need to remove it from the depends list right, as long as foo (>y) will be fulfilled?12:21
gesercorrect12:21
micahgk, yay! I can get rid of another merge :)12:21
micahgI guess it made sense for Lucid since the upgrades might have been confused12:22
ari-tczewI'm sad due to watching it: https://launchpad.net/ubuntu/+source/libgdchart-gd2/0.11.5-714:05
ari-tczewnew MOTU member didn't test build before uploading :(14:05
LaneyAlso used syncpackage pointlessly.14:06
ari-tczewLaney: do we should warn Bhavani to avoid these cases in future?14:08
mr_pouitit's just a cdbs issue14:09
Laneyari-tczew: A gentle reminder might be a good idea. And this should be fixed.14:10
Laneymr_pouit: It doesn't matter what the issue is, packages should be tested before upload.14:10
mr_pouitmaybe you should ask him *before* blaming him, don't you think?14:10
ari-tczewcjwatson: ^^14:10
micahg+114:11
LaneyI tested it myself :)14:11
Laneybut I don't think anyone is being overly critical here14:11
ari-tczeweveryone don't blaming him14:11
directhexcan i blame someone? i do so enjoy blaming people for things14:13
sistpoty|workdirecthex: blame me, I can live with it :P14:13
ari-tczewpeople are too sensitive...14:14
ari-tczewplease don't make a suicide in future14:15
cjwatsonari-tczew: why are you pinging me?14:15
ari-tczewcjwatson: due to Bhavani's mistake14:15
cjwatsonwhat do you want me to do about it?14:15
ari-tczewcjwatson: only information. you approved him with a review14:16
mr_pouitsigh14:16
cjwatsonari-tczew: if you think the DMB should be aware of something, please mail our list (developer-membership-board@lists.ubuntu.com) rather than speaking to individual DMB members14:16
geserari-tczew: please collect this kind of data if you stumble upon it (and if he improves over time or not) and let the DMB know in January when we re-evaluate his MOTUship14:17
cjwatsonari-tczew: unless you expect me to remember something until January and to be able to accurately pass on the information to the rest of the DMB14:17
cjwatsonin which case you have a greatly inflated opinion of my memory ;-)14:18
Laneywhere are approval mails sent these days?14:18
cjwatsonfor developer approvals?  devel-permissions, ubuntu-devel-announce14:19
LaneyI see DMB minutes but not individual approvals like there once were14:19
Laneymaybe on -permissions though, didn't look there14:19
geserin theory devel-permissions, but in practice it's only mentioned in the minutes :(14:19
Laneywould be nice if the meeting log were attached, too (I think mootbot does this?)14:20
Laneyor a link14:20
ari-tczewLaney: http://irclogs.ubuntu.com/2010/09/14/%23ubuntu-meeting.html14:40
Laneythanks14:40
wgrantAn interesting meeting.14:45
wgrant(although I was 15, not 16)14:45
bdrung_DktrKranz: u-d-t 0.103 is ready for upload to experimental (and it's lintian clean).14:58
directhexdoes pull-debian-source work with the new rmadison?15:01
DktrKranzbdrung_: will have a look later15:02
bdrung_directhex: i ran "pull-debian-source mozilla-devscripts" and it worked15:03
bdrung_DktrKranz: it has man pages (thanks to tumbleweed) and some more bugs fixed15:03
DktrKranznice15:03
=== hanska is now known as dapal
=== hanska is now known as dapal
=== ivoks-afk is now known as ivoks
=== ivoks is now known as ivoks-afk
DktrKranzbdrung_: looking at ubuntu-dev-tools right now, final OK to upload?17:09
bdrung_DktrKranz: yes (unless you want to fix something from https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools)17:10
bdrung_DktrKranz: the requestsync bug list is quite long: https://bugs.launchpad.net/ubuntu/+source/ubuntu-dev-tools?field.searchtext=requestsync17:11
DktrKranzI see17:12
DktrKranzbdrung_: uploading17:15
bdrung_DktrKranz: thanks17:18
DktrKranzbdrung_: from now on (well, not until projectb ACL table is updated), you can upload new revisions :)17:19
bdrung_:)17:19
dandeli have two bugs in backports that need some attention (64-bit issues)17:21
DktrKranzbdrung_: maybe FFe bug should be updated with latest changelog entry17:21
dandelalso, i was redirected here from the ubuntu-bugs.17:21
bdrung_DktrKranz: done17:25
geserbdrung_: Hi, I've looked at some requestsync bugs and with some I don't have an idea what to do with them as they are not directly bugs in requestsync but only that requestsync doesn't catch the error if a LP API call fails.17:37
geserbug 531727, bug 528744 and bug 51786617:38
ubottuLaunchpad bug 531727 in ubuntu-dev-tools (Ubuntu) "requestsync crashed in _request" [Undecided,Confirmed] https://launchpad.net/bugs/53172717:38
ubottuLaunchpad bug 528744 in ubuntu-dev-tools (Ubuntu) "requestsync crashed with HTTPError in _request()" [Undecided,New] https://launchpad.net/bugs/52874417:38
ubottuLaunchpad bug 517866 in ubuntu-dev-tools (Ubuntu) "requestsync crashed with --- in _request()" [Undecided,New] https://launchpad.net/bugs/51786617:38
geserthe first one could eventually be marked as duplicate of the one mentioned in my comment17:38
bdrung_geser: the fix would be to write a try...catch statement and tell the user what went wrong an give a propper formatted error message.17:40
geseryes, catching the error is easy but I'm not sure if just displaying the error message will be enough e.g. when an edited report gets lost and needs to be retyped17:48
geserand as the LP API doesn't fail often it's also hard to check if the fix realy fixes it17:49
bdrung_geser: depends on the situation where it fails. you can store the report or ask the user to retry.17:50
dandelbug 607505 and bug 585045 are in need of 64-bit testing packages (or in general updated packages)17:50
ubottuLaunchpad bug 607505 in lucid-backports "[test-pkg-a] Please backport VLC 1.1.3" [Undecided,Incomplete] https://launchpad.net/bugs/60750517:50
ubottuLaunchpad bug 585045 in lucid-backports "[test-pkg-a] Please backport Calibre 0.7.13" [Undecided,Incomplete] https://launchpad.net/bugs/58504517:50
bdrung_dandel: vlc 1.1.4 is already there17:50
dandelit's not in the 64-bit repo tho17:51
geserbdrung_: will think about the bugs when I've some more free time again17:51
dandelbdrung_, anyways, these are backports requests.17:51
bdrung_dandel: i know. will ffmpeg 0.6 be backported? this would introduce new issues (for example audacity)17:53
geserbdrung_: do you know an easy way to check in python if a script is run with an UTF-8 locale? as that would allow to fix bug #55379517:54
ubottuLaunchpad bug 553795 in ubuntu-dev-tools (Ubuntu) "requestsync crashed with UnicodeEncodeError in edit_report()" [Low,Triaged] https://launchpad.net/bugs/55379517:54
bdrung_geser: no.17:55
dandelbdrung_, newer copies of vlc require ffmpeg 0.6 to enable hardware accelerated decoding17:55
bdrung_dandel: i have a patch at hand for backporting vlc without pulling other newer packages17:56
DktrKranzgeser: something like python -c "import locale; print locale.getdefaultlocale()[1]" could be a start18:06
neerajcan I still file feature freeze exception?18:20
neeraj* for new upstream versons18:20
bdrung_neeraj: yes, but you have to provide a good reason for getting the exception18:22
bdrung_neeraj: main or universe package?18:23
bdrung_dandel: i gave my comment to the vlc backport18:23
dandelbdrung_, i use audacity and ffmpeg 0.6 and it has no issues.18:25
=== ivoks-afk is now known as ivoks
bdrung_dandel: try to use ffmpeg to export a file and you will see18:26
bdrung_dandel: i just fixed the problem with version 1.3.12-7 in maverick18:26
neerajbdrung_: https://launchpad.net/ubuntu/+source/ubuntu-sugar-remix-meta (I think its main)18:27
ScottKIt's not main.18:27
bdrung_neeraj: universe18:27
bdrung_neeraj: look at "Component"18:27
loolHi folks18:31
loolWould an archive admin be so kind to look at syncing systemtap from experimental?  LP #645200 has the rationale18:32
ubottuLaunchpad bug 645200 in systemtap (Ubuntu) "please sync systemtap 1.3 from debian experimental" [Undecided,New] https://launchpad.net/bugs/64520018:32
loolbasically the current version doesn't work wiht .35 kernels which is what we have in maverick; the new version is confirmed as fixed18:32
sladenif it's a case of the current functionality being non-existant (fundementally broken), but it seems a no-brainer to me since any upgrade is not going to be /worse/18:34
loolYup18:34
loolapparently there was an incompatible change in the tracing interface of the kernel18:35
=== BlackZ_ is now known as BlackZ
jenkinsI am not able to get an answer from #ubuntu-packaging.I have a debian/copyright file but I am still getting the lithan tag "no-copyright-file" Any suggestions what could be causing it?19:46
bdrung_jenkins: can you show me the build log?20:15
jenkinsbdrung_: the stuff in the terminal or is it a file that is generated?20:16
bdrung_jenkins: there will be a build log if you use debuild20:17
jenkinsbdrung_: is this what you ment http://paste.ubuntu.com/498705/ ?20:18
bdrung_yes20:19
bdrung_jenkins: can you paste the content of debian/rules?20:22
bdrung_jenkins: found it: there is no dh_installdocs call20:23
jenkinsthanks bdrung_ I will give that a go20:23
jenkinsthats great bdrung_20:24
bdrung_you're welcome20:24
micahgSpamapS: I see you got mongodb to build :)21:12
ari-tczewmicahg: does bug 645125 needs an ACK from release team?22:00
ubottuLaunchpad bug 645125 in request-tracker3.8 (Ubuntu) "Sync request-tracker3.8 3.8.8-4 (universe) from Debian unstable (main)" [Wishlist,New] https://launchpad.net/bugs/64512522:00
micahgari-tczew: shouldn't, is there something in teh changelog that you think warrants an FFe?22:00
ari-tczewmicahg: hmm, I'm thinking whether this sync is valuable.22:01
micahgari-tczew: Documentation updates are valuable as they explain the past 2 updates22:02
micahgari-tczew: translations are also valuable22:03
ari-tczewmicahg: I said about release team, because I saw that bdrung_ subscribed ubuntu-release to bug 640682 where are not upstream release included, only bugfixes22:03
ubottuLaunchpad bug 640682 in ibus-unikey (Ubuntu) "Please sync ibus-unikey 0.5-2 (main) from Debian unstable (main)" [Undecided,New] https://launchpad.net/bugs/64068222:03
micahgari-tczew: that's because it's in main22:04
* ari-tczew is planning to clean up sponsors queue and start natty development with clear queue22:05
micahgari-tczew: sponsors queue is pretty clean for universe22:06
ari-tczewmicahg: I think also for main22:06
micahgari-tczew: all main uploads require a release team ack22:06
micahgari-tczew:  you can't do anything for main22:06
ari-tczewmicahg: you don't understand me. as a member of ubuntu-sponsors, I can unsubscribe, if there are nothing to sponsor22:07
micahgari-tczew: hmm, well, I guess you could go through then, but I don't think people are randomly subscribing -sponsors w/out something to sponsor22:07
ari-tczewmicahg: ok, let's back to your request. what tests have you done with this package?22:09
micahgari-tczew: should be a build log attached22:09
micahgari-tczew: and it installed fine locally22:09
bdrung_ari-tczew: you are welcome to work on items that target main.22:11
bdrung_ari-tczew, micahg: there a lot that can be done. either unsubscribe if there nothing to sponsor, or make sure the patch applies, works, forward it to upstream (and after that pinging me to get it uploadad).22:12
micahgbdrung_: k, if that works, I'll can try to help with that as well22:13
* micahg would also like to see and empty sponsors queue :)22:13
ari-tczewbdrung_: I would suggest you to review current syncs requests for main (fresh bugs)22:14
bdrung_micahg: yes. some bugs are there for very long. even reading them takes much time.22:14
bdrung_ari-tczew: probably most needs an ACK from ubuntu-release22:15
ari-tczewbdrung_: ah, yes. I forgot22:15
micahgbdrung_: one of my main requests won't go in until after maverick, am I better off unsubscribing -sponsors?22:15
bdrung_ari-tczew: everyone can subscribe ubuntu-release22:15
bdrung_micahg: that would be nice (and don't forget to subscribe -sponsors again once natty is open)22:16
micahgbdrung_: k, it's just a transitional package cleanup, can I assign myself or is that bad form?22:16
bdrung_micahg: you can assign yourself.22:17
bdrung_micahg: once it should be sponsored, unassign yourself22:17
micahgbdrung_: k22:18
* micahg is off for now22:18
Bachstelzeari-tczew: what's the standard procedure for forwarding to Debian? For another bug, I just reported it on Debian's bug tracker and attached my Ubuntu patch, with no answer22:28
bdrung_Bachstelze: bug number?22:29
Bachstelzedebian bug 59442922:30
ubottuDebian bug 594429 in libopensc2 "Storing a RSA key fails on EnterSafe cards" [Normal,Open] http://bugs.debian.org/59442922:30
Bachstelzeoh never mind, there was an answer22:30
Bachstelzewonder why I didn't get an email22:31
bdrung_Bachstelze: because you have to subscribe to the bug to get all responses22:31
bdrung_Bachstelze: you could link the ubuntu bug to the debian bug22:32
BachstelzeI might get the same answer on the freeciv one ari-tczew said I should foward then, it's also fixed upstream22:33
ari-tczewBachstelze: I understand, but Debian doesn't have packed latest upstream release, so you should forward changes.22:34
ari-tczewBachstelze: also, you can request an upgrade to new upstream release22:34
ari-tczewBachstelze: wiki: https://wiki.ubuntu.com/Debian/ForUbuntuDevelopers22:35
ari-tczewsaying easier: you can use script 'submittodebian' or create a new debian bug manually including your patch and information about changes.22:36
=== ivoks is now known as ivoks-afk
ari-tczewbdrung_: sync includes new upstream release. bug reporter wrote informations about FFe. does it still needs ACK from release team? package is in universe22:40
bdrung_ari-tczew: if (new feature) or (package in main): require ACK from release team22:42
Bachstelzeokay, I'll do that tomorrow, it's almost midnight here :o22:44
sorenpretto: /win 6122:47
sorenWhoops22:47
bdrung_ari-tczew: here's a current sponsorship overview: http://people.ubuntu.com/~bdrung/sponsoring/23:03
bdrung_i have now an non-interactive script that updates this page23:03
ari-tczewbdrung_: I know, tumbleweed sent me yours and his page23:06
bdrung_ari-tczew: i just uploaded an update23:06
bdrung_ari-tczew: let me know when i should update the page23:07
bdrung_ari-tczew: bug #64501923:09
ubottuLaunchpad bug 645019 in skyeye (Ubuntu) "[ARMEL] FTBFS: '__open_missing_mode' declared with attribute error: open with O_CREAT in second argument needs 3 arguments" [Medium,Confirmed] https://launchpad.net/bugs/64501923:09
ari-tczewbdrung_: do you need run update manually?23:10
bdrung_ari-tczew: yes23:10
bdrung_ari-tczew: i hope that my fix will be merged soon23:10
ari-tczewbdrung_: why you ping me on this bug?23:11
ari-tczewbdrung_: hm, but dholbach's script runs update manually right?23:11
ari-tczewautomatically * ^^23:11
bdrung_ari-tczew: because you processed this bug.23:11
bdrung_ari-tczew: the scripts on http://reports.qa.ubuntu.com/reports/sponsoring/ is run periodically, automatically, but due to a bug index.html is not created.23:12
bdrung_ari-tczew: i have made a fix and pushed the branch to get it merged23:13
ari-tczewbdrung_: aha I understand.23:13
ari-tczewbdrung_: for me you can now update23:26
bdrung_ari-tczew: update started23:26
bdrung_ari-tczew: there is one more reason for getting the queue empty: the sponsor-page script will be faster ;)23:27
ari-tczew:)23:28
ari-tczewbdrung_: I hope we will start natty with clean queue. I think that 30th October is at the latest deadline.23:31
bdrung_ari-tczew: do you have enough time for that? i want to reduce it to zero for over a year and you see the current situation...23:32
ari-tczewbdrung_: I have not many time, but I'll leave merging packages for take a look on sponsors queue.23:32
bdrung_ari-tczew: if you can process two or three request per day, it's doable23:32
bdrung_ari-tczew: i assume that i use 50 % of my time for sponsoring and 50 % for my packages this cycle. no time left to merge other packages...23:34
bdrung_ari-tczew: update run done23:34
ari-tczewbdrung_: coolbhavi told me that he is intersted in sponsoring for universe @natty devel cycle23:36
bdrung_ari-tczew: keeping the universe part of the queue short is not the problem.23:37
bdrung_ari-tczew: getting the backlog of main requests processed is.23:37
ari-tczewbdrung_: during natty devel I'll have less time due to last year in school.23:40
bdrung_ari-tczew: updating the sponsors list takes 5m13.325s23:40
ari-tczewbdrung_: and every update takes time and resources for still subscribed bugs23:41
bdrung_ari-tczew: yes, there is no real cache used23:42
ari-tczewbdrung_: maybe coolbhavi will help us to clean queue23:43
bdrung_ari-tczew: will you be at the UDS?23:43
ari-tczewbdrung_: unfortunately not :( and you? why ask? :)23:44
bdrung_ari-tczew: no (only remote). i think it would be useful to have a track about the sponsor queue23:44
ari-tczewaha23:47

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