=== Ursinha is now known as Ursinha-afk | ||
=== Ursinha-afk is now known as Ursinha | ||
vibhav | pitti: /win 5 | 04:11 |
---|---|---|
vibhav | oops | 04:11 |
vibhav | pitti: Sorry for the unnecessary hilight | 04:11 |
pitti | Good morning | 04:28 |
pitti | vibhav: I like to win 5 :) | 04:28 |
vibhav | haha | 04:29 |
vibhav | pitti: btw, I am writing tests for libacpi | 04:29 |
vibhav | almost done | 04:30 |
pitti | vibhav: nice! | 04:30 |
pitti | vibhav: btw, can we please catch up with submitting the other tests to Debian? like libcaca? | 04:30 |
vibhav | Doing that right now | 04:30 |
pitti | vibhav: so, I'm updating my VM in the meantime to be ready for testing | 04:31 |
vibhav | :) | 04:31 |
vibhav | pitti: forwarded libaca | 04:33 |
vibhav | libcaca* | 04:33 |
pitti | vibhav: thanks | 04:35 |
vibhav | pitti: https://code.launchpad.net/~vibhavp/ubuntu/raring/libacpi/add-autopkkgtest/+merge/150487 | 04:38 |
vibhav | pitti: btw, pkg-config doesn't support libacpi, so I use -lacpi | 04:38 |
pitti | yeah, whatever the library recommends | 04:38 |
vibhav | and as always, Ive added -Wall -Werror for extra scrutiny | 04:39 |
pitti | vibhav: please fix the "installe" typo in the tests' comment header | 04:54 |
vibhav | pitti: done | 04:56 |
pitti | vibhav: and uploaded, thanks! please send Debianwards | 05:07 |
vibhav | Doin that right now | 05:07 |
vibhav | doing* | 05:07 |
tancash1 | Hello all! I was instructed earlier to post within here, and so that is what I am doing. | 05:08 |
tancash1 | In that resounding response, I guess I will elaborate. I recently signed up for the mailing list and inquired into the QA team, and that's when Nicholas Skaggs told me to introduce myself in here. | 05:12 |
vibhav | tancash1: Welcome! | 05:12 |
vibhav | tancash1: So, what are you planning to contribute to? | 05:13 |
tancash1 | Well, to be honest I'm not sure. I want to help out wherever I can, and within the next few weeks I plan on doing a bit more learning than contributing. | 05:14 |
pitti | hello tancash1! | 05:14 |
tancash1 | Hello! | 05:14 |
tancash1 | So what can everyone tell me about themselves? | 05:24 |
pitti | I'm working in Canonical's QA team on developing test technologies, GNOME/linux plumbing upstream QA, and autopkgtests | 05:30 |
tancash1 | That's cool | 05:31 |
tancash1 | So how does the autopkgtests work? | 05:33 |
pitti | tancash1: http://developer.ubuntu.com/packaging/html/auto-pkg-test.html describes how to create and run them | 05:34 |
pitti | tancash1: https://jenkins.qa.ubuntu.com/view/Raring/view/AutoPkgTest/ are the currently existing ones which we run on every upload | 05:35 |
pitti | a lot of them are broken right now unfortunately, we need some help there | 05:35 |
tancash1 | Okay, that helps a lot | 05:41 |
tancash1 | What is something easy I can start out with? Something basic I can do to help. Where exactly do we need the most help? | 05:43 |
dholbach | good morning | 07:22 |
vibhav | pitti: ping | 08:02 |
pitti | hey vibhav | 08:02 |
vibhav | pitti: pm? | 08:03 |
pitti | vibhav: just do it :) | 08:03 |
pitti | vibhav: https://jenkins.qa.ubuntu.com/view/Raring/view/AutoPkgTest/job/raring-adt-libacpi/ :) | 08:08 |
vibhav | \o/ | 08:09 |
* vibhav cheers | 08:09 | |
* dholbach notices an upwards trend on http://daniel.holba.ch/autopkgtests/ :) | 08:17 | |
vibhav | \o/ | 08:19 |
vibhav | pitti: https://code.launchpad.net/~vibhavp/ubuntu/raring/libiptcdata/add-autopkgtest/+merge/150504 | 08:49 |
pitti | vibhav: thanks! followed up | 08:55 |
vibhav | pitti: thanks | 08:57 |
vibhav | pitti: Ive fixed the errors | 09:42 |
vibhav | pitti: btw, you wrote the endorsement? | 09:44 |
pitti | vibhav: what's the copyright and TM of the tux logo? | 09:44 |
pitti | vibhav: I really think it's better to create a tiny dummy image in gimp | 09:45 |
pitti | vibhav: no, I've a tab open for it | 09:45 |
vibhav | ah ok | 09:45 |
vibhav | The copyright holder of this file allows anyone to use it for any purpose, provided that the copyright holder is properly attributed. Redistribution, derivative work, commercial use, and all other use is permitted. | 09:45 |
vibhav | pitti: ^ | 09:45 |
pitti | vibhav: so, please do attribute :) | 09:46 |
vibhav | sure | 09:46 |
pitti | debian/tests/tux.jpg.README or so | 09:46 |
pitti | vibhav: also, assert(buf != NULL); makes no sense, buf is a static array | 09:47 |
pitti | vibhav: I think you rather want something like assert(strcmp(buf, "expected contents") == 0) or so | 09:47 |
vibhav | pitti: Nope, I dont know the Metadata contained in the file | 09:49 |
vibhav | pitti: Also, one would need to decode it, but thats unnessary since we only need compile/link/run tests | 09:50 |
pitti | vibhav: you could print it once, and then put that back in as expected rsult? | 09:50 |
pitti | vibhav: yeah, just a suggestion; that's usually the kind of thing that belongs into the upstream test suite | 09:50 |
vibhav | pitti: iptc_data_new_from_data() decodes buf | 09:53 |
vibhav | pitti: Okay, so Ive revised stuff and pushed | 09:58 |
pitti | vibhav: MP updated | 10:23 |
vibhav | pitti: a fix is on the way | 10:24 |
vibhav | pitti: pushed! | 10:29 |
pitti | vibhav: please bzr add sample.jpeg and fix the path in the script, so that the test actually works | 10:30 |
* vibhav bangs head | 10:32 | |
vibhav | pitti: done | 10:33 |
vibhav | There shouldnt be mistakes now | 10:34 |
pitti | vibhav: still missing bzr add sample.jpg, copy&paste epub comment | 10:35 |
vibhav | pitti: I created the jpeg in GIMP | 10:36 |
jibel | pitti, are you on the jhbuild today? I'd like to push a new version of the charm that builds modules in parallel and don't want to interrupt anything you'd be working on. | 10:37 |
pitti | jibel: not today, I need a day for some pygobject bug fixing | 10:37 |
vibhav | pitti: added and pushed | 10:37 |
jibel | pitti, good, thanks | 10:37 |
=== Ursinha-afk is now known as Ursinha | ||
=== Ursinha is now known as Guest85000 | ||
=== Ursinha_ is now known as Ursinha | ||
=== _salem is now known as salem_ | ||
=== Ursinha is now known as Ursinha-afk | ||
=== Ursinha-afk is now known as Ursinha | ||
=== Ursinha is now known as Ursinha-afk | ||
=== Ursinha-afk is now known as Ursinha | ||
=== Ursinha is now known as Ursinha-afk | ||
=== Ursinha-afk is now known as Ursinha | ||
=== Ursinha is now known as Ursinha-afk | ||
=== Ursinha-afk is now known as Ursinha | ||
=== Ursinha is now known as Ursinha-afk | ||
=== Ursinha-afk is now known as Ursinha | ||
=== Ursinha is now known as Ursinha-afk | ||
=== Ursinha-afk is now known as Ursinha | ||
=== Ursinha-afk is now known as Ursinha | ||
vibhav | pitti: Thanks for notifying me. I'll have a look ASAP (exams begin from tomorrow) | 16:35 |
SergioMeneses | morning! | 16:36 |
SergioMeneses | balloons, phillw around? | 16:58 |
=== Ursinha is now known as Ursinha-afk | ||
=== Ursinha-afk is now known as Ursinha | ||
leadsled | in Lubuntu 13.04 live cd I have had problem with system-config-printer detecting the printer giving a cups error. I have not filed a bug yet, was wondering if any other testers experienced this problem? | 17:29 |
SergioMeneses | leadsled, and what information about the bug did you see? | 17:39 |
SergioMeneses | or message | 17:39 |
* SergioMeneses lunch time | 17:41 | |
leadsled | SergioMeneses: the first message Printer Service not available. Start the service on this computer or connect to another server. Then after clicking the connect button twice this appears: There was an error during the CUPS operation: 'failed to connect server' | 17:53 |
SergioMeneses | phillw, did you get a bug like this? ↑↑↑ | 18:11 |
SergioMeneses | leadsled, I can work on it but tonight :S | 18:12 |
leadsled | when shutting down live cd in Lubuntu 13.04 there is not a prompt to remove media and press enter | 18:41 |
=== Ursinha-afk is now known as Ursinha | ||
Noskcaj | is anyone able to run a lubuntu daily? | 19:43 |
=== Ursinha is now known as Ursinha-afk | ||
=== Ursinha-afk is now known as Ursinha | ||
=== Ursinha-afk is now known as Ursinha | ||
=== Ursinha is now known as Ursinha-afk | ||
=== Ursinha-afk is now known as Ursinha | ||
=== Ursinha is now known as Ursinha-afk | ||
=== salem_ is now known as _salem | ||
=== Ursinha-afk is now known as Ursinha |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!